.index-title {
  color: #6d3916;
}

thead > tr > th {
  background-color: #ed7d31 !important;
  color: white;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f8d7cd;
}

.table-striped > tbody > tr:nth-child(even) > td {
  background-color: #fcece8;
}

th,
td {
  text-align: center;
}
