.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{
	margin: 15px 0;
}
.bal .bal-wrapper{
	display: flex;
	justify-content: center;
}
span.results{
	display: none;
}
a[rel=next]{
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}
div.bal-box-next{
    font-size: 13px;
    font-weight: 500;
    line-height: 17.33px;
    color: #fff;
    text-transform: uppercase;
    background-color: #008080;
	padding: 15px 20px;
	text-align: center;
    border-radius: 4px;
    transition: 0.2s;
    border: 1px solid #008080;
}
div.bal-box-next:hover{
    background-color: #fff;
}
div.bal-box-next:hover a[rel=next]{
	color: #008080;
}

.bal-box{
	display: flex;
	justify-content: center;
}