﻿.simple-table-text-wrap {
display:flex;
flex-direction:column;
gap:24px;
}
h2.simple-table-title {
    font-weight: 600 !important;
    font-size: 32px !important;
    line-height: 1.25 !important;
    letter-spacing: 0;
    color: #004F59 !important;
    margin: 0px 0px 0px !important;
}

p.simple-table-description {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.5!important;
    letter-spacing: 0;
    color: #131E29 !important;
    margin:0px !important;
}


.simple-table {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.5;
    letter-spacing: 0;
    color: #131E29;
    border-radius: 5px;
    margin-top: 32px;
    margin-bottom: 16px;
    border: 1px solid #C5CFD9 !important;
}

    .simple-table tr th, .simple-table tr td {
        padding: 12px 10px;
        display: table-cell;
        border: 1px solid #C5CFD9 !important;
        font-weight: 400;
        font-size: 16px !important;
        text-align: left !important;
        word-break:break-all;
    }

    .simple-table .theme-graphene {
        background-color: #004F59 !important;
        color: #fff !important;
    }

    .simple-table .theme-LightGrey {
        background-color: #F6F6F6 !important;
        color: #131E29 !important;
    }

    .simple-table .theme-SolwayBreeze {
        background-color: #E2F5E9 !important;
        color: #131E29 !important;
    }

small.simple-table-caption {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    letter-spacing: 0;
    color: #131E29 !important;
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
    margin:0px !important;
    text-align: left;
    caption-side: bottom;
}


/* reset old existing css  */
table.simple-table tr:first-of-type > th, table.simple-table tr:first-of-type > td {
    border-top: inherit;
    background: inherit;
    color: inherit;
    font-size: inherit;
}


.simple-table a:link, .simple-table a:active, .simple-table a:visited {
    text-decoration-line: underline;
    color: #E42B00;
}

.simple-table a:hover {
    color: #FF4713;
}

.simple-table .theme-graphene a:link, .simple-table .theme-graphene a:active, .simple-table .theme-graphene a:visited {
    color: #E2F5E9 !important;
}

.simple-table .theme-graphene a:hover {
    color: #fff !important;
}

.simple-table td a:focus-visible, .simple-table th a:focus-visible {
    border: 2px solid #204555 !important;
}

.simple-table td.theme-graphene a:focus-visible, .simple-table th.theme-graphene a:focus-visible {
    border: 2px solid #fff !important;
}

th.Bold, th.Bold a, td.Bold, td.Bold a {
    font-weight: bold !important;
}

th.Regularweight, th.Regularweight a, td.Regularweight, td.Regularweight a {
    font-weight: normal !important;
}
thead th:first-child, tbody td:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
    h2.simple-table-title {
        font-size: 26px !important;
    }
}