.team-roster-team {
text-align: center;
font-size: 1.5rem;
}
.team-roster-team thead {
background-color: #1b2a7a;
color: white;
}
.team-roster-team tbody tr:nth-child(even) {
background-color: #e8e8e8;
}
.team-roster-team tbody tr:nth-child(odd) {
background-color: white;
}
.team-roster-team b:nth-of-type(2) {
margin-left: 20px;
}