table.table {
  border-collapse: collapse;
  margin-bottom: 1em;
}

table.table tr td, table.table tr th {
  vertical-align: middle;
  padding: 8px 6px;

  padding-right: 12px;

  border-bottom: 1px solid #C2C2C2;
}

table.table td {
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
  
  border-bottom: 0;
}

table.table tr.odd {
   background-color: #F9F5F2;
}

table.table tr th {
  text-align: left;
  font-weight: bold;

  background-color: #e6e6e6;
  border: 1px solid #c2c2c2;
}
