.cards {
    width: auto;
}
.calculator-page p{
    font-size: 15px;
    line-height: 20px;
    margin:20px 0;
}
.calculator-page h2{
    color: #323232;
    font-size: 24px;
    line-height: 26px;
}
.quick-nav{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.quick-nav li{
    width: 16.66%;
    margin: 0 0 4px;
    color: #698ea7;
    font: 500 21px/23px 'Roboto', sans-serif;
    text-align: center;
    background: #e9f2f7;
    border: 2px solid #fff;
    border-width: 0 2px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.quick-nav li:first-child{
    padding: 10px;
    background: #fff;
    border: 3px solid #e9f2f7;
    -webkit-align-items: center;
    align-items: center;
}
.quick-nav li a{
    display: block;
    width: 100%;
    padding: 8px 2px;
    color: #020202;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}
.quick-nav li a:hover{
    background: #fff8ee;
}
.quick-nav li a:before{
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto 4px;
    background: url(//www.cardschat.com/pkimg/odds-calc/sprite.png) no-repeat;
}
.calculator-quick-nav{
    margin-bottom: 20px;
}
.calculator-quick-nav li{
    width: 16.66%;
}
.calculator-quick-nav li a:before{
    margin-top: 6px;
}
.calculator-quick-nav li a:before{
    width: 52px;
    height: 52px;
}
.calculator-quick-nav .icon1 a:before{
    background-position: 0 0;
}
.calculator-quick-nav .icon2 a:before{
    background-position: -54px 0;
}
.calculator-quick-nav .icon3 a:before{
    background-position: -108px 0;
}
.calculator-quick-nav .icon4 a:before{
    background-position: -162px 0;
}
.calculator-quick-nav .icon5 a:before{
    background-position: -216px 0;
}

.calculator-quick-nav .icon1 a:hover:before{
    background-position: 0 -54px;
}
.calculator-quick-nav .icon2 a:hover:before{
    background-position: -54px -54px;
}
.calculator-quick-nav .icon3 a:hover:before{
    background-position: -108px -54px;
}
.calculator-quick-nav .icon4 a:hover:before{
    background-position: -162px -54px;
}
.calculator-quick-nav .icon5 a:hover:before{
    background-position: -216px -54px;
}

.calculator-block {
    padding: 30px 15px;
    text-align: center;
    background: #e9f2f7;
}
.calculator-block h2{
    margin: 0;
    padding: 0 0 20px;
    color: #323232;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
}
.calculator-container{
    position: relative;
    max-width: 690px;
    margin: 0 auto;
}
.calculator-container:before{
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 119px;
    height: 119px;
    background: url(//www.cardschat.com/pkimg/odds-calc/sprite.png) no-repeat -270px 0;
}

.faq-block {
    margin-bottom: 26px;
    padding: 4px;
    border: 1px solid #cad9e1;
    background: #f4f8fb;
}
.faq-head {
    min-height: 102px;
    padding: 28px 242px 24px 32px;
    background: #c7dae5 url(//www.cardschat.com/pkimg/odds-calc/faq-bg.png) no-repeat 100% 50%;
    background-size: contain;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}
.faq-block h2 {
    margin: 0 0 10px;
    color: #4c5f6b;
    font-size: 30px;
    font-weight: normal;
    line-height: 34px;
    text-transform: uppercase;
}
.faq-content {
    padding: 22px 20px 20px 48px;
}
.faq-block .faq-box {
    padding-bottom: 8px;
}
.faq-block h3 {
    position: relative;
    margin: 0 0 12px;
    color: #268cce;
    font-size: 15px;
    line-height: 20px;
}
.faq-block h3:before{
    content: '';
    position: absolute;
    left: -26px;
    width: 17px;
    height: 17px;
    background: url(//www.cardschat.com/pkimg/odds-calc/sprite.png) no-repeat 0 -108px;
}
.odds-chart{
    width: 748px;
    max-width: 100%;
    margin: 0 auto 38px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    border: 1px solid #aac8e0;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.odds-chart table{
    width: 100%;
    font: bold 13px/18px Arial, Verdana, sans-serif;
    border-collapse: collapse;
}
.odds-chart table thead th{
    padding: 8px 6px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    background: #007dcc;
}
.odds-chart table td{
    width: 33.33%;
    padding: 6px 6px;
    color: #323232;
    font: bold 13px/18px Arial, Verdana, sans-serif;
}
.odds-chart table td span{
    font-weight: normal;
}
.odds-chart table tr:nth-child(even) td{
    background: #e8f1f7;
}

@media (max-width: 767px){
    .calculator-quick-nav li {
        width: 33.33%;
    }
    .faq-head {
        min-height: initial;
        padding: 24px 20px;
        background-image: none;
    }
    .faq-content {
        padding: 22px 20px 20px 30px;
    }
}

@media (max-width: 480px){
    .calculator-quick-nav li{
        width: 50%;
    }
}

@media (max-width: 360px){
    .calculator-quick-nav li,
    .calculator-quick-nav li:first-child {
        width: 100%;
    }
    .calculator-quick-nav li a{
        padding: 13px 10px;
    }
    .calculator-quick-nav li a:before{
        display: none;
    }
    .odds-chart table thead th{
        font-size: 12px;
        line-height: 16px;
    }
}