.current{
	font-weight: 700;
	font-size: 0.9rem;
	margin: 0 15px;
}
.num{
	display: none;
}
.rows{
	display: none;
}
.prev{
	width: 80px;
	padding-bottom: 5px;
	display: inline-block;
	font-size: 0.9rem;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;


    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.next{
	width: 80px;
	display: inline-block;
	font-size: 0.9rem;
	text-align: center;
	margin-left: 5px;

    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.end,.first{
	font-size: 0.9rem;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.prev:hover,.next:hover,.end:hover,.first:hover{
	border: 1px solid #007bff;
}