.footer {
  width: 900px !important;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 10px;
  font-size: 12px;
  white-space: nowrap;
}
.header {
  padding-top: 30px;
}
.used-machine-part {
  margin: 40px 0;
}
.used-machine-part:first-child {
  margin-top: 0;
}
.used-machine-part:last-child {
  margin-bottom: 0;
}
.page-break {
  page-break-after: always;
}
.used-machine-headline-container .wrapper {
  margin-bottom: 6px;
}
.used-machine-headline-container .wrapper:last-child {
  margin-bottom: 0;
}
.used-machine-headline-container .wrapper .headline {
  display: inline-block;
  vertical-align: top;
  background: #23353e;
  padding: 8px 12px 8px 12px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 32px;
}
.used-machine-gallery-container {
  overflow: hidden;
}
.used-machine-gallery-container .image-item {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 10px 0 10px 40px;
  page-break-inside: avoid ;
}
.used-machine-gallery-container .image-item:nth-child(odd) {
  clear: left;
  padding-right: 40px;
  padding-left: 0;
}
.used-machine-gallery-container .image-item .image {
  width: 410px;
  height: 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.used-machine-gallery-container .image-item .sub-text {
  display: block;
  margin-top: 10px;
}
.used-machine-supplier-logo-container .image {
  height: 100px;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
.used-machine-hero-container {
  padding: 20px;
  border: 4px solid #000;
}
.used-machine-hero-container .image-detail-section {
  overflow: hidden;
  position: relative;
}
.used-machine-hero-container .image-detail-section .left-items-spacer {
  float: left;
  width: 240px;
  height: 1px;
}
.used-machine-hero-container .image-detail-section .left-items-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 240px;
}
.used-machine-hero-container .image-detail-section .left-items-container .left-item-container .left-item-label {
  font-weight: bold;
}
.used-machine-hero-container .image-detail-section .image {
  position: relative;
  float: left;
  width: 612px;
  margin-left: auto;
  height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.used-machine-hero-container .image-detail-section .image .price-banner {
  position: absolute;
  top: 100px;
  left: -100px;
  -webkit-transform: rotate(-6deg);
  padding: 8px 16px;
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.used-machine-hero-container .technical-data {
  margin-top: 20px;
  overflow: hidden;
}
.used-machine-hero-container .technical-data .header {
  width: 852px;
  font-weight: bold;
}
.used-machine-hero-container .technical-data .header.table-header {
  border-bottom: 2px solid #000;
}
.used-machine-hero-container .technical-data .table-item {
  float: left;
  width: 426px;
  border-bottom: 1px solid #000;
  padding: 6px 0;
}
.used-machine-hero-container .technical-data .table-item:nth-child(even):last-child {
  width: 852px;
}
.used-machine-hero-container .equipment-text-container {
  margin-top: 20px;
}
.used-machine-hero-container .equipment-text-container span {
  font-weight: bold;
}
.used-machine-hero-container .contact-container {
  margin-top: 20px;
}
.used-machine-hero-container .contact-container div:first-child {
  color: #ff0000;
  font-weight: bold;
}
.used-machine-hero-container .contact-container div:last-child {
  font-weight: bold;
}
