.tbl_mobile_view, .tbl_web_view {
    border-top: 2px solid #adadad;
    border-bottom: 2px solid #adadad;
}


.order_tit {
    position: relative;
    padding-top: 30px;
    /*padding: 32px 0 20px 0;*/
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

table {
    width: 100%;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.tbl_mobile_view tbody th:first-child {
    border-left: 0;
}

.tbl_mobile_view tbody th {
    /*font-size: 14px;*/
    font-weight: bold;
    text-align: center;
    color: #2d2d2d;
    border-left: 1px solid #adadad;
    border-right: 1px solid #adadad;
    background: #f2f2f2;
}

.tbl_mobile_view tbody th, .tbl_mobile_view tbody td {
    padding: 10px;
    height: 20px;
    border-top: 1px solid #adadad;
}

.tbl_web_view tbody th {
    /*font-size: 14px;*/
    font-weight: bold;
    text-align: center;
    color: #2d2d2d;
    background: #f2f2f2;
}

.tbl_web_view tbody th, .tbl_view1 tbody td {
    padding: 10px;
    height: 20px;
}

.tbl_web_view tbody td, .tbl_web_view tfoot td {
    border-bottom: 1px solid #adadad;
    text-align: center;
}
.tbl_web_view tbody th,.tbl_web_view tfoot th {
    border-bottom: 1px solid #adadad;
}

