.table_div{
    display: table;
    /*border: 1px solid appworkspace;*/
    font-family: 'Conv_THSarabunNew';
    font-size: 18px;
    margin-left: 80px;
    /*border-collapse: collapse;*/
    /*border-radius: 10px 10px 10px 10px;*/
}
.table_div .table_header:first-child {
    border-radius: 10px 0 0 0;
}
.table_div .table_header:last-child {
    border-radius: 0 10px 0 0;
}
/*.table_div .table_header:only-child {
    border-radius: 0 0 0 0;
}*/
.table_div .table_header:not(first-of-type) {
    border-radius: 0px 0 0 0;
}

.table_div .table_row:last-child .table_cell {
    border-bottom: 1px solid #9b9b9b;
}

.table_div .table_row:last-child .table_cell:first-child {
    border-radius: 0 0 0 10px;
}

.table_div .table_row:last-child .table_cell:last-child {
    border-radius: 0 0 10px 0;
}

.table_row{
    display: table-row;
}
.table_header{
    padding: 5px 15px 5px 15px;
    display: table-cell;
    font-family: 'Conv_THSarabunNew Bold';
    font-weight: bold;
    font-size: 20px;
    border: 1px solid #9b9b9b;
    border-collapse: collapse;
    vertical-align: middle;
    border-radius: 6px 6px 0px 0px;
}
.table_cell{
    padding: 3px 15px 3px 15px;
    display: table-cell;
    border-left: 1px solid #9b9b9b;
    border-right: 1px solid #9b9b9b;
    border-collapse: collapse;
}

.list th:hover, .list tr:hover {
    /*background: #cbe7f8;*/
}

.list_table {
    font-size:1em;
    text-align:center;
    padding-top:5px;
    padding-bottom:4px;
    background-color:#1da1f2;
    color:#416c00;
}
.list_table th {
    min-height: 25px;
    vertical-align: middle;
}
