#wn-inner-scroll-column {
    background: #e4e4e4;
    width: 1px !important;
}

#wn-inner-scroll-column .nicescroll-cursors {
    transform: translateX(5.5px) !important;
}

@media only screen and (max-width: 960px) {
    #wn-inner-scroll-column {
        left: inherit !important;
        right: 20px !important;
    }
}