Jump to content

Index:Fighting Covid-19-China in Action (2020).pdf/styles.css

From Wikisource
._h2 {
	font-size:x-large;
	text-align:center;
	font-weight:bold;
	margin-bottom:1em;
	margin-top:1em;
}

._h3 {
	font-weight:bold;
	margin-top:1em;
}

._chartcap {
	font-weight: bold;
	font-size: 90%;
	text-align: center;
}

._chart {
	margin: 0 auto;
	width: 500px;
}

._table {
	margin: 0 auto;
	text-align: center;
	border-collapse: collapse;
	max-width: 600px;
}

._table th {
	font-weight: bold;
	border:1px solid black;
	padding: 0.5em;
}

._table td {
	border:1px solid black;
	padding: 0.5em;
}

._table caption {
	font-weight: bold;
}