div#container{
	font-family: terminus;
	background-color:#000000;
	color:#ffffff;
	h1, p{
		text-align: center;
	}
}

div#container .dataTables_wrapper, table#categoryIndex{
	width: 100%;
	tr, div.dataTables_info, label{
		background-color:#000000;
		color:#ffffff;
	}
	tr{
		cursor: pointer;
	}
	tr:hover{
		background-color:#ffffff;
		color:#000000;
	}
	tr > td > a{
		display: block;
		color: inherit;
		text-decoration: none;
	}
	tr > td:nth-child(2){
		text-align: right;
	}
}

#categoryIndex_paginate > span > a:not(.current), #categoryIndex_paginate > a:not(.disabled){
	color: #ffffff !important;
}