.bal-loading {
	text-align: center;
	z-index: 100;
	width:115px;
	padding: 20px;
	color: #222;
	display:block;
	margin:0  auto;
	font-size:14px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
span.results{
	display: none;
}
a[rel=next]{
	text-decoration: none;
	font-size: 16px;
}
div.bal-box-next{
    width: 220px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #e9e9e9;
    font-size: 14px;
    margin: auto;
    margin-top: 20px;
    background: #e9e9e9;
    cursor:pointer;
    -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .2s cubic-bezier(.645, .045, .355, 1);
    transition: all .2s cubic-bezier(.645,.045,.355,1);
}
.bal-box-next:hover{
    background: #555555;
    color: #fff;
}
.bal-box-next:hover a{
    color: #fff;
}
.bal-box-next .fa {
    font-size: 10px;
    margin-left: 7px;
}