
div.GRSdiv {
    border: 1px solid #D6D6D6;
    /* border-top-right-radius: 2px; */
    /* border-top-left-radius: 2px; */
    /* border-bottom-right-radius: 2px; */
    /* border-bottom-left-radius: 2px; */
    overflow: auto;
    max-height: 125px;
    min-height: 125px;
    width: 240px;
    border-radius: 10px;
}

select.frm {
    width: 240px !important;
}