#roster-table td, #roster-table th {
 padding-top:0;
 padding-bottom:0;
}

#roster-table .rost-ht {
white-space:nowrap !important;
}

@media (max-width:600px) {
 #roster-table td, #roster-table th {
  font-size:0.7rem;
 }
 #roster-table td:nth-last-of-type(1), #roster-table th:nth-last-of-type(1) {
  display:none;
 }
}

.rosters-coaching-row {
margin-top:40px;
}