header a, header a:hover {
    color: #999;
    margin-top: 1.5rem;
    margin-bottom: .75rem;
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: 2px;
    letter-spacing: .125rem;
    display: block;
    color: #999;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

header h1 {
    font-size: 1.5rem;
    letter-spacing: .25rem;
    padding-top: .6875rem;
    padding-bottom: 1rem;
    line-height: 1rem;
    letter-spacing: .1875rem;
    font-size: 1.125rem;
    min-height: 2.25rem;
    margin: 0 0 12px;
    border-bottom: 0;
    font-weight: 500;
    text-align: center;
}

.sizecharts {
    margin: 0 10px;
}
.sizecharts {
    margin-bottom: 24px!important;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f2f2f2;
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 13%);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    color: #000;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.accordion-item {
    border: 0px solid rgba(0,0,0,.125);
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.accordion-body a, .accordion-body a:hover {
    color: #000000;
    text-decoration: none;
}

.accordion-button, .accordion-body {
    padding: 1rem .5rem;
}

.sizecharts .description-row {
    width: 100%;
    padding: 10px 0;
    min-height: 70px;
    box-sizing: border-box;
}
.sizecharts .unit-selection-box {
    position: relative;
    right: 0;
    float: right;
}
.sizecharts .flex-row {
    /*display: flex;*/
    flex-direction: row;
}
.sizecharts .unit-selection-box-button {
    font-weight: 400;
    border: 1px solid #dedede;
    width: 50px;
    height: 30px;
    text-transform: uppercase;
    font-size: .8125rem;
    background: transparent;
    cursor: pointer;
}
.sizecharts .unit-selection-box-button--selected {
    background-color: #dedede;
    font-weight: 700;
}

.sizecharts .overflow_x_scroll {
    overflow-x: scroll;
}

.sizecharts table {
    width: 100%;
    border-spacing: 0;
}
.sizecharts table {
    width: 100%;
    border-spacing: 0;
    overflow-x: scroll;
    color: #000;
}
.sizecharts table tr {
    width: 100%;
}
.sizecharts .sizingchart-header-row th {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #dedede;
    font-weight: 600;
}
.sizecharts .sizingchart-td-darkgray {
    background-color: #dedede;
}
.sizecharts .sizingchart-td-lightgray {
    background-color: #f1f1f1;
}
.sizecharts .sizingchart-td {
    min-width: 90px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #fff;
    font-weight: 600;
}
.sizecharts table td, .sizecharts table th {
    font-size: .83em;
}
.sizecharts table th {
    padding: 10px;
    background-color: #dedede;
    font-weight: 200;
}
.sizecharts table td, .sizecharts table th {
    font-size: .83em;
}
.sizecharts table th {
    padding: 10px;
}
.sizecharts table th {
    padding: 10px;
    background-color: #dedede;
    font-weight: 200;
}

@media screen and (min-width: 700px) {
    .sizecharts {
        max-width: 700px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .sizecharts {
        margin: 0 15px;
    }
}

@media only screen and (min-width: 48em) {

    header h1 {
        font-size: 2rem;
        letter-spacing: .3125rem;
    }
    
    .sizecharts {
        border: 0;
    }
}

