.label-info {
  color: #117fbc;
}

.label {
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 0;
white-space: inherit;
padding: 0;
} 

.label-info {
    border: 0 none;
}

.label-success {
    border: 0 none;
}

.label-warning {
border: 0 none;   
border-bottom: 1px solid #eaaa10;

}

.label-important {
border: 0 none; 
    border-bottom: 1px solid #ed5564;
    color: #ed5564;
}
div.dataTables_filter input {
  border: 1px solid #a5a5a5;
  width: 160px !important;
}