#matchListTable tbody:nth-child(odd) tr:nth-child(odd) {
background-color: #ababab;
}
#matchListTable td {
text-align: center;
}
#playersPlayedMatchesTable tbody:nth-child(odd) tr:nth-child(odd) {
    background-color: #ababab;
}
#playersPlayedMatchesTable td {
    text-align: center;
}
#subCountTable tbody:nth-child(odd) tr:nth-child(odd) {
    background-color: #ababab;
}
#subCountTable td {
    text-align: center;
}
#playersPlayedAgainstTable tbody:nth-child(odd) tr:nth-child(odd) {
    background-color: #ababab;
}
#playersPlayedAgainstTable td {
    text-align: center;
}
#playersPlayedTogetherTable tbody:nth-child(odd) tr:nth-child(odd) {
    background-color: #ababab;
}
#playersPlayedTogetherTable td {
    text-align: center;
}
li:nth-child(odd) { background: #ababab; }
html {
scroll-behavior: smooth;
}
.no-pad {padding: 0;}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}
@media print {
    .pageBreak {
        break-inside: avoid;
    }
}
a {
    text-decoration: none;
}
