Index:BIC Series Z Turntables, Owner's Manual, Model 20Z.pdf/styles.css

.wst-rule {
	height: 1.2em;
}

.troubleshooting {
	margin: auto;
	border-top: 1px solid #000;
	border-collapse:collapse;
}

.troubleshooting th {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-weight: normal;
}

.troubleshooting td {
	border-right: 1px solid #000;
	padding: 1.2em 1.2em 1.2em 1.2em;
}

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

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

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