
/* tables */

th,
td {
	text-align: left;
	vertical-align: top;
}

th {
	font-weight: bold;
	
	background-color: #3ff; /* dev */
}

th.center,
td.center {
	text-align: center;
}

th.right,
td.right {
	text-align: right;
}

td.label {
	padding-right: 20px;
	width: 140px;
	
	font-weight: bold;
}

/**/

main.compare table {
	width: 100%;
}

main.compare td {
	width: 20%;
}

main.compare tr:nth-child(even) td {
	background-color: #ff0; /* dev */
}
