.edi-table > ul {
    display: flex;
    margin: 50px auto 30px;
    padding: 0 !important;
    justify-content: center;
    border-bottom: 1px solid #eee;
    max-width: 800px;
}

.edi-table > ul > li {
    padding: 10px;
    max-width: 190px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #00000075;
    cursor: pointer;
    list-style:none !important;
    margin: 0 !important;
}
.edi-table > ul > li:last-child {
    max-width: 165px;
}
.edi-table > ul > li.active {
    border-bottom: 1px solid #e8505a;
    color: #000;
    pointer-event: none;
}
.edi-table table {
    max-width: 730px;
    margin: auto;
}

.edi-table table tr td {
    border: 1px solid #eee;
    padding: 8px 14px;
    vertical-align: middle;
    text-align: center
}
.edi-table table tr td:first-child {
    width: 60%;
}

.edi-table .note {
    max-width: 730px;
    margin: 10px auto;
}

.edi-table .note p {
    margin: 0;
}
.edi-table table tr:first-child {
    background-color: #eee;
    font-weight: 600;
}
.edi-table table tr:nth-child(2) {
    color: #000;
    font-weight: 600;
}
.edi-table table tr td[rowspan],.edi-table table tr td[colspan] {
    text-align: center;
    font-weight: 600;
    color:#000;
}
.edi-table > ul > li[data-tab="8"],.edi-table > ul > li[data-tab="9"] {
    max-width: 220px;
}
.edi-table .q-na {
    color: #14ace6;
}
.edi-table .avail {
    color: #14ace6;
}
.edi-table .o-na {
    color: #14ace6;
}
.edi-table .t-na {
    color: #14ace6;
}
.edi-table .na {
    color: #d11515;
    font-size: 17px;
    font-weight: 500;
}
@media screen and (max-width:499px){
.edi-table table tr td:first-child{width:45%}
.edi-table table tr td{padding: 8px 5px}
.edi-table table{font-size:12px}
}
@media screen and (max-width:399px){
.edi-table table{display: block;overflow-x: scroll}
}

ul, ol {
    list-style-type: display;
}
.rhs-cont li {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 15px;
    list-style: disc;
}
.nav-dwn a {
    background: #E9142B;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 4px 10px;
    display: inline-block;
    width: 148px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
