table.table tbody td {
  background: #ffffff;
}
table.table tbody tr:hover td {
  background: #f3f9ff;
}
