@import url("common.css");

table {
	font-family: 'trebuchet ms', sans-serif;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}

th {
	border-bottom: 1px solid #dddddd;
}

th, td {
	text-align: left;
}

.alt  {
	background-color: #efefef;
}

tr:hover {
	background-color: #FFECED;
}