div.calculator div.logo-iframe-calc-1{
    right: -30px;
}
div.third-page-ext div.logo-iframe-calc-1{
    left: 155px;
    top: 13px;
    width: 133px;
}
.logo{
    background: url(/images/newSprite.png) no-repeat -357px -41px;
    width: 133px;
    height: 43px;
}
.logo:hover{
    background: url(/images/newSprite.png) no-repeat -220px -250px;
}


div.calculator.second-page-ext div.logo-iframe-calc-1 {
    right: -40px;
}

.second-page-ext .results li:nth-child(5) dl.cf dd {
    margin-top: 75px;
}

.submit-col .submit-wrapper{
    margin: 20px 0 !important;
}

.info-table tr.table-header th{
    background: none;
}

li.first{
    background-color: #8cd3fd;
}

li.first:after{
     background: url(/images/newSprite.png) no-repeat -66px -5px !important;
     width: 31px !important;
     height: 33px !important;
     right: 25px !important;
 }
li.third:after{
    background: url(/images/newSprite.png) no-repeat -42px -139px !important;
    width: 36px !important;
    height: 36px !important;
    right: 25px !important;
}
li.third{
    background-color: #fff !important;
}
li.first span, li.second span, li.fourth span{
    font-size: 16px;
    color: #fff !important;
}
li.first:hover, li.second:hover, li.fourth:hover{
    background-color: #ff9e19 !important;
}
li.third span{
    font-size: 16px;
    color: #8cd3fd !important;
}


.fourth-page-ext div.logo-iframe-calc-1 {
    right: -10px !important;
}

@media (max-width: 520px) {
    .btn__calc {
        display: inline-block;
        border-radius: 5px !important;
        border-bottom: 4px solid #b26700 !important;
        background: #ff9e19 !important;
    }
    div.first-page-ext div.logo-iframe-calc-1 {
        bottom: 5px;
    }
    div.second-page-ext div.logo-iframe-calc-1{
        bottom: 0;
    }
}

@media (max-width: 400px) {
    .info-table td:nth-child(4) span {
        padding-left: 3px;
    }
    div.third-page-ext div.logo-iframe-calc-1 {
        left: 110px;
    }
    div.fourth-page-ext div.logo-iframe-calc-1 {
        right: -46px !important;
        bottom: -220px !important;
    }
}
@media (max-width: 350px) {
    tr.table-header {
        height: 85px;
    }
}

@media (max-width: 335px){
    .wheelContainer-wrap {
        margin-left: -10px;
    }
}

@media (max-width: 300px) {
    body > div.calculator, section.share.shadow-ext.cf {
        overflow: hidden;
        width: 100%;
    }
    .calculator.first-page-ext .calendar-wrapper {
        margin: 0 auto 0 -5px;
    }
}