/* 覆蓋style.css */
.modal {
    opacity: 100%;
}
.modal .col {
    border-top: none;
    border-bottom: none;
    margin: 0;
    padding: 0;
}
.modal i {
    right: 0;
    top: 0;
}


/* 覆蓋common-style.css */
#query_form .modal div {
    line-height: 1.5;
}

/* 覆蓋pj-single-page-analysisTab.css */
.modal .custom-checkbox {
    position: relative;
}


/* others */
#query_form .modal-body {
    overflow-x: hidden;
}