﻿.amount-preselect-container {
    text-align: center;
    margin-bottom: 50px;
}

.amount-preselect {
    width: 120px;
    height: 90px;
    line-height: 90px;
    padding: 0px 0px 0px 0px;
    margin: 10px 10px 10px 10px;
    font-size: 20px;
    font-weight: bold;
    background-color: #2b6552;
    color: white;
}

.required-error {
    color: red;
}
