.pagination{
	width: 30px;
    float: left;
    margin: 3px;
    text-align: center;
    background: #fb7d00;
    color: #FFF;
    cursor: pointer;
   padding: 0px 9px;
    text-decoration: none;
}

.pagination-current{
	width: 30px;
    float: left;
    margin: 3px;
    text-align: center;
    background: #fb7d00;
    color: #FFF;
    cursor: pointer;
   
    text-decoration: none;
}

.pagination:hover{
	width:30px;
	float:left;
	margin:3px;
	text-align:center;
	 background: #fb7d00;
	color: #212529;
	cursor:pointer;
	
}

.pagination a:hover{
	width:20px;
	float:left;
	margin:3px;
	text-align:center;
	background:#03C;
	color:#FFF;
	cursor:pointer;
	border-radius:5px;
}