#main h2{
  padding:5px 10px;
  background-color:#169fe6;
  border-radius:5px;
  color:white;
}
#mainContent h3{
border-left:solid 4px #aaa;
padding-left:10px;
}
table {
  border: 2px solid black;
}
table th {
  text-align: center;
  font-weight: bold;
}
table td,
table td:first {
  padding: 2px;
}
table td.numeric,
table td:first.numeric {
  text-align: right;
}
table td:first, table td {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left-width: 0px;
  border-top-width: 0px;
}
table td:first:last-child, table td:first.last, table td:last-child, table td.last {
  border-right-width: 0px;
}
table tbody tr:last-child th, table tbody tr:last-child td,
table tbody tr.last th,
table tbody tr.last td, table tfoot tr:last-child th, table tfoot tr:last-child td, table tfoot tr.last th, table tfoot tr.last td {
  border-bottom-width: 0px;
}
table thead td:first {
  border-bottom: 2px solid black;
}
table tfoot td:first, table tfoot td {
  border-top: 2px solid black;
}
table td:first:first-child {
  border-right: 2px solid black;
}
table td:first {
  background-color: white;
}
table th.even, table td:first:nth-child(2n) {
  background-color: #dddddd;
}
table tr.odd td {
  background-color: #666666;
}
table tr.odd td.even, table tr.odd td:nth-child(2n) {
  background-color: #444444;
}
table tr.even td {
  background-color: #666666;
}
table tr.even td.even, table tr.even td:nth-child(2n) {
  background-color: #444444;
}
table tfoot td:first, table tfoot td {
  background-color: white;
}
table tfoot th.even, table tfoot th:nth-child(2n), table tfoot td.even, table tfoot td:nth-child(2n) {
  background-color: #dddddd;
}