/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
.scrollgeneric {
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0
    }
.vscrollerbase {
    width: 5px;
    background-color: #ede0d7;
    left: 268px !important
    }
.vscrollerbar {
    width: 5px;
    background-color: #ce7f0d;
    cursor: pointer;
    /* left: -2px; */
    }
/*
.hscrollerbase {
height: 2px;
background-color: #4f4d50;
}
.hscrollerbar {
height: 2px;
background-color: white;
}
*/
.scrollerjogbox {
    width: 2px;
    height: 10px;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    background-color: gray
    }