


input.answer {
    font-size: 20px;
    margin: 10px;
    text-align: center;
    border-radius: 5px;
    background: aliceblue;
    font-weight: bold;
    font-size: 25px;
    } 


input.tax {
    margin: 10px;
    text-align: center;
    border-radius: 5px;
    background: aliceblue;
    font-weight: bold;

    width:40%;
    height:55px;
    } 

.checkbox .icons, .radio .icons{
    line-height: 40px;
    font-size: 40px;
}

.checkbox, .radio{
    padding-left: 45px;
    line-height:45px;
    font-size:1em;
}


.answer_box {
    background: #1abc9b;
    border-radius: 10px;
    margin: 10px;
    padding: 20px;
    text-align: center;
    }

.answer_box span{
    color:white ;
    font-size: 1em;
    font-weight: bold;
}

.cal-button{
    text-align: center;
    margin-top:10px;
}

.button-margin{
    margin-bottom:10px;
    width:100%;
}

.pri{
    background-color: #1abc9b;
    color:white;
    border: 0;
    text-align: center;

}

.right{
    text-align: right;
    font-size:14px;
    color:white;
}


.footer-t {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: white;
}


.info{
    padding:0 30px;
}

.wraps{
    width:100%;
    overflow: hidden;
}

.footer p{
    font-size:14px;
}

.h7{
    font-size: 20px;
    background: #1abc9a;
    padding: 10px;
    color: white;
    border-radius: 6px;
    font-weight: bold;
    margin:10px 0;
}
.breakdown{
    text-align: right;
    font-size:15px;
}

.breakdown input{
    background-color: #1abc9b;
    border:0;
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    color: white;
    width:100px;

}

.breakdown span{
    font-size:15px;
}

.answer_right {
    text-align: right;

}

.answer_left {
    text-align: left;
    padding-left:50px;
}

.h7 a{
    color:#1abc9a;
    background:white;
    font-size:17px;
    border-radius:5px;
    padding:5px;
    margin-left:15px;

}