.vsb_calculator {
    border: solid 2px #ae1e35;
    text-align: center;
}

.vsb_calculator input {
    background: #fff;
    border-color: #bcbcbc #dadada #e5e5e5;
    border-style: solid;
    border-width: 1px;
    max-width: 140px;
}

.vsb_calculator td {
    vertical-align: middle;
    padding: 7px 10px;
}

.vsb_calculator button[type="reset"] {
    background: #efefef;
    color: black;
    border: solid 1px #767676;
    font-weight: normal;
    text-transform: none;
    font-size: 16px;
    padding: 0 8px;
    border-radius: 3px;
}

.vsb_calculator button[type="reset"]:hover {
    background: #ae1e35;
    color: white;
}