.requestfrm {
    font-size: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#btn_submitrequestcopy {
    border: 1px solid lightgrey;
    border-radius: 5px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
}

#btn_submitrequestcopy:hover {
    background-color: blue;
    color: white;
    border-radius: 1px;
    transition: .5s;
}

.requestcopycon {
    background-color: white;
    height: 700px;
    overflow: auto;
}

.tblrequestlist {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}