.tableElement>h3:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
    background-color: #65737b;
    height: 68px;
    padding-left: 30px;
    margin-bottom: 0
}

.hide {
    display: none !important
}

.transparent td {
    background: 0 0 !important
}

.nirvana-orange .linkElement h4 a {
    background-color: #f4771d
}

.nirvana-orange .linkElement h4 a:hover {
    background-color: #f79f60
}

.nirvana-orange .linkElement h4 a:hover:after {
    color: #f4771d
}

.center {
    text-align: center;
    margin: 0 auto
}

.nirvana-table {
    border: none;
    border-collapse: collapse;
    padding: 5px;
    background-color: #000
}

.nirvana-table th {
    border-bottom: 1px solid #ec731c;
    padding: 5px;
    background: #000;
    color: #eb731c;
    color: #eb731c !important;
    background-color: #000 !important
}

.nirvana-table td:not(:first-child) {
    color: #ec731c;
    text-align: center
}

.nirvana-table td:last-child {
    text-align: center
}

.nirvana-table td {
    border-bottom: 1px solid #ec731c;
    padding: 5px;
    background: 0 0 !important;
    color: #fff
}

.nirvana-table tr:nth-last-child(2) td {
    border: none
}

.nirvana-table tr:last-child td {
    border: none;
    text-align: center;
    padding-bottom: 3rem !important
}

.supporter-tracker-app-table tr td {
    background-color: transparent !important
}

.manual-table {
    width: 100%;
    background-color: #000;
    color: #e51937;
    border-color: #fff !important;
    margin-bottom: 1rem
}

.manual-table td:nth-child(1),
.manual-table th {
    color: #fff
}

/* tr:nth-child(14) td:nth-child(4),
tr:nth-child(12) td:nth-child(3) {
    color: #fff
} */

@media only screen and (max-width:600px) {
    .no-side-padding .active {
        padding: 30px 0
    }
}

@media only screen and (min-width:0) and (max-width:1024px) {
    .leftRail.active {
        height: auto !important
    }

    .leftRail {
        height: 0 !important
    }

    .mobile {
        display: block
    }
}

.black-color-background {
    background-image: url(https://ironman.kleecks-cdn.com/cdn1/attachments/photo/db72-192978031/topo-bg-header-01.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto
}

.light-grey-color-background {
    background-color: #e8e8e8;
    padding: 15px;
    width: 100%;
    height: auto
}

.white-price-color-background {
    background-color: #fff;
    width: 100%;
    padding: 15px;
    height: auto
}

.entry .pageElement>h3:first-child {
    background-color: #e2e3e5 !important;
    border: 1px solid #d6d8db !important;
    border-radius: 5px
}

.mobile {
    display: none
}

 
pre{
    font-family: inherit;
        text-align: center;
        color: #000;
        margin: 0;
        padding: 0;
    background-color: inherit;
    border: none;
    }