
table.dataTable thead th {
  white-space: nowrap
}

.btn.btn-blue-old{
  background-color: #003a71 !important;
  color: #fff !important;
  border-color: #003a71 !important;
}

.btn.btn-blue-old:hover{
  background-color: #024585 !important;
  color: rgb(241, 241, 241) !important;
  border-color: #024585 !important;
}

