.tab_1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1000px;
}
.tab_1 .cont_tab {overflow: auto;margin-bottom: 50px;width: 100%;
/*
border-right: 1px solid #cbc9c9;border-left: 1px solid #cbc9c9;
*/
}
.tab_1 h3 {
    padding-bottom: 0px;
    font-weight: 100;
    font-size: 19px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0px;
    border: 2px solid #000;
    display: inline-block;
    border-bottom: navajowhite;
    padding: 8px;
    border-radius: 12px 12px 0px 0px;
    margin-left: 0px;
}
.tab_1 .table {display: table;width: 99.5%;border-collapse: collapse;overflow: auto;}
.tab_1 .d-tr {display: table-row;border-bottom: 1px dotted #ccc;}
.tab_1 .d-td {
    display: table-cell;
    text-align: center;
    border: none;
    vertical-align: middle;
    border-right: 1px dotted #ccc;
    font-weight: 600;
    text-align: left;
    font-size: 12px;
    font-weight: 200;
}
.tab_1 .d-td b{font-weight: bold;}
.tab_1 .d-td a{text-decoration: underline;}
.tab_1 .d-td a:hover{text-decoration: none;}

.tab_1 .d-td:not(.no-p){padding: 9px;}
.tab_1 .type_t {background: #000;color: #fff;}
.tab_1 .type_l{}
.tab_1 .m_l{font-weight: 100;}
.tab_1 .m_l1{font-weight: 800;}

.tab_1 .m_l2 {
    font-weight: 800;
    font-size: 18px;
    background: #ccc;
    color: #fff;
}

.tab_1 .m_h{background: #ccc;}

.tab_1 .m_h:not(.no-p){padding: 2px;}


.tab_1 .numt::after{content: "";padding-left: 3px;
    color: #a5a5a5;}



.tab_1 .des {
    font-weight: 100;
    padding: 15px;
    font-size: 14px;
}
.tab_1 .title2 {
    /**
    width: max-content;
    padding-left: 20px;
    font-size: 12px;
    font-weight: bold;
    padding-top: 8px;
    background: #e9e9e9;
    **/
}

.tab_1 .gr_tab {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    position: absolute;
    z-index: 2;
    right: 0px;
    height: 100%;
    width: 20px;
    margin-right: -2px;
    display: none;
}

@media (max-width:900px){
.tab_1 .d-td {min-width: 190px;font-size: 12px;} 
.tab_1 .gr_tab {display: block;}

.tab_1 {
   margin-right: 0px;
    width: 100%;
}
.tab_1 h3 {
    /* margin-left: 20px; */
    text-align: center;
    display: block;
    border: none;
}
.tab_1 .cont_tab {

    padding-left: 20px;
    
}
}
