.alert-banner {
	background: rgb(173, 39, 25);
	position: relative;
	color: white;
	padding: 20px 20px 25px 20px;
	line-height: 1.2;
	font-size: 14px;
	box-shadow: 1px 1px 4px 2px #ccc;
	display: none;
}

.alert-banner h2 {
	font-size: 16px;
	color: white;
	padding-bottom: 20px;
}
.alert-banner p {
	padding-bottom: 20px;
}
.alert-banner .close-alert {
	position: absolute;
	color: white;
	top: 17px;
	right: 20px;
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	padding: 0;
}