.warning-message {
    background: #2240ee;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.warning-message p {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.warning-message a,
.warning-message a:active,
.warning-message a:hover,
.warning-message a:visited {
    color: #fff;
}

.internal-content .page-content-wrapper .page-content {
    background: #F4F4F4;
}

div.widget.text.table {
    /* border-bottom: 1px solid #ddd; */
    /* padding-bottom: 60px; */
    margin-bottom: 60px;    
}

table {
    width: 100%;
    max-width: 100%;
    border: 1px solid #d5d5d5;
    border-collapse: collapse;
    display: none;
    margin-bottom: 80px!important;
}

table caption {
    font-weight: 600;
    font-style: normal;
    font-size: 2.954rem;
    line-height: 1.25;
    margin-bottom: .75em;
}

table th {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: .9353rem;
    padding: 1.2307em 1.0833em 1.0833em;
    line-height: 1.333;
    background-color: #eae9e6;
}

table td, table th {
    text-align: left;
}

table td {
    padding: .92307em 1em .7692em;
}

table tbody tr:nth-of-type(even) {
    background-color: #fff;
}

table tbody th {
    border-top: 1px solid #d5d5d5;
}

table tbody td {
    border-top: 1px solid #d5d5d5;
}

table.wdn_responsive_table thead th abbr {
    border-bottom: none;
}

tr.subtotal td {
    font-weight: 600;
}

.final-prices {
    font-weight: 800;
    background-color: #e4e4e4!important;
    color: #555;
    font-size: 2.4rem;
}

.final-prices.total {
    background-color: #091df5!important;
    color: #fff;
}
.final-prices.total td {
    text-align: center!important;
}

a.show-package {
	width: 100%;
    display: block;
    font-size: 30px;
    font-size: 3rem;
    font-family: 'BentonModDisp Semibold',serif;
    padding-bottom: 12px;
    border-bottom: 1px solid #122ff1;
    position: relative;
}

a.show-package.icon-circle-arrow-down:after {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: right;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f0ab";
    font-size: 30px;
    font-size: 3rem;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a.show-package.icon-circle-arrow-up:after {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: right;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f0aa";
    font-size: 30px;
    font-size: 3rem;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

@media screen and (max-width:47.99em) {
    table.wdn_responsive_table td, table.wdn_responsive_table th {
        display: block;
    }

    table.wdn_responsive_table thead tr {
        display: none;
    }

    table.wdn_responsive_table tbody tr:first-child th {
        border-top-width: 0;
    }

    table.wdn_responsive_table tbody tr:nth-of-type(even) {
        background-color: transparent;
    }

    table.wdn_responsive_table tbody td {
        text-align: left;
    }

    table.wdn_responsive_table tbody td:before {
        display: block;
        font-weight: 700;
        content: attr(data-header);
    }

    table.wdn_responsive_table tbody td:empty {
        display: none;
    }

    table.wdn_responsive_table tbody td:nth-of-type(even) {
        background-color: #fff;
    }
}

@media (min-width:48em) {
    table caption {
        font-size: 2.532rem;
    }

    table th {
        padding: 1.2307em 1.2307em 1em;
        font-size: .802rem;
    }

    table td {
        padding: .75em 1em .602em;
    }
}

@media screen and (min-width:48em) {
    table.wdn_responsive_table thead th:not(:first-child) {
        text-align: center;
    }

    table.wdn_responsive_table tbody td {
        text-align: center;
    }

    table.wdn_responsive_table.flush-left td, table.wdn_responsive_table.flush-left thead th {
        text-align: left;
    }
}