/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
.vscrollerbase {
visibility: visible !important;
}
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}

.vscrollerbase {
width: 5px;
background-color: #646464;
}
.vscrollerbar {
width: 5px;
background-color: #BED63A;
}
.hscrollerbase {
height: 5px;
background-color: #646464;
}
.hscrollerbar {
height: 5px;
background-color: #BED63A;
}

.scrollerjogbox {
width: 5px;
height: 5px;
bottom: 0px; right: 0px;
background-color: #646464;
}
