
table {width: 100%;}
table th {text-align: left;}
table td, table th {padding: 5px;}
table tr.hover:hover td {
	background: #eee;
}