/* from https://ianlunn.github.io/Hover/ */
p, body {
    color: black;
}

h1, a {
    color: #00467e;
}

#cover {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color:white !important;
  border:1px solid #003b6a;
  background-color:#003b6a;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #0071cb), color-stop(100%, #003b6a));
  background:-webkit-linear-gradient(top, #0071cb 0%, #003b6a 100%);
  background:-moz-linear-gradient(top, #0071cb 0%, #003b6a 100%);
  background:-ms-linear-gradient(top, #0071cb 0%, #003b6a 100%);
  background:-o-linear-gradient(top, #0071cb 0%, #003b6a 100%);
  background:linear-gradient(to bottom, #0071cb 0%, #003b6a 100%)
}

.button_small {
    font-size: 12px;
}

.task-list {
    line-height: 0.8;
}