﻿table caption,
table tbody tr td ul li,
table td,
table th {
    vertical-align: top;
    text-align: left
}

body {
    line-height: 1.25;
    font-family: 'Neue Haas Grotesk Text Pro Roman', sans-serif
}

table caption,
table thead {
    font-family: 'Neue Haas Grotesk Text Pro Bold', sans-serif;
    font-weight: 700;
    color: #333;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 20px 0;
    padding: 0;
    width: 100%;
    table-layout: fixed
}
.non-responsive{width:auto}
table caption {
    color: #012d50;
    font-size: 1.1em;
    margin: .5em 0 .75em
}

table thead {
    font-size: .9em;
}

table tr {
    border: 1px solid #ddd;
    padding: .35em
}

thead tr {
    background: #e0e0e0
}

tbody tr:nth-child(odd) {
    background: #f4f4f4
}

tbody tr:nth-child(even) {
    background: #fff
}

table td,
table th {
    padding: .925em;
    font-size: .85em
}

table tbody tr td ul li {
    padding: 0!important;
    font-size: .95em;
    list-style-type: disc!important;
    margin-left: 15px!important;
    line-height: 1.6em;
    background-image: none!important
}

table tbody tr td ul {
    margin: 0!important
}

table th {
    font-size: .85em;
    text-transform: uppercase;
    font-family: 'Neue Haas Grotesk Text Pro Bold';
}

.X {
    width: 10%
}

.XV {
    width: 15%
}

.XX {
    width: 20%
}

.XXV {
    width: 25%
}

.XXX {
    width: 30%
}

.XXXV {
    width: 35%
}

.XL {
    width: 40%
}

.XLV {
    width: 45%
}

.L {
    width: 50%
}
@media screen and (min-width:601px){
    table thead {
    position: sticky;
    top:78px
}
}
@media screen and (min-width:1024px){
    table thead {
    position: sticky;
    top:139px
}
}
@media screen and (max-width:600px) {
    table {
        border: 0
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
    .left {
        text-align: left!important;
        font-weight: inherit!important;
        font-size: .75em!important;
        text-transform: none!important;
        font-family: inherit!important
    }
    table tr {
        box-shadow: 2px 2px 2px #888;
        display: block;
        margin-bottom: .625em
    }
    table td {
        padding: .625em;
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .9em;
        text-align: right;
        min-height: 37px;
        margin-top: 5px
    }
    table td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        font-size: .9em;
        width: 60%;
        text-align: left
    }
    table td:last-child {
        border-bottom: 0
    }
    tr td:nth-child(1) {
        font-weight: 700;
        text-align: left;
        font-size: .75em;
        text-transform: uppercase;
        font-family: 'Neue Haas Grotesk Text Pro Bold';
        min-height: 30px;
        margin-top: 0
    }
    
    .non-responsive tr{display:table-row;
        box-shadow: none } .non-responsive td{display:table-cell;text-align:initial }
        .non-responsive td:before{content:unset}
        .non-responsive td:nth-child(1){text-transform:none;font-size: .9em;font-weight: inherit;font-family: 'Neue Haas Grotesk Text Pro Roman', sans-serif;}
    }
}