body [data-modal="size-guide"] table tbody tr:first-of-type {
    background-color: #201d1d;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}
body [data-modal="size-guide"] table {
    table-layout: fixed;
    min-width: 750px;
    font-size: 1em;
    border: 1px solid #e6e6e6;
}
body [data-modal="size-guide"] td {
    padding: 10px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #626262;
}

body [data-modal="size-guide"] table tbody tr:nth-of-type(1) th:last-of-type {
    background-color: #FFF;
    color: black;
    padding: 8px 0px;
    border-bottom: 1px solid #e6e6e6;
}

body [data-modal="size-guide"] table tbody tr:nth-of-type(2) {
    border-bottom: 1px solid #e6e6e6;
}

body [data-modal="size-guide"] table tr td b {
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #000;
}

body [data-modal="size-guide"] table tr:nth-of-type(even) {
    background-color:whitesmoke;
}


body [data-modal="size-guide"] h3, body [data-modal="size-guide"] h4, body [data-modal="size-guide"] .overflow-x-scroll > div > span {
    display: none;
}
body [data-modal="size-guide"] p {
    margin: 20px 0;
    font-size: 0.95em;
    color: #121212;
    font-weight: 300;
}

@media(max-width: 768px) {
    body {
        min-height: 100vh;
        min-height: -webkit-fill-available;
    }

    html {
        height: -webkit-fill-available;
    }
}

body [data-modal="size-guide"] table tbody tr > td:first-of-type, body [data-modal="size-guide"] table tbody tr > td:last-of-type {
    border-right:0px;
}

body [data-modal="size-guide"] table tbody tr:first-of-type > td:first-of-type {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
}

body [data-modal="size-guide"] table tbody tr:first-of-type td {
    color:#FFF;
}

body [data-modal="size-guide"] table {
    max-width: 100%;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    box-shadow: 1px 1px 10px #e2e2e2;
    margin:10px 0px;
    overflow-x: scroll !important;
    width: 100%;
}

@media(max-width: 1024px) {

    body [data-modal="size-guide"] td {
        min-width: 150px !important;
    }

    body [data-modal="size-guide"] table {
        table-layout: auto;
    }
}

