/* styles.css */
body {
    background-color: #FFCF06;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#form1, #form2 {
    height: 111px;
    width: 1200px;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
}

.label {
    margin-top: 50px;
    margin-left: 18px;
    z-index: 1;
    position: absolute;
    font-weight: 700;
    color: #FFFF00;
    font-size: x-large;
    background-color: #0000FF;
    font-family: Arial;
}

.gridview {
    left: 17px;
    position: relative;
    height: 70px;
    width: 1200px;
    text-align: left;
}

td {
    cursor: pointer;
}
.hover_row {
    background-color: #A1DCF2;
}