body {
  overflow: visible;
}
.visible-print {
  display: inherit !important;
}
.hidden-print {
  display: none !important;
}
.container {
  width: 70%;
}
.apartment-view-wrapper,
.frontpage-wrapper {
  width: 100%;
}
.front-page-search {
  margin-top: 0;
}
.rental-box a img,
.frontpage-newsbox-picture img,
.vacant-item .item-info a.pull-left img {
  width: initial;
}
.apartment-view-info {
  background-color: transparent;
  color: #000000;
}
.col-sm-pull-8 {
  right: auto;
}
.col-sm-push-4 {
  left: auto;
}
.department-view-wrapper .col-sm-4 {
  width: 100%;
  float: none;
}
.apartment-view-wrapper .signup-box {
  margin-top: 0;
}
.col-sm-8 {
  width: 100%;
  float: none;
}
.right-col {
  width: 100%;
  float: none;
}
.col-sm-offset-4,
.col-sm-offset-2 {
  margin-left: 0;
}
.sidebox {
  width: 45%;
  float: left;
  margin-right: 5%;
  margin-top: 5px;
}
img,
img.content-image {
  width: initial;
}
section.hidden-xs {
  display: block !important;
}
a.btn:after {
  content: " (" attr(href) ")";
  font-size: 80%;
}
