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

#index_detail {
    /*score详情*/
    padding: 1px;
    float: left;
    width: 95%;
    margin: 8px 0 0 5px;
    border: dashed 2px lightgray;
}

#return_monitor {
    float: right;
    font-size: 16px;
    padding: 10px;
    text-decoration: underline;
}

#index_title {
    font-size: x-large;
    padding: 5px 0 5px 20px;
    margin: 5px 0;
    border-top: none;
}

.report_title_big, .detail_title_big {
    font-size: x-large;
    border-top: dashed 2px lightgray;
    padding: 5px 0 5px 20px;
    margin: 5px 0;
}

#today_date {
    font-size: large;
    display: block;
    float: right;
    margin: 10px 800px 15px 0;
}

.report_title_small {
    font-size: larger;
    padding: 8px 0 5px 20px;
    margin: 5px 0;
}

.report_table {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100px;
    margin: 5px;
}

.report_table tr{
    margin-top: 10px;
    display: block;
}

.report_table th {
    width: 150px;
    text-align: left;
}

.report_table td {
    width: 150px;
}

#advance_content {
    width: 98%;
    height: 100px;
    border: solid lightgray 1px;
    margin: 0 0 0 8px;
    resize: none;
}

#download_button {
    display: block;
    float: right;
    width: 100px;
    height: 30px;
    background-color: gray;
    margin: 0 10px 5px 0;
}


#b_report {
    background-color: lightcyan;
}

#h_report {
    background-color: lightblue;
}

#t_report {
    background-color: aliceblue;
}

#p_report {
    background-color: lightsteelblue;
}



