/* table{ width:100%;}
table th{padding: 12px 5px; text-align:center; font-size:14px; color:#fff; text-transform:capitalize; font-weight:normal; white-space:nowrap;}

table tbody td{ text-align:center; font-size:14px; color:#f64040; padding: 11px 10px; white-space:nowrap; font-family:"open Sans"; 
border-bottom:1px solid #272c3e; font-weight:300; background:#fff;}

table tbody tr:hover td{ background:#272c3e; color:#fff;} */

.dataTables_length label {
	display: inline-block;
    background: #f64040;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 48px;
}

table{ 
	width:100%;
	margin-top: 20px !important;
}

table th{
	padding: 12px 5px; 
	text-align:center; 
	font-size:14px; 
	color:#fff; 
	text-transform:capitalize; 
	font-weight:normal; 
	white-space:nowrap;
	background: url(../images/table_bg.png) repeat center fixed !important;
}

