/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 5px;
position: absolute;
top: 10; left: 0;
}
.vscrollerbase {
height: 20px;
width: 10px;
background-color: white;
}
.vscrollerbar {
height: 20px;
background-color: black;
}
.hscrollerbase {
height: 9px;
background-color: #ACACAC;

}
.hscrollerbar {
height: 4px;
top:3px;
background-color: #1C4F91;
}

.scrollerjogbox {
width: 10px;
height: 25px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: grey;
}