table {
	border: 0;
	padding: 0;
	border-collapse: collapse;
}
th {
	padding: 5px;
	/* NOTE: th padding must be set explicitly in order to support IE */
	text-align: center;
	font-weight: bold;
	line-height: 2em;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.6);
}
tbody td {
	padding: 10px;
	line-height: 18px;
	border-top: 1px solid #C0C0C0;
}
tbody tr:nth-child(2n) {
	background-color: rgba(0, 0, 0, 0.3);
}
tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
td {
	text-align: left;
}
td:first-child, th:first-child {
	text-align: left;
}
