/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width:120px; !important;
height: 490px; !important;
overflow: scroll; !important;
/* IE overflow fix, position must be relative or absolute*/
position: relative; !important;
background-color: #333233;
margin: 0.3em auto; !important;
padding: 15px; !important;
}
