/* 
	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;
}
caption {
  padding: 0.75em;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #4d4d4d;
  background-color: #deebf2;
}
.vhr-scope .technical-section-key {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
  width: 50%;
  font-style: normal;
  letter-spacing: 0.5px;
  color: #4d4d4d;
  padding: 0.75em;
}
.vhr-scope .technical-section-value-left {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
  width: auto;
  font-style: normal;
  font-weight: 700;
  padding: 0.75em;
  color: #4d4d4d;
  white-space: nowrap;
}
.vhr-scope .technical-section-value-right {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
  width: 1%;
  font-style: normal;
  font-weight: 700;
  padding: 0.75em;
  color: #4d4d4d;
  text-align: right;
  white-space: nowrap;
}
.vhr-scope .technical-section-row {
  border: 1px solid #E6E6E6;
}
@media only screen and (max-width: 740px) {
  .vhr-scope .technical-section-row {
  display: block;
}
.vhr-scope .technical-section-key {
  width: 100%;
  display: block;
  padding-bottom: 0;
}
.vhr-scope .technical-section-value {
  width: 100%;
  display: block;
  padding-top: 0;
  text-align: left;
}

}
