Index:COVID-19 Vaccination Record Card CDC (8-17-2020).pdf/styles.css

From Wikisource
Jump to navigation Jump to search
.chart1 {
	margin: auto;
	border-top: 4px solid #000;
	border-collapse:collapse;
}

.chart1 th {
	border-bottom: 4px solid #000;
	border-right: 4px solid #000;
}

.chart1 td {
	border-right: 4px solid #000;
	border-bottom: 4px solid #000;
	padding: 1.2em 1.2em 1.2em 1.2em;
}

.chart1 td:last-child {
	border-right: 0px;
}

.chart1 th:last-child {
	border-right: 0px;
}

/* try to avoid breaking content in table cells */
tr, td {
	break-inside: avoid;
}