﻿.exportOptions {
    text-align: center;
    padding-top: 32px;
}
.exportOptions .if {
    width: 270px;
    padding: 0 20px;
    padding-bottom: 60px;
}
.exportOptions .hDescription {
    font-size: 1.1rem;
}
.exportOptions h3 {
    margin-bottom: 10px;
}
span.estimates {
    display: block;
    margin: 0 auto;
    font-size: 0.8rem;
    line-height: 110%;
    margin-top: 60px;
    opacity: 0.6;
}
a.moreExportInfo {
    font-weight: 500;
    display: block;
    margin-top: -15px;
}
.featuresListWrap {
    padding-left: 30px;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.featuresListWrap .ib {
    width: 100%;
}
.contentReveal {
    display: none;
    padding-left: 48px;
}
.featuresListWrap .ib.revealed .contentReveal {
    display: block;
}
.featuresListWrap h3 {
    display: inline-block;
}
.expander {
    display: inline-block;
    border-radius: 100%;
    background: #2B2B2B;
    height: 32px;
    width: 32px;
    text-align: center;
    margin-right: 15px;
    position: relative;
    top: 8px;
}
.expander span:last-child {
    display: none;
}
.expander img {
    position: absolute;
    top: 0;
    left: 0;
}
.featuresListWrap .ib.revealed .expander {
    background: #fff;
}
.featuresListWrap .ib.revealed .expander span:last-child {
    display: block;
}
.featuresListWrap .ib.revealed .expander span:first-child {
    display: none;
}
.featuresListWrap .ib .expander span:first-child img {
    left: 2px;
}
.featuresListWrap .ib.revealed .expander span:last-child img {
    transform: rotate(90deg);
    top: 2px;
}
p.featureSubD {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 60px;
}
.gamblingContact {
    background: #333;
    padding: 30px;
    text-align: center;
    color: #fff;
}

/* Comparison */

.cTypeOuterWrapper {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
}
.cTypeWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.cTypeWrapper .cTypeColHeader:nth-child(even) {
    background: #fff;
}
.cTypeWrapper .cTypeColHeader:nth-child(odd) {
    background: #f4f4f4;
}
.cTypeWrapper .cTypeColHeader:first-child {

}
.cTypeWrapper .cTypeColHeader:first-child p {
    text-align: left;
}
.cTypeContent {
    width: 100%;
    padding-top: 78px;
}
.cTypeColHeader {
    display: inline-flex;
    width: 300px;
    height: 450px;
    text-align: center;
    position: relative;
    margin-bottom: 1400px;
}
.cTypeColHeader ul {
    position: absolute;
    top: 450px;
    lefT: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.cTypeColHeader img {
    margin: 0 auto;
}
.cTypeColHeader a.bigButton {
    display: block;
    width: 80%;
    left: 10%;
    position: absolute;
    bottom: 15px;
    font-size: 1.1rem;
    font-weight: 400;
}
.cTypeColHeader p {
    padding: 0 25px;
    font-size: 1.1rem;
    margin-bottom: 5px;
    line-height: 120%;
}
.cTypeColHeader a {
    font-size: 1.1rem;
    font-weight: 400;
}
.cTypeColHeader span.asterix a {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
}
.cTypeColHeader ul li {
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    color: #2B2B2B
}
.cTypeColHeader ul li:first-child {
    height: 75px;
    line-height: 75px;
    font-size: 1.5rem;
}
.cTypeColHeader ul li:nth-child(even) {
    background: #f4f4f4;
}
.cTypeColHeader ul li:nth-child(odd) {
    background: #fff;
}
.cTypeColHeader:nth-child(even) ul li:nth-child(even) {
    background: #e8e8e8;
}
.cTypeColHeader:nth-child(even) ul li:nth-child(odd) {
    background: #f2f2f2;
}
.cTypeColHeader:first-child ul li {
    text-align: left;
    padding: 0 25px;
}
.cTypeColHeader ul li:last-child {
    height: 100px;
    line-height: 100%;
    padding-top: 25px;
}
.cTypeColHeader ul li:last-child a.bigButton {
    position: static;
    margin: 0 auto;
}
.cTypeColHeader ul li:last-child a.bigButton.free {
    background: transparent;
    color: #dc0d8a;
}
.unlimited, .limitCount {
    display: inline-block;
    background: #48c340;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 1rem;
    border-radius:5px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
}
.limitCount {
    background: #c0c0c0;
    min-width: 50px;
}