table.table-ode {
  border: 1px solid #D8D8D8;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.table-ode td, table.table-ode th {
  border: 1px solid #D8D8D8;
  padding: 8px;
}
table.table-ode tbody td {
  font-size: 15px;
  color: #000000;
}
table.table-ode tr:nth-child(even) {
  background: #F2F2F2;
}
table.table-ode thead {
  background: #F2F2F2;
  border-bottom: 1px solid #D8D8D8;
}
table.table-ode thead th {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  border-left: 1px solid #D8D8D8;

}
table.table-ode thead th:first-child {
  border-left: none;
}

table.table-ode tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  border-top: 4px solid #333333;
}
table.table-ode tfoot td {
  font-size: 16px;
}
table.table-ode tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, .100);
}