ul#pooldata {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    text-align-last: center;
    text-align: center;
}
ul#pooldata li {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    text-align-last: center;
    text-align: center;
}
.avianColor {
    color: #26cab2;
}
.ravenColor {
    color: #F05239;
}
.hiveColor {
    color: #FDB000;
}
.raptorColor {
    color: #B54223;
}
.peerColor {
    color: #3CB054;
}
.garlicColor {
    color: #FDDB6C;
}
@media screen and (min-width: 1281px) {
    .menu-container {
        width: 100%;
        height: 72px;
        line-height: 70px;
        background: rgba(0 0 0 / 24%);
        position: fixed;
        top: 71px;
        left: 0px;
        border-bottom: 1px solid rgba(255 255 255 / 14%);
        box-shadow: none;
        display: block;
        z-index: 45;
    }
}
@media screen and (max-width: 1280) {
    .menu-container {
        width: 100%;
        height: 72px;
        line-height: 70px;
        background: rgba(0 0 0 / 24%);
        position: fixed;
        top: 0px;
        left: 0px;
        border-bottom: 1px solid rgba(255 255 255 / 14%);
        box-shadow: none;
        display: block;
        z-index: 45;
    }
}
.menu-container .topbar-nav .metismenu li {
    display: inline-block;
    vertical-align: middle;
    width: 19%;
    height: auto;
    z-index: 50;
}