#horizontalFilterBar ul {
  padding-top: 5px;
}

#horizontalFilterBar ul li.active a {
  color: #e3000f;
  font-weight: bold;
}

#horizontalFilterBar ul.form li:not(:first-child) {
  padding-right: 20px;
}

#horizontalFilterBar label {
  font-weight: normal;
  cursor: pointer;
}

.filterApp .dataTables_filter label,
.filterApp .dataTables_filter input {
  width: 100% !important;
}

.dataTables_wrapper > .row:first-child {
  padding-bottom: 20px;
  font-size: 14px;
}