
.ce-banner {
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: 1.7;
	background-color:#333;
	color:#fff;
	padding:8px 5%;
	position: absolute;
	text-align:center;
	top:0;
	width:90%;
	z-index:999999;
	padding:15px 5%;
}

@media only screen and (max-width : 1024px) {
	.ce-banner {
	font: normal 13px Arial, Helvetica, sans-serif;
	width:100%;
	line-height: 1.7;
}
}

@media only screen and (max-width : 320px) {
	.ce-banner {
	font: normal 13px Arial, Helvetica, sans-serif;
	width:100%;
	line-height: 1.7;
}
}
	
.ce-banner a {
	color: #FFF !important;
	text-decoration:underline;
}