.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;
}

.bal-box-next a {
  background: #588204;
  color: #fff;
  padding: 10px 20px;
}

span.results {
  display: block;
}

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

div.bal-box-next {
  cursor: pointer;
  display: block !important;
  text-align: center;

  text-decoration: none;
  padding: 5px;
}

div.bal-box-next a:hover {
  opacity: 0.7;
}