span.bacs-number {
    width: 30px;
    height: 30px;
    display: inline-flex;
    text-align: center;
    border: 2px solid black;
    border-radius: 100%;
    font-weight: bold;
    margin-right: 1%;
    color: white;
    background-color: black;
    justify-content: center;
    align-items: center;
}
.bacs-accounts,
li.bacs-account-title {
    padding: 1% 0 0 0 !important;
    list-style: none;
}
.bacs-accounts li {
    padding-top: 1%;
}