

#calculatorContainer.style2 label, #calculatorContainer.style2 input, #calculatorContainer.style2 p, #calculatorContainer.style2 select, 
#calculatorContainer.style2 button, #calculatorContainer.style2 a {
    font-size: 14px;
}
#calculatorContainer.style2 .form-control {
    border-color: #bcbec0;
    color: #000 !important;
}
#calculatorContainer.style2 .has-error .form-control {
    border-color: #a94442;
}
#calculatorContainer.style2 .input-group-addon {
    border-radius: 0;
}
#calculatorContainer.style2 .form-control {
    border-radius: 0;
}
#calculatorContainer.style2 .input-group-addon {
    border-color: #bcbec0;
}
#calculatorContainer.style2 .btn {
    border-radius: 0;
}
#calculatorContainer.style2 .form-actions .btn-calculate {
    background-color: #72273e !important;
    border: 0;
}
#calculatorContainer.style2 .control-label {
    color: #000;
    font-weight: normal;
    font-size: 14px;
}
#calculatorContainer.style2 label,
#calculatorContainer.style2 input,
#calculatorContainer.style2 p,
#calculatorContainer.style2 select,
#calculatorContainer.style2 button,
#calculatorContainer.style2 a {
    font-family: "Open Sans Regular", "Open Sans", sans-serif !important;
}
.style2 .estimate_cont h4,
.style2 .estimate_cont strong {
    font-family: "Open Sans Regular", "Open Sans", sans-serif !important;
}
.style2 .estimate_cont .btn-primary {
    color: #fff;
    background-color: #72273e;
    border: 0;
    border-radius: 0;
    padding: 6px 10px;
}
.style2 .calResult .summary_cont .table tbody tr th {
    font-family: "Open Sans Regular", "Open Sans", sans-serif !important;
}
.style2 .btn-info {
    background-color: #72273e;
}
.style2 .btn {
    border-radius: 0;
    border: 0;
}
.style2 .btn-info:hover,
.style2 .btn-info:focus,
.style2 .btn-info:active,
.style2 .btn-info.active,
.style2 .open>.dropdown-toggle.btn-info {
    background-color: #914359;
    border-color: #914359;
}
.style2 .form-control {
    border-radius: 0;
    border-color: #bcbec0;
}
.style2 .calResult label {
    font-family: "Open Sans Regular", "Open Sans", sans-serif !important;
}
.style2 .calResult {
    font-family: "Open Sans Regular", "Open Sans", sans-serif !important;
}
#calculatorContainer.style2 select[disabled].form-control {
    color: #ccc;
    background-color: #f0f0f0;
}
