.size-guide__tabs-container .divider.divider--horizontal,
.size-guide__tabs-containers .divider.divider--horizontal {
  display: none;
}

        .overlaySzg-undershirt {
            width: 762px;
            letter-spacing: 0.4px;
            margin: 0 auto;
            background-color: white;
            /* border: 1px solid rgb(204, 204, 204); */
        }

        .overlaySzg-undershirt #headerSzg {
            width: 100%;
            font-family: "Lusitana";
            font-size: 20px;
            line-height: 1;
            font-weight: 700;
            text-align: center;
            color: rgb(55, 55, 55);
            position: relative;
            top: 27px;
            margin: 0;
        }


        .overlaySzg-undershirt #headerSzg+p {
            width: 100%;
            margin: 0;
            text-align: center;
            font-size: 12px;
            line-height: 1;
            font-family: 'Lato';
            font-weight: 700;
            position: relative;
            top: 31px;
            color:#737373;
        }

        .overlaySzg-undershirt .tabSection {
            width: 740px;
            margin: 0 auto;
            position: relative;
            margin-top: 15px;
            margin-bottom: 14px;
        }


        .overlaySzg-undershirt .tabBody>div {
            width: 100%;
            height: 100%;
        }

        .overlaySzg-undershirt table {
            width: 712px;
            margin: 0 auto;
            border-collapse: collapse;
            color: #5E5E5E;
        }

        .overlaySzg-undershirt .forTable {

            margin: 0 auto;
            position: relative;
            margin-top: 60px;
            margin-bottom: 27px;
        }

        .overlaySzg-undershirt table th {
            font-family: 'Lato', serif;
            font-size: 10px;
            height: 45px;
            background-color: #d9d9d9;
        }

        .overlaySzg-undershirt table th tr {
            width: 200px;
            font-family: 'Lato', serif;
        }

        .overlaySzg-undershirt table tr td {
            height: 39px;
            text-align: center;
            font-family: 'Lato', serif;
            font-weight: 400;
            font-size: 12px;
        }


        .overlaySzg-undershirt .extraRowForLengths
        {
            background-color: #d9d9d9 !important;
            border-top: 1px solid;
        }

           .overlaySzg-undershirt .tableRowOdd {
            background-color: #f5f5f5;
        }

        .overlaySzg-undershirt .tableRowEven {
            background-color: white;
        }
	 .overlaySzg-undershirt .extraRowOdd
        {
            background-color: #f5f5f5;
        }

	.overlaySzg-undershirt .extraRowEven
        {
             background-color: white;
        }

       .overlaySzg-undershirt #sizes {
            background-color: #d9d9d9;
            text-align: center;
            font-family: 'Lato', serif;
        }

        .overlaySzg-undershirt #sizes td {
            font-weight: 600;
            font-size: 10px;
        }

        .overlaySzg-undershirt #sizes td {
            height: 20px;
            border-right: 1px solid rgb(104, 103, 103);
            border-top: 1px solid rgb(104, 103, 103);

        }

        .overlaySzg-undershirt table tr td:not(:last-child),
        .overlaySzg-undershirt table tr th:not(:last-child) {
            border-right: 1px solid rgb(131, 131, 131);
        }

        .overlaySzg-undershirt .tabsSzg>div:not(:first-child) {
            border-left: none;
        }

        .overlaySzg-undershirt #round {
            float: left;
            width: 15px;
            height: 15px;
            background-color: #c4d4c6;
            border-radius: 50%;
            position: relative;
            top: 2px;
            left: 49px;
        }

        .overlaySzg-undershirt table tr th:nth-child(2) {
            padding-top: 7px;
        }

        .overlaySzg-undershirt table tr th:nth-child(2) {
            line-height: 17px;
        }

        .overlaySzg-undershirt .activeSzg {
            background-color: white !important;
            border-bottom: none !important;
            border-top: 4px solid rgb(0, 31, 72) !important;
        }

        .overlaySzg-undershirt .activeSzg>p:nth-child(1) {
            font-weight: 700;
        }


        .overlaySzg-undershirt .inchOrCm {
            width: 77px;
            height: 20px;
            font-size: 13px;
            font-family: 'Lato', serif;
            color: rgb(114, 112, 112);
            position: relative;
            top: 40px;
            left: 18px;
            font-weight: 600;
            cursor: pointer;
        }

        .overlaySzg-undershirt .inchOrCm>p {
            text-align: center;
            float: left;
            margin: 0;
            width: 49%;
            text-decoration: underline;
            font-weight: 400;
        }

        .overlaySzg-undershirt .inchOrCm>p:first-child {
            border-right: 1px solid;
        }

        .overlaySzg-undershirt .activeSize {
            text-decoration: none !important;
            font-weight: 600 !important;
        }

        .overlaySzg-undershirt .tabsSzg p {
            margin: 0;
        }


        @media only screen and (max-width:600px) {
            .overlaySzg-undershirt {
                width: 100%;
            }

            .overlaySzg-undershirt #headerSzg {
                font-size: 20px;
            }

            .overlaySzg-undershirt .tabSection {
                width: 100%;
                padding: 10px;
                box-sizing: border-box;
            }


            .overlaySzg-undershirt .forTable {
                width: 99%;
                overflow: scroll;
            }

            .overlaySzg-undershirt .forTable::-webkit-scrollbar {
                display: none;
            }

            .overlaySzg-undershirt .forTable {
                -ms-overflow-style: none;
                scrollbar-width: none;
            }




        }
