thead {
    /* position: sticky; */
    top: 49px;
    background-color: black;
}

.hi {
    color: red !important;
}

.hi a {
    color: red !important;
}

.lo {
    color: greenyellow !important;
}

.lo a {
    color: greenyellow !important;
}

.buy {
    background-color: #ff000045 !important;
    color: white;
}

.sell {
    background-color: #22770050 !important;
    color: white;
}

.zero {
    background-color: #666666 !important;
    color: white;
}

ul#ui-id-1 {
    max-height: 600px;
    overflow: auto;
}

.tablesorter-headerRow {
    position: sticky;
    top: 45;
    background-color: #000000;
}

#gotop {
    position: fixed;
    border-radius: 50px;
    right: 10px;
    bottom: 30px;
    padding: 1px 16px;
    font-size: 25px;
    background: rgba(228, 211, 211, 0.9);
    color: #000000;
    cursor: pointer;
    z-index: 1000;
    height: 32px;
    -webkit-filter: invert(1);

}