Module:Sports series/sandbox/styles.css

In this article, we will explore the fascinating world of Module:Sports series/sandbox/styles.css and how it has impacted our lives in unimaginable ways. Module:Sports series/sandbox/styles.css has been the object of study, controversy and admiration throughout history, and its influence extends to practically all aspects of our society. From its origins to its modern evolution, Module:Sports series/sandbox/styles.css has left an indelible mark on humanity, challenging our perceptions and provoking deep reflections on who we are and where we are headed. Join us on this journey to discover the importance of Module:Sports series/sandbox/styles.css in our lives and in the world around us.
/* 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 {
    white-space: normal;
}

/* Centered table styles */
.sports-res.center-table {
    margin-left: auto;
    margin-right: auto;
    border: none;
}