/* Special rules for tables */
table.table tr.head td {
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 1em
}
table.table tr.even {
  background: #EEEEEE;
}
table.table tr.first td {
  padding-bottom: 2px;
}
table.table tr.second td {
  padding-top: 2px;
  border-top: none;
}
