legend {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px 0;
    font-weight: bold;
}

.hide {
    display: none;
}

#claim input[type="checkbox"],
#claim input[type="radio"] {
    transform:scale(1.5, 1.5);
}

#paypal_email,
#venmo_phone {
    border: 1px solid #eaeaea;
    padding: 5px 15px;
    font-size: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #000000;
    background: #eaeaea;
}

#claim #certification #signature {
    margin-right: 5px;
    margin-bottom: 0;
}

#other-information table th,
#other-information table td {
    border: 1px solid black;
}

.width32 {
    width: 32%;
}

#other-information input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 100%;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    background: transparent;
}

#update_payment_toggle {
    text-decoration: underline;
}

#update_payment_toggle:hover {
    cursor: pointer;
}

#update_payment_message.hide,
#dst-payment.hide {
    display: none;
}
