 .jstable {

}

.jstable tr th {
outline:none!important;
cursor:pointer!important;
padding-right:30px!important;	
}

.jstable tr th.sorting {
background: url('../img/jt_1.png') right center no-repeat;
}

.jstable tr th.sorting_asc {
background: url('../img/jt_2.png') right center no-repeat;	
}

.jstable tr th.sorting_desc {
background: url('../img/jt_3.png') right center no-repeat;	
} 

.dataTables_filter {
font-size:16px;	
text-align:right;
font-weight:300;
padding: 0 0 10px 0;
}

.dataTables_filter input[type="search"] {
height:38px;
border: 1px solid #f0f0f0;
padding:0 20px;	
margin: 0 0 0 20px;
outline:none;
font-size:14px;
color:#000;
font-family:'Open Sans';
font-weight:300;
}