.pagination{
    margin-top: 30px;
}

.pagination .previous, .pagination .next{
	text-align: center;
	width: 30px;
	background: #f8f9fa;
	color: #212529;
	padding: 5px;
}

.pagination .page{
	padding: 5px;
	background: #4CCEE8;
	color: white;
	margin: 0;
	width: 30px;
	text-align: center;
}

.pagination .otherPage{
	padding: 5px;
	text-decoration: none;
	color: #212529;
	background: #f8f9fa;
	width: 30px;
	text-align: center;
}

.pagination .otherPage:hover, .pagination .previous:hover, .pagination .next:hover{
	background: #e2e6ea;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #4CCEE8;
}

.pagination .previous{
	border-radius: 5px 0 0 5px;
}

.pagination .next{
	border-radius: 0 5px 5px 0;
}