Bản mẫu:Tỷ lệ tử vong đại dịch COVID-19 theo quốc gia/styles.css

/* default styling for entire table */
.covid19-deathbycountry {
	text-align:right;
}

/* styling for first column */
.covid19-deathbycountry tr>:first-child {
	text-align:left;
}

/* styling for headers */
.covid19-deathbycountry th {
	text-align:center;
	width: 6em;
}