.bal-loading {
	text-align: center;
	z-index: 100;
	width:auto;
	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;
	background: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 48px;
  order: 2;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #121232;
  vertical-align: middle;
}
a[rel=next] svg{
	fill: black;
}
a[rel=next]:hover{
	background: #009574;
	color: #fff;
}
a[rel=next]:hover svg{
	fill: #fff;
}
div.bal-box-next .results{
	order: 1;
	color: #505565;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 24px;
	margin-bottom: 16px;
}
div.bal-box-next{
	display: flex!important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: auto;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: none;
	background: transparent;
	text-align: center;
	box-shadow: none;
	color: #505565;
	text-decoration: none;
	padding: 0;
}
div.bal-box-next:hover{
	/*background:#dfdfdf;color:#222*/
}
.row[data-bal='bal-div']{
	display: none;
}
.bal-box-next > a > span{
	width: 24px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	margin-right: 4px;
	text-align: center;
}