.closed-lab, .gold-lab, .green-lab, .open-lab{
  background: #CFCFCF;
  border-bottom: 1.5pt solid windowtext;
  border-left: medium none;
  border-right: 1.5pt solid windowtext; 
  border-top: medium none; 
  font-weight: bold;
  font-size: 12.0pt;
  padding: 0in;
  width: 62.0pt;
  text-align: center;
}
.closed-lab{
  background: #DD3333;
  color: #000000;
}
.gold-lab{
  background: #DEAA42;
}
.green-lab{
  background: #BAFAAA;
}
.lab-table{
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 0px;
  border: medium none;
  margin-left: 6.75pt;
  margin-right: 6.75pt;
  width: 700px;
}
.lab-table tr{
  height: 20.0pt;
  page-break-inside: avoid;
  text-align: center;
}
.lab-table th{
  border-bottom: 1.5pt solid windowtext;
  border-left: 1.5pt solid windowtext;
  border-right: 1.5pt solid windowtext;
  border-top: medium none;
  background: black;
  color: white;
  font-size: 10pt;
  text-align: center;
  font-weight: normal;
  width: 48pt;
}
.lab-header-text{
  font-size: 10pt;
}
.lab-small-text{
  font-size: 9pt;
  font-weight: normal;
  color: #000;
}
.lab-big-text{
  font-size: 12pt;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 10px;
}
.lab-updated{
  border: none;
  color: #AA0000;
  font-size: 8.0pt;
  height: 13.5pt;
  text-align: center;
  vertical-align: bottom;
  white-space: nowrap;
  width: 48.0pt;
}
.lab-bar{
  margin-left: 14px;
  margin-right: 14px;
}
.lab-footer{
  text-align: center;
}
.lab-header, .lab-footer{
  padding-bottom: 24px;
  padding-left:70px;
}
.lab-footer{
  margin-top: 20px;
  padding-left: 50px;
  height: 40px;
}
.lab-footer-text{
  float: left;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.lab-header img{
  margin-right: 20px;
}
.lab-header h1{
  display: inline;
  font-size: 10pt;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.lab-schedule{
  display: table;
  font-weight: normal;
  vertical-align: top;
  width: 94%;
  padding-left: 1%;
  padding-right: 5%;
}
.lab-schedule div{
  display: table-cell;
  text-align: center;
  width: 30%;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.lab-schedule .spacer{
  width: 1%;
}
.lab-schedule .side{
  width: 1%;
}
.lab-schedule .yellow{
  background-color: yellow;
}
.lab-schedule .grey{
  background-color: #CFCFCF;
}
.lab-schedule .green{
  background-color: #BAFAAA;
}
.lab-schedule-table{
  text-align: left;
}