.gauge,.row,body{text-align:center}.gauge,.row,input[type=radio]{position:relative}body,div.scrollmenu{background-color:#000}body{font-family:Roboto;font-size:10pt}.content{padding-right:10%;padding-left:10%;margin-right:15%;margin-left:15%}.gauge{padding:5px;display:inline-block}.odo{position:absolute;top:67%;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%)}.gaugeSizeStd{width:260px;height:260px}input[type=radio]{width:15px;height:auto;vertical-align:-5%}label{height:15px;text-align:left;font-size:9px;vertical-align:15%}#status,div.scrollmenu a,h1,h2{text-align:center}.unitsTable{display:table;margin-left:auto;margin-right:auto;padding-left:5px;padding-right:5px;background-color:#ccf;box-shadow:rgba(0,0,0,.3) 2px 2px 2px;border-radius:4px;text-align:left;min-width:260px}.cellRight{display:table-cell;text-align:right;font-size:9px;vertical-align:middle}.credits{font-family:Arial,Helvetica,sans-serif;font-size:70%;font-style:italic;letter-spacing:.3em}.ddimgtooltip{z-index:2000;box-shadow:3px 3px 5px #818181;border-radius:10px;display:none;position:absolute;border:1px solid #000;background:#fff;color:#000;padding:0 7px 3px;font-family:sans-serif;font-size:10px}.tipinfo{text-align:left;padding:3px 0 3px 2px}.tipimg{width:438px;height:175px}h1,h2{color:#fff}div.scrollmenu{overflow:auto;white-space:nowrap}div.scrollmenu a{display:inline-block;color:#fff;padding:14px;text-decoration:none}div.scrollmenu a:hover{background-color:#777}
marquee { color: white;  } 

a.lightbox img {
height: 150px;

border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);

}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
 z-index : 500;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
  
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
  overflow:scroll;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0;
}
