html, body {
    height: 100%;
    background-color: #FFFFFF;
}

#supervisor_header {
    width: 100%;
    height: 70px;
}

.label {
    font-size: 1.5vw;
    line-height: 70px;
}

#supervisor_header select{
    width: 120px;
    height: 40px;
    font-size: 1.5vw;
    margin: 0 30px;
    border: solid 2px lightgray;
    text-align: center;
}

#supervisor_header select:hover{
    border: solid 2px #3BAFFA;
}

#supervisor_search {
    width: 120px;
    height: 40px;
    font-size: 1.5vw;
    margin: 0 30px;
    border: solid 2px #3BAFFA;
    border-radius: 5px;
    background-color: #3BAFFA;
}

#supervisor_search:hover {
    background-color: #4F70E8;
}

#supervisor_content {
    width: 100%;
}

.data_panel{
    float: left;
    width: 30%;
    margin: 1% 1%;
    border-radius: 5px;
    box-shadow: 3px 3px 3px 3px lightgray;
    position: relative;
}

.left_panel {
    float: left;
    width: 22%;
    height: 150px;
}

.head_area {
    float: left;
    width: 100%;
    height: 90px;
}

.head_img {
    width: 75%;
    height: 75%;
    margin: 13px 0 0 20px;
}

.score_area {
    float: left;
    width: 100%;
    height: 60px;
    text-align: center;
    /*font-size: 16px;*/
    margin-top: 2vw;
}

.score {
    margin: 5px;
    font-size: 2vw;
}

.right_panel {
    float: left;
    width: 77%;
}

.search_detail_button {
    width: 20px;
    height: 20px;
    margin: 10px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.search_detail_button:hover {
    width: 25px;
    height: 25px;
    display: block;
    float: right;
    margin: 5px;
}

.info_table {
    width: 90%;
    margin-left: 0.5rem;
}

.info_line {
    font-size: 1vw;
}

.info_line td{
    padding-left: 0.5rem;
    padding-top: 0.5rem;
    width: 20%;
}

.four_panel{
    width: 100%;
    display: block;
    float: left;
}

.four_ele {
    width: 23%;
    height: 100%;
    display: block;
    float: left;
    margin: 0 0.5%;
}

.four_inner {
    width: 80%;
    height: 80%;
    border: solid 1px lightgray;
    margin: 8% auto;
    border-radius: 5px;
}

.inner_title {
    width: 100%;
    height: 25%;
    border-bottom: solid 1px lightgray;
    background-color: #3BAFFA;
    border-radius: 5px;
}

.inner_content {
    width: 100%;
    height: 74%;
}

.title_text {
    margin: 0 auto;
    border: 0;
    padding: 5px;
    text-align: center;
    line-height: 100%;
    font-size: 1vw;
}

.content_data {
    margin: 22% auto;
    text-align: center;
    line-height: 100%;
    color: #3BAFFA;
    font-size: 4vw;
    height: 100%;

}

.low_pre_title, .high_pre_title {
    margin: 0;
    padding: 0;
    color: #3BAFFA;
    font-size: 0.7vw;
}

.low_pre, .high_pre{
    color: #3BAFFA;
    font-size: 1.55vw;
    text-align: center;
}
