table {
	width: 100%;

}

tbody {
	background-color: #23292D;
	color: #bbc2cb;
}

thead {
	color: #bbc2cb;
	background: #2f2f2f;
}

th {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #000;
	background: url(http://69design.co.uk/Graphics/assets/sorter.png) no-repeat right center;
}

td {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #000;
}

tr:nth-child(2n) {
background: #252424;
}