.topalert {
	line-height:20px;
	text-align:center;
	color:#FFF;
	font-weight:600;
	font-size:150%;
	background: rgb(161, 198, 39);
	position:relative;
	padding:16px;
}
.topalert .alertcont {
	display:inline-block;
}
.topalert .close {
	position:absolute;
	top:15px;
	right:30px;
	cursor:pointer;
}
.topalert .infoicon {
	display:inline-block;
	color:#FFF;
	vertical-align: middle;
	margin-right:6px;
    margin-top: -4px;
}

@media only screen and (max-width: 767px) {
.topalert {
	font-size:130%;
}
.topalert .infoicon {
	position:absolute;
	top:22px;
	left:20px;
}
.topalert .close {
	position:absolute;
	top:15px;
	right:20px;
}
.topalert .alertcont {
	display:block;
	width:70%;
	margin:0 auto;
}
}
@media only screen and (max-width: 599px) {
.topalert {
	font-size:110%;
}
}