/* 
	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;
}
.new-summary {
  width: 100%;
}
.new-summary .elements-container {
  display: flex;
  flex-wrap: wrap;
}
.new-summary .box {
  box-sizing: border-box;
  padding: 24px 0;
  border-bottom: thin solid #dddddd;
}
.new-summary .content {
  height: 100%;
  border-right: thin solid #dddddd;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new-summary .empty {
  border: thin solid white;
  margin-left: -1px;
}
.new-summary img {
  display: block;
  margin: 4px auto;
  height: 48px;
  width: 48px;
}
.new-summary img.environmental-sticker {
  height: 48px;
  width: 48px;
  margin: 4px auto;
}
.new-summary .label-wrapper {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 4px 8px 0 8px;
  word-break: break-word;
}
.new-summary .no-break {
  word-break: keep-all;
  white-space: nowrap;
}
.new-summary .value-wrapper {
  justify-content: center;
  align-items: center;
  color: #616161;
  min-height: 48px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 0 8px 0 8px;
  word-break: break-word;
  font-feature-settings: 'liga' off, 'clig' off;
  letter-spacing: 0;
  font-size: 20px;
}
.vehicle-age {
  margin: 4px auto;
}
.elements-container > *:last-child .content {
  border-right: none;
}
@media not (max-width: 740px) {
  .new-summary .box {
  flex: 0 0 25%;
}
.new-summary .elements-container > *:nth-child(4n) .content {
  border-right: none;
}
.new-summary .elements-container > *:nth-child(-n+4) {
  border-top: thin solid #dddddd;
}

}
@media print {
  .new-summary .box {
  flex: 0 0 25%;
}
.new-summary .elements-container > *:nth-child(4n) .content {
  border-right: none;
}
.new-summary .elements-container > *:nth-child(-n+4) {
  border-top: thin solid #dddddd;
}

}
@media screen and (max-width: 740px) {
  .new-summary .value-wrapper {
  letter-spacing: 0.15px;
  font-size: 17px;
}
.new-summary .empty {
  display: none;
}
.new-summary .box {
  flex: 0 0 50%;
}
.new-summary .elements-container > *:nth-child( even of :not(.empty)) .content {
  border-right: none;
}
.new-summary .elements-container > *:nth-child(-n+2) {
  border-top: thin solid #dddddd;
}

}
