.bal-loading {
    text-align: center;
    z-index: 100;
    width: 115px;
    padding: 20px;
    color: #222;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

span.results {
    display: block;
}

a[rel=next] {
    text-decoration: none;
    font-size: 18px;
}

div.bal-box-next {
    cursor: pointer;
    display: block!important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f5f7f9;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 2px 2px rgb(50 50 50 / 14%);
    color: #2f3436;
    text-decoration: none;
    padding: 5px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
}

div.bal-box-next:hover {
    background: #edf0f2;
}