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

.data_panel{
    float: left;
    margin: 2% 2%;
    border-radius: 5px;
    position: relative;
    color: black;
    width: 95%;
}

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

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

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

.score_area {
    float: left;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 1.5rem;
    margin-left: -3rem;
}

.score {
    margin: 20px 50px;
}

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

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

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

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

.info_line {
    font-size: 1.5rem;
}

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

#search_detail {
    padding: 1px;
    float: left;
    width: 95%;
    border: dashed 2px lightgray;
    position: relative;
}

.bottom_panel {
    width: 100%;
    height: 300px;
    display: block;
    float: left;
}

.detail_en_panel {
    height: 600px;
}

.breath_panel, .heartbeat_panel, .temp_panel, .pressure_panel, .en_temp_panel, .en_humi_panel,
.en_cco2_panel, .en_tvoc_panel, .en_form_panel, .en_pm25_panel, .en_pm10_panel, .en_nois_panel{
    display: block;
    width: 49%;
    height: 250px;
    float: left;
    margin-left: 4px;
    margin-top: 1px;
}

.breath_panel, .en_temp_panel, .en_form_panel {
    background-color: lightcyan;
}

.heartbeat_panel, .en_humi_panel, .en_pm25_panel {
    background-color: lightblue;
}

.temp_panel, .en_cco2_panel, .en_pm10_panel {
    background-color: aliceblue;
}

.pressure_panel, .en_tvoc_panel, .en_nois_panel {
    background-color: lightsteelblue;
}

.panel_title {
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
}

.detail_title_big {
    font-size: xx-large;
    padding: 5px 0 5px 20px;
    margin: 5px 0;
}