

.el-line-200 {
    line-height: 200%;
}


.el-mar-10 {
    margin-top: 10px;
}

.calculator_steps button.active {
    border-bottom: 5px solid #4a1500;
}
.calculator_steps button {
    border: none;
    background: transparent;
    color: #0c414b;
    padding: 10px;
    border-bottom: none;
}

.calculator_steps button.active span {
    background: #4a1500;
    border: 1px solid #fff;
}
.calculator_steps button span {
    height: 15px;
    width: 15px;
    background: #ddd;
    margin: auto;
    display: table;
    border: 1px solid #fff;
    border-radius: 50%;
}
.calculator_steps button[disabled="disabled"] {
    opacity: 0.6;
}
.inactiveLink {
    pointer-events: none;
    cursor: default;
}
.colr-green {
    color: #099;
}