#page-scroll {
    /* Typical fixed height and fixed width example */
    width: 380px;
    height: 220px;
    overflow: auto;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
    background-color:transparent;
    display: block;
}
#mdm-scroll {
    /* Typical fixed height and fixed width example */
    width: 440px;
    height: 290px;
    overflow: auto;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
    display:block;
    padding: 0 10px 0 0;
}
#mdm-scroll:focus, #page-scroll:focus{
    outline:none;
}
