
#mycustomscroll, #mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 525px;
height: 355px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000000;
/*margin: 0.3em auto;
margin-right: 0.8em;
padding: 15px; */
padding: 0 15px 0 0;
font-size: 12px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 170px;
height: 355px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000000;
/*margin: 0.3em auto;
margin-right: 0.8em;
padding: 15px; */
padding: 0;
}