/* 
    Document   : DT_bootstrap
    Created on : 21 Mei 2013, 10:53:10 PM
    Author     : haezal
    Description:
        Purpose of the stylesheet follows.
*/


div.dataTables_length label {
	width: 460px;
	float: left;
	text-align: left;
}

div.dataTables_length select {
	width: 75px;
}

div.dataTables_filter label {
	float: right;
	width: 277px;
}

div.dataTables_info {
	padding-top: 8px;
}

div.dataTables_paginate {
	float: right;
	margin: 0;
}

table {
	margin: 1em 0;
	clear: both;
}

table.dataTable th:active {
	outline: none;
}
