span.request_badge_button {
    background: url(https://popscream.org/B48/Base/Badge.png) no-repeat scroll 0 0 !important;
}
span.request_badge_button:hover {
opacity:.6;
}


#badges_panel_body {
    background: transparent!important;
    z-index: 9999;
    width: 250px!important;
    height: 200px!important;
    overflow-y: auto!important;
}

#badges_panel {
    margin-top:-5px;
    position: absolute;
    z-index: 9999;
    margin-left: 850px;
    top: 1635px!important;
    width: 203px!important;
    height: 150px!important;
    border: 0px;
    overflow-y: auto!important;
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background-color: #141414;
}

::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 25px;
}

::-webkit-scrollbar:horizontal {
    height: 0
}

::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
    background: rgb(241, 67, 189);
    width: 0;
    height: 0
}
