/* ----------------------------------
common
*/
* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  margin: 10px 0;
}

body {
  line-height: 1.4;
}

br.dxim_clear {
  clear: both;
}

.dxim_clearfix:before,
.dxim_clearfix:after {
  content: " ";
  display: table;
}

.dxim_clearfix:after {
  clear: both;
}

.dxim_clearfix {
  *zoom: 1;
}

#page {
  width: 595px;
  margin: 0 auto;
  font-family: sans-serif;
}

.dxim_vehicle_features.wpcs_grid {
  grid-template-columns: 1fr 1fr;
}

#wpcs_vehicle_images_wrapper img {
  width: 100%;
  height: auto;
}
#wpcs_vehicle_images_wrapper .dxim_image_thumbnail {
  float: left;
  width: 50%;
}

#wpcs_vehicle_image_wrapper img {
  width: 100%;
  height: auto;
}

#vehicle_single_thumbnails {
  display: none;
}

.wpcs_section {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.wpcs_section .inner {
  display: flex;
  justify-content: space-between;
}

.wpcs_section:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.wpcs_section.emission .inner > div {
  width: 40%;
}
.wpcs_section.emission .inner > div.vehicle_single_emission_data {
  width: 60%;
}

.footer .inner .dxim_vehicle_contact {
  width: 60%;
}
.footer .inner .logo {
  width: 40%;
}
.footer .inner img {
  width: 100%;
}

/*# sourceMappingURL=single-vehicle-print.css.map */
