.result_data{
    
}

.result_data__section_title{
    font-size:24px;
    padding:10px;
    background:rgb(143,147,162);
    color:white;
    
}
.result_data__section_table{
    width:100%;
    margin-bottom:20px;
}
.result_data__section_table td, .result_data__section_table th{
    border:1px solid #cfcfcf;
    padding:7px;
}
.result_data__section_table tr td:first-child, .result_data__section_table tr th:first-child{
    width:50px;
    text-align:center;
    background:#f8f8f8;
}
.result_data__section_table thead th, .result_data__section_table thead th:first-child{
    background:#f0f0f0;
}
.result_data__section_table tr td:nth-child(n + 3){
    width:130px;
    text-align:center;
}

@media (max-width:768px){
    .result_data__section_table tr td:first-child, .result_data__section_table tr th:first-child{
        display:none;
    }
    .result_data__section_table{
        display:block;
        overflow-x:auto;
    }
    .result_data__section_table{
        margin-bottom:0px;
    }
}