.entry_box{
    width: 100%;
    padding-left: 80px;
    text-align: center;
}
.entry_table{
    /*border: 1px solid appworkspace;*/
    font-family: 'Conv_THSarabunNew';
    font-size: 18px;
    /*margin-left: 80px;*/
    margin-left: auto;
    margin-right: auto;
    /*border-collapse: separate;*/
    border-collapse: collapse;
    /*border: 1px solid #9b9b9b;
    border-radius: 10px;*/
    /*border-collapse: collapse;*/
    /*border-radius: 10px 10px 10px 10px;*/
    background-color: #fff;
}
.entry_table th:first-child {
    border-radius: 10px 0 0 0;
}
.entry_table th:last-child {
    border-radius: 0 10px 0 0;
}
/*.entry_table th:only-child {
    border-radius: 0 0 0 0;
}*/
.entry_table th:not(first-of-type) {
    border-radius: 0px 0 0 0;
}

.entry_table tr:last-child td {
    border-bottom: 1px solid #9b9b9b;
}

.entry_table tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

.entry_table tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

.entry_table th{
    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;
    text-align: center;
    vertical-align: middle;
    /*border-radius: 6px 6px 0px 0px;*/
}
.entry_table td{
    padding: 3px 15px 3px 15px;
    border-left: 1px solid #9b9b9b;
    border-right: 1px solid #9b9b9b;
    border-collapse: collapse;
    /*background-color: #d6eeb0;*/
    /*background-color: #fff;*/
}

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

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


/*********************************************/
/*********** Add for New Design **************/
/*********************************************/
#data_table{
    margin-left: auto;
    margin-right: auto;
}