.fw-calc {
    max-width: 100%;
    margin-bottom: 25px;
}

.fw-calc .table > tbody > tr > td {
    vertical-align: middle;
}

.fw-calc .table td.text-right {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .fw-calc .fw-calc-col {
        margin-bottom: 15px;
    }
}
