/*
	TONY: I copied demo_table and modified it here
*/

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_paginate { float:right; }
.dataTables_paginate a { float:left; padding: 3px; cursor: pointer; }
