/* 
	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;
}
/*
	MEDIA QUERIES

	Minimum design width: 320px @ 96ppi 

 	3:4:6:8:12:16 rule

    0.75x, >>>1.0x<<<, 1.5x, >>>2.0x<<<, >>>3.0x<<<, 4.0x
    
    		^stdres, 			^midres, 	^hires
*/
/*
	Midres
*/
.midres #dppx {
  z-index: 2;
  position: absolute;
}
/*
	Hires	
*/
.hires #dppx {
  z-index: 3;
  position: absolute;
}
/*
	Stdres
*/
#dppx {
  z-index: 1;
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
body {
  font-size: 10px;
}
/*
	Midres
*/
@media only screen and (min-resolution: 200dpi) {
  #dppx {
  z-index: 2;
  position: absolute;
}

}
/*
	Hires	
*/
@media only screen and (min-resolution: 300dpi) {
  #dppx {
  z-index: 3;
  position: absolute;
}

}
/*
	Limited width: ~520px
*/
@media only screen and (max-width: 520px) {
  .hide-on-small {
  display: none;
}
.details-table td,
.details-table th {
  padding: .63em .25em;
}

}
/*
	Approaching the minimum design width: 420px
*/
@media only screen and (max-width: 420px) {
  .vhr {
  padding: 1.4em;
}
div.report-header {
  margin: -1.4em -1.4em 0 -1.4em;
}
.section td.checklist-status {
  vertical-align: top;
  padding-top: 0.3em;
}
.section .checklist-status h4,
.section td.ownership-status {
  white-space: normal;
}
#section-content-extras td.checklist-status {
  padding-top: 0.68em;
}
.details-table td.event-mileage p {
  white-space: normal;
}
.details-table td.events {
  overflow-wrap: anywhere;
}

}
/*
	DIV-3 handling
*/
.div3 {
  min-width: 20em;
  width: 33%;
}
.display-none-on-div3-3 {
  display: none;
}
.display-block-on-div3-3 {
  display: block;
}
.display-inline-on-div3-3 {
  display: inline;
}
@media only screen and (max-width: 699px) {
  .div3 {
  width: 50%;
}
.hide-on-small {
  display: none !important;
}
.display-none-on-div3-2 {
  display: none;
}
.display-block-on-div3-2 {
  display: block;
}
.display-inline-on-div3-2 {
  display: inline;
}

}
@media only screen and (max-width: 650px) {
  .div3 {
  border-left-color: transparent !important;
  border-bottom-color: #ddd;
  width: 100%;
}
.display-none-on-div3-1 {
  display: none;
}
.display-block-on-div3-1 {
  display: block;
}
.display-inline-on-div3-1 {
  display: inline;
}
.flex {
  flex-direction: column;
}

}
/*
	DIV-4 handling
*/
.display-none-on-div4-4 {
  display: none;
}
.display-block-on-div4-4 {
  display: block;
}
.display-inline-on-div4-4 {
  display: inline;
}
@media only screen and (max-width: 842px) and (min-width: 710px) {
  .div4.c-n {
  border-left-color: transparent;
}
.div4.r-n {
  border-top-color: transparent;
}
.div4.nl {
  clear: none;
}
.div4 {
  width: 30.0% !important;
}
.div4.double {
  width: 60.0% !important;
}
.div4.cols-2-limit-3 {
  width: 41.1% !important;
}
.div4.cols-2-limit-3.double {
  width: 82.2% !important;
}
.div4.r-n-limit-3 {
  border-top-color: #dddddd;
}
.div4.c-n-limit-3 {
  border-left-color: #dddddd;
}
.div4.nl-limit-3 {
  clear: left !important;
}
.display-none-on-div4-3 {
  display: none;
}
.display-block-on-div4-3 {
  display: block;
}
.display-inline-on-div4-3 {
  display: inline;
}

}
@media only screen and (max-width: 710px) and (min-width: 490px) {
  .div4.c-n {
  border-left-color: transparent;
}
.div4.r-n {
  border-top-color: transparent;
}
.div4.nl {
  clear: none;
}
.div4 {
  width: 45.0% !important;
}
.div4.double {
  width: 90.0% !important;
}
.div4.r-n-limit-2 {
  border-top-color: #dddddd;
}
.div4.c-n-limit-2 {
  border-left-color: #dddddd;
}
.div4.nl-limit-2 {
  clear: left !important;
}
.display-none-on-div4-2 {
  display: none;
}
.display-block-on-div4-2 {
  display: block;
}
.display-inline-on-div4-2 {
  display: inline;
}

}
@media only screen and (max-width: 490px) {
  .div4.c-n {
  border-left-color: transparent;
}
.div4.r-n {
  border-top-color: transparent;
}
.div4.nl {
  clear: none;
}
.div4 {
  border-left-color: transparent;
  max-width: 92.5%;
  width: 100% !important;
}
.div4.double div.box-content {
  float: none;
}
.div4.double {
  min-width: 18.1em !important;
  max-width: 24.8em !important;
}
.div4.r-n-limit-1 {
  border-top-color: #dddddd;
  clear: left;
}
.display-none-on-div4-1 {
  display: none;
}
.display-block-on-div4-1 {
  display: block;
}
.display-inline-on-div4-1 {
  display: inline;
}

}
