.seva-container {
  background-image: url("../assets/images/historybackground.png");
  background-color: #bb9242;
}

.table {
  background-color: #f3b440;
}
.table td {
  border: #830606 solid 1px !important;
}
.table th {
  border: #f3b440 solid 1px !important;
  border-bottom-color: white !important;
  color: #f3b440;
}
thead {
  background-color: #830606;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #830606;
  color: white;
}
