﻿﻿.calculator-box-blue {
    background-color: rgb(10, 44, 78) !important; 
    padding-top:5px !important; 
    font-size:11px !important; 
    color:white !important
}

.calculator-box-white {
    background-color: white !important; 
    padding-top:5px !important; 
    font-size:13px !important; 
    color:black !important
}

.calculator-box-red {
    background-color: red !important; 
    padding-top:5px !important; 
    font-size:11px !important; 
    color:white !important
}

.input-lg {
    padding: 1px 3px !important;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 3px;
}

select.input-lg {
    height: 46px;
    font-size: 14px;
    line-height: 1.3333333 !important;
}

button {
    display: block;
    font-size: 13px;
    line-height: 38px;
    text-align: center;
    padding: 0 22px;
    border: 2px solid #ffb600;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-weight: 400;
    background: #dc3a2e;
    border-color: #dc3a2e;
    width: auto;
}

.spacer10{
    margin-bottom:15px;
}

.white{
    color: #e5e5e5 !important; 
}

