Template:PD-US table/styles.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
.pd-us-table {
	float: right;
	box-sizing: border-box;
	width: 400px;
	max-width: 100%;
	margin-left: 1em;
}
.pd-us-table tbody {
	font-size: x-small;
}
.pd-us-table th:nth-child(1) {
	background-color: #00d400;
	width: 55%;
}
.pd-us-table th:nth-child(2) {
	background-color: #d4bd5f;
}
.pd-us-table td:nth-child(1) {
	background-color: #d4ffd5;
}
.pd-us-table td:nth-child(2) {
	background-color: #fff6d5;
}
.pd-us-table td[colspan] {
	background-color: transparent;
	text-align: center;
}
.pd-us-table ul {
}