.result-info-div {
	text-align: center;
	top: -5px;
	font-size: 14px;
	width: 100%;
	position: relative;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
	background: #59b837; 
}

.result-info-div a.close-panel {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 13px;
}

.alert-warnings {
	background: #eb971f; 
}