table, td, th {
  border: 1px solid #444444;
  padding: 3px !important;
}
.table>thead>tr>th {
  border-bottom: 2px solid #222222;
  background-color: #B0C4DE;
}
.table-striped>tbody>tr:nth-child(even) {
  background-color: #FFFFFF;
}
.table-striped>tbody>tr:nth-child(odd) {
  background-color: #EEEEEE;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
  background-color: #FFFFEE;
}