table.items {
	font-size: 14px;
	border-spacing: 1px;
	border-collapse: collapse;
}

table.items th,
table.items td {
	padding: 8px;
	border: 1px solid #E9E9E9;
}

table.items thead {
}

table.items thead tr th,
table.items thead tr td {
	background: #555;
	color: #FFF;
	font-weight: 300;
	padding: 10px 8px;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}

table.items thead tr th a,
table.items thead tr td a {
	color: #FFF;
	text-decoration: none;
	position: relative;
	display: block;

}

table.items thead tr th a:after,
table.items thead tr td a:after {
	content: "\f0dc";
	font-family: FontAwesome;
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	right: 8px;
	color: #929292;
}

table.items tbody tr.even td {
	background: #FAFAFA;
}

table.items thead tr.filters td {
	background: #FAFAFA;
	border: 1px solid #E9E9E9;
	padding: 4px;
}