.table {
	margin: 0;
	padding: 20px 0;
}

.table th {
	background: #e6e6e6;
	border-top: 1px solid #ccc;
	padding: 3px;
}

.table th a {
	text-decoration: none;
	color: #000;
}

.table td {
	border-top: 1px solid #ccc;
	padding: 3px;
	font-size: 11px;
}

.table td a {
	font-size: 11px;
}

.table tr:hover {
	background: #f6f6f6;
}
