.prediction-portlet .table-striped-custom tbody tr.odd-row td {
  background-color: #FDE9CF;
}
.prediction-portlet .table-hover tbody tr:hover td {
  background-color: #F9C785;
}
.prediction-portlet .table-striped-custom tbody tr.total-row td {
  background-color: #C0A799;
}
.prediction-portlet .table-striped-custom tbody tr:hover.total-row td {
  background-color: #92664D;
  color: white;
}
.prediction-portlet .table-striped-custom > tbody > tr.odd-row:not(.total-row) > * {
  --bs-table-bg-type: transparent;
}
.prediction-portlet .table tbody td, .prediction-portlet .table tbody th {
  background-color: transparent;
}
.prediction-portlet .table-striped-custom tbody tr.empty th {
  background-color: white !important;
}
.prediction-portlet .table-striped-custom .end-subcolumn {
  border-right: 2px solid;
}