/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: relative;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 8px;
	background-color: #EAECEB;
}
.vscrollerbar {
	width: 8px;
	background-color: #C83F5D;
}
.hscrollerbase {
	height: 8px;
	background-color:  #EAECEB;
}
