#permit-number {
    font-weight: bold;
}
form.parking-ban {
    display: none;
}

.ban-message {
    display: none;
}
.ban-message.parking-ban {
    display: block;
}

.ban-message h4 {
    color: red;
}

#address-to-verify {
    font-weight: bold;
    color: blue;
}
