
.bank-search-results {
    text-align: center;

    a {
        margin: .5em;
        float: none;
        white-space: normal;
    }
}

.btn-success-reverse {
    border: 1px solid green;
    background-color: white !important;
    color: green !important;
    padding: 9px 14px !important;
    transition: none;
}

.form-group input + p.text-danger {
    min-height: 1.3em;
    line-height: 1.3em;
    margin: 0 0 -.8em 0;
    white-space: nowrap;
    font-size: 92%;
}