body { font-family:Calibri,Helvetica,sans-serif; background-color:#fff;}
table.month,table.legend { font-size: 10pt; text-align:center; }
table.month { border:1px solid black; border-collapse:collapse;
	      border-spacing:0px; }
table.legend { table-layout:fixed; width:800px; }
table.legend td { border:1px solid black; }
table.legend th { width:60px; text-align:right; }
tr.gascap { background-color:#cccc66; }
tr.method { background-color:#9999ff; border-bottom:1px solid black; }
tr.stations { background-color:#66cccc; }
/*
table.month tr:nth-child( 2n + 4 ) { background-color: hsla( 1, 0%, 0%, 0.07 ) }
*/
table.month td:nth-child( 1 ) { background-color: hsla( 1, 0%, 0%, 0.2 ) }
tr.total { background-color:#ffeebb; border-top:1px solid black; }
tr.total td { background-color: hsla( 1, 0%, 0%, 0 ) }
table.month a { color: #000000; }
.malf { background-color:#000000; color:#ffffff; }
.ex { color:#cc0000; font-weight:bold; }
.ex0 { color:#cc0000; font-weight:bold; }
.ex1 { font-style:italic; }
.lo { text-decoration:line-through; color:#999999; }
.exlo { text-decoration:line-through; color:#dd9999; }
.lhs { border-left:1px solid black; }
.gc1 { background-color: hsla( 240, 50%, 50%, 0.2 ); }
.gc2 { background-color: hsla( 270, 50%, 50%, 0.4 ); }
table.notes {
  background:linear-gradient( -7deg, hsl( 45, 50%, 90% ), hsl( 45, 50%, 97% ) );
  border:1px solid black;
}
table.notes ul { margin:0; }
