@charset "UTF-8";


#mycustomscroll {
	width: 90%;
	z-index:100;
	min-height: 75px;
	overflow: auto;
	position: relative;
	background-color: transparent;
	padding: 0px;
	margin-top:0px;
	margin-right: 2px;
	margin-bottom: 0.1em;
	margin-left: 3px;
}
