.size-guide__tabs-container .divider.divider--horizontal,
.size-guide__tabs-containers .divider.divider--horizontal {
display: none;
}
.overlaySzg-waistcoats {
    width: 762px;
    letter-spacing: 0.4px;
    margin: 0 auto;
    background-color: white;
}

    .overlaySzg-waistcoats #headerSzg {
    width: 100%;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    color: rgb(55, 55, 55);
    position: relative;
    top: 27px;
    margin: 0;
}

    .overlaySzg-waistcoats #headerSzg+p {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    top: 31px;
        color:#737373;
}

    .overlaySzg-waistcoats .tabSection {
    width: 740px;
    margin: 0 auto;
    position: relative;
    margin-top: 15px;
    margin-bottom: 14px;
}


    .overlaySzg-waistcoats .tabBody>div {
    width: 100%;
    height: 100%;
}


    .overlaySzg-waistcoats table {
    width: 712px;
    margin: 0 auto;
    border-collapse: collapse;
    color: #5E5E5E;
}

    .overlaySzg-waistcoats .forTable {

    margin: 0 auto;
    position: relative;
    margin-top: 60px;
    margin-bottom: 27px;
}

    .overlaySzg-waistcoats table th {
    font-size: 10px;
    height: 45px;
    background-color: #d9d9d9;
}

    .overlaySzg-waistcoats table th:nth-child(3),
    .overlaySzg-waistcoats table th:nth-child(4),
    .overlaySzg-waistcoats table th:nth-child(5),
    .overlaySzg-waistcoats table th:nth-child(6),
    .overlaySzg-waistcoats table th:nth-child(7),
    .overlaySzg-waistcoats table th:nth-child(8)
{
    background-color: #666666;
    color: white;
}

    .overlaySzg-waistcoats table th tr {
    width: 200px;
}

    .overlaySzg-waistcoats table tr td {
    height: 39px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
}

    .overlaySzg-waistcoats table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

    .overlaySzg-waistcoats table tr:nth-child(even) {
    background-color: white;
}
    .overlaySzg-waistcoats .extraRowForLengths
{
    background-color: #d9d9d9 !important;
    border-top: 1px solid;
}

    .overlaySzg-waistcoats #sizes {
    background-color: #d9d9d9;
    text-align: center;
}

    .overlaySzg-waistcoats #sizes td {
    font-weight: 600;
    font-size: 10px;
}

    .overlaySzg-waistcoats #sizes td {
    height: 20px;
    border-right: 1px solid rgb(104, 103, 103);
    border-top: 1px solid rgb(104, 103, 103);

}

    .overlaySzg-waistcoats table tr td:not(:last-child),
    .overlaySzg-waistcoats table tr th:not(:last-child) {
    border-right: 1px solid rgb(131, 131, 131);
}

    .overlaySzg-waistcoats .tabsSzg>div:not(:first-child) {
    border-left: none;
}


    .overlaySzg-waistcoats table tr th:nth-child(2) {
    padding-top: 7px;
}

    .overlaySzg-waistcoats table tr th:nth-child(2) {
    line-height: 17px;
}

    .overlaySzg-waistcoats .activeSzg {
    background-color: white !important;
    border-bottom: none !important;
    border-top: 4px solid rgb(0, 31, 72) !important;
}

    .overlaySzg-waistcoats .activeSzg>p:nth-child(1) {
    font-weight: 600;
}


    .overlaySzg-waistcoats .inchOrCm {
    width: 77px;
    height: 20px;
    font-size: 13px;
    color: rgb(114, 112, 112);
    position: relative;
    top: 40px;
    left: 18px;
    font-weight: 600;
    cursor: pointer;
}

    .overlaySzg-waistcoats .inchOrCm>p {
    text-align: center;
    float: left;
    margin: 0;
    width: 49%;
    text-decoration: underline;
    font-weight: 400;
}

    .overlaySzg-waistcoats .inchOrCm>p:first-child {
    border-right: 1px solid;
}

    .overlaySzg-waistcoats .activeSize {
    text-decoration: none !important;
    font-weight: 600 !important;
}

    .overlaySzg-waistcoats .tabsSzg p {
    margin: 0;
}

@media only screen and (max-width:600px) {
    .overlaySzg-waistcoats {
        width: 100%;
    }

        .overlaySzg-waistcoats #headerSzg {
        font-size: 20px;
    }

        .overlaySzg-waistcoats .tabSection {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }


        .overlaySzg-waistcoats .forTable {
        width: 99%;
        overflow: scroll;
    }

        .overlaySzg-waistcoats .forTable::-webkit-scrollbar {
        display: none;
    }

        .overlaySzg-waistcoats .forTable {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
        .overlaySzg-waistcoats .footernote {
        padding-bottom: 12px;
    }
}