.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 {
  text-align: center;
}

div.bal-box-next a {
  background-color: #313131;
  padding: 10px 16px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
	border: 1px solid transparent;
	font-weight: 600;
}

div.bal-box-next a:focus,
div.bal-box-next a:active,
div.bal-box-next a:hover {
  background: none;
  color: #313131;
  border: 1px solid #313131;
}