@charset "UTF-8";

body {
	margin: 10px;
}

table {
	width: 100%;
	table-layout:fixed;
	border-collapse: collapse;
}

th,td {
	color: #434343;
	letter-spacing: 0.5px;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: .81em;
}

td a {
	color: #434343;
	word-wrap: break-word;
}

table thead {
	background: #eeeeee;
}

table tbody {
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
	background: #F5F5F5;
}

