body {
    background-color: white;
    font-size: 14px;
}

.mainDiv {
    width: 100%;
    height: 100%;
}

.queryDiv {
    width: 98%;
    height: 200px;
    margin-left: 1%;
}

.queryDiv table {
    width: 100%;
    height: 100%;
}

.queryDiv table th {
    width: 180px;
    background-color: rgb(242, 242, 242);
    text-align: center;
    font-weight: normal
}

.queryDiv table td label {
    margin-left: 20px;
    font-weight: normal;
    margin-bottom: 0px;
}

.queryDiv table td label:hover {
    color: rgb(62, 124, 246);
    cursor: pointer;
}

.queryDiv table td input {
    width: 60%;
    border: 1px solid #DCDCDC;
    margin-left: 20px;
}

.labelActive {
    color: rgb(62, 124, 246);
}

.bottomDiv {
    width: 98%;
    height: 550px;
    margin-left: 1%;
    border: 1px solid #DCDCDC;
    margin-top: 20px;
}

.queryBtnDiv {
    width: 98%;
    height: 50px;
    margin-left: 1%;
}

.queryBtnDiv div {
    height: 100%;
}

.textArea {
    padding-top: 20px;
}

.btnArea {
    padding-top: 10px;
}

.btnArea button {
    float: right;
}

.btnExport {
    right: 10px;
}

.btnSearch {
    right: 20px;
}

.listDiv {
    width: 98%;
    height: 100%;
    margin-left: 1%;
    margin-top: 10px;
}

.listDiv table {
    width: 98%;
    margin-left: 1%;
}

.listDiv th {
    text-align: center;
}