<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
	Standard layout definitions 
*/
/* darker blue */
/* website text blue */
/* gray */
/* orange */
/* darker gray */
/* gray */
/* light gray */
/* small device width */
/* website styles */
/* orange text background (used for BETA) */
/* text styles */
.text-style-small {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-standard {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-large {
  font-size: 2.8em;
  line-height: 1.18em;
}
/* Roboto Regular */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* Roboto Black */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
/* Roboto Black Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-BlackItalic.ttf') format('truetype');
font-weight: 900;
font-style: italic;
}
/* Roboto Bold */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
/* Roboto Bold Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
/* Roboto Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
/* Roboto Light */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
/* Roboto Light Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-LightItalic.ttf') format('truetype');
font-weight: 300;
font-style: italic;
}
/* Roboto Medium Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
/* Roboto Medium Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
}
/* Roboto Thin Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
/* Roboto Thin Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-ThinItalic.ttf') format('truetype');
font-weight: 100;
font-style: italic;
}
.vdds-box-v2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: black;
}
.vdds-box-v2 .make-model-year-wrapper {
  min-height: 32px;
  padding-bottom: 8px;
}
.vdds-box-v2 .make-model-year-wrapper .make-model-year {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.15px;
}
.vdds-box-v2 .vehicle-identification {
  border-bottom: thin solid #dddddd;
  padding-bottom: 24px;
  width: 100%;
}
.vdds-box-v2 .vehicle-identification .value-wrapper {
  padding-top: 4px;
}
.vdds-box-v2 .vehicle-identification span {
  color: black;
  letter-spacing: 0.5px;
  line-height: 18px;
}
.vdds-box-v2 .vehicle-identification span.label {
  font-size: 12px;
  letter-spacing: 0.5px;
}
.vdds-box-v2 .vehicle-identification span.value {
  font-weight: bold;
  font-size: 16px;
  background-color: #deebf2;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 740px) {
  .vdds-box-v2 {
  padding-top: 24px;
}
.vdds-box-v2 .vehicle-identification {
  display: flex;
}
.vdds-box-v2 .vehicle-identification .vehicle-reference {
  width: 50%;
  float: left;
}
.vdds-box-v2 .vehicle-identification .vin {
  width: 50%;
  overflow: hidden;
}

}
@media print {
  .vehicle-identification {
  width: 66%;
}
.vehicle-identification .vehicle-reference,
.vehicle-identification .vin {
  width: 33%;
}
.vdds-box-v2 {
  padding-top: 24px;
}
.vdds-box-v2 .vehicle-identification {
  display: flex;
}

}
@media screen and (max-width: 740px) {
  .vdds-box-v2 {
  padding: 24px 2px 0;
}
.vdds-box-v2 .vehicle-identification {
  display: flex;
  flex-direction: column;
}
.vdds-box-v2 .vehicle-identification .vin {
  padding-top: 8px;
}

}
</pre></body></html>