.ellipse{
	display: none !important;
}

.container{
	/*width: 260px;*/
	/*float: left;*/
	/*margin: 20px 10px 10px 50px;*/
	padding-bottom: 50px;
	/*background-color: white;*/
}

.page_navigation , .alt_page_navigation{
/*	padding-bottom: 1%;
	margin-bottom: 2%;*/
	float: right;
}

.page_navigation a, .alt_page_navigation a{
	padding: 6px 12px;
	margin:2px;
	color:white;
	text-decoration:none;
	float: left;
	/*font-family: Tahoma;*/
	font-size: 15px;
	background-color:#2167ad;
}

.no_more {
    background-color: gray !important;
    color: white !important;
    cursor: default !important;
}

.active_page{
	background-color:#0085C2 !important;
	color:white !important;
}	