tbody.hover td[onclick]:hover {
    background-color: rgba(0,0,0,.075);
}

.sticky {
    position:sticky;
    top: 0 ;
    z-index: 2;
}

th[scope = row] {
    position:sticky;
    left: 0 ;
    z-index: 1;
}

.rowheaders {
    overflow: auto;
    max-height: 90vh;
}

th {
    white-space: nowrap;
 }

table.scrollable {

   border-collapse: separate !important;
   border-spacing: -0 !important;
}

table.scrollable thead th {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
}

#abstinence td{
    min-width: 3rem !important;
}
#abstinence th{
    text-align: center;
}