/*input field to match radio buttons*/
input[type="tel"].other_amt {
    margin-top: 10px;
    background-color: white;
    color: black;
    font-size: large;
    font-weight: bold;
    width: 150px;
    z-index: 90;
    text-align: left;
    padding: 10px 25px 10px 20px;
    border: 1px solid #CCC;
    border-radius: 10px;
}