/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 100%;
height: 21.6em;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 100%;
height: 19.8em;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 100%;
height: 18.75em;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

.scrollgeneric {
position: absolute; 
top: 0; 
left: 0;
right: 0;
}

.vscrollerbase {
width: 0.5em;
background: #ffffff;
}

.vscrollerbar {
width: 0.063em;
background: #ffffff;
border-right: 0.5em solid #f4f4f4;
}

.vscrollerbar{
padding: 0.875em;
z-index: 2;
}

.vscrollerbasebeg {
background: #ffffff;
width: 0.063em;
height: 0.75em !important;
border-right: 0.5em solid #f4f4f4;
}

.vscrollerbaseend {
background: #ffffff;
width: 0.063em;
height: 0.75em;
border-right: 0.5em solid #f4f4f4;
}
/* Scroll Bar Master Styling Ends Here */
