body {
        font-size: 17px;
          margin-top: 100px;
}

header {
    position: fixed;
top: 0px;
z-index: 500;
width: 100vw;
}

tr:hover td, tr.even:hover td.active, tr.odd:hover td.active {
    background: transparent !important;
}