#sw_body {
    background: var(--skin-side-menu-bg1);
    color: var(--skin-side-menu-color1);
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#sw_body::-webkit-scrollbar {
    display: none;
}

#sw_body .row {
    background: var(--skin-side-menu-bg1);
    border-top: 2px var(--skin-side-menu-border1) solid;
    padding: 3px !important;
}

#sw_body ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sw-name {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
}
.sw-date {
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    /*font-weight: bold;*/
}

.sw-bet, .sw-win {
    text-align: right;
    padding-right: 5px;
}

.sw-bet {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    /*font-weight: bold;*/
}

.sw-win {
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    /*font-weight: bold;*/
    color: var(--skin-side-menu-color2);
}