﻿.essa-table thead th {
  /*background-color: #0099cc;*/
    background-color: #067d94;
  color: white;
}

.essa-table thead .essa-sortable-table-header {
  white-space: nowrap;
}

.essa-table thead .essa-sortable-table-header .essa-sortable-table-header-inner {
  margin-left: 10px;
  display: inline;
  cursor: pointer;
}

table.table > tbody > tr:first-child > th {
    background-color: #067d94;
    color: white;
}

.essa-sortable-header {
    white-space: nowrap;
}

.essa-sortable-header-inner {
    margin-left: 10px;
    display: inline;
    cursor: pointer;
}
