html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


table.dataTable>tbody>tr.highlight {
    background-color:#adc9e2 !important;
}
table.dataTable > tbody > tr.first-in-group {
    background-color: #0fcf8e51 !important;
}
table > tbody > tr > td.imposter {
    border: 1px solid black;
    background-color: #adc9e2 !important;
}


a.header-link{
    font-size: 1.1em;
    padding-top: 1em;
}

input.error {
    border: 2px solid red;
}
