/* --- Common Table Architecture --- */
.ResultsDashboard  .starline-master-table {
    background-color: transparent !important;
    margin: 10px 0px;
}

.ResultsDashboard  .starline-master-table th {
    background-color: #fff!important;
    color: #000 !important;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    padding: 0px;
    text-transform: uppercase;
    border: 1px solid #ff0016;
}

.ResultsDashboard  .starline-master-table td {
  background-color: #ffcc99 !important;
  padding: 0px !important;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
    border: 1px solid #ff0016;
}

.ResultsDashboard  .starline-master-table .time-col {
  color: #000; /* Navy Blue Time */
  border-right: 1px solid #ff007f;
}

.ResultsDashboard  .starline-master-table .result-col {
  color: #000; /* Crimson Red Numbers */
}