Module:Sports series/sandbox/styles.css
Appearance
/* same as reflist base style */
.sports-results-notes {
font-size: 90%;
margin-bottom: 0.5em;
}
/* Make all cells nowrap by default */
.sports-res {
white-space: nowrap;
}
/* Override for first column to allow wrapping */
.sports-res th[scope="row"] {
white-space: normal;
}
/* Centered table styles */
.sports-res.center-table {
margin-left: auto;
margin-right: auto;
border: none;
}