
/* start /web-platform/styles/footer-alerts.css*/
#footerAlerts {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 900;
}

.footer-alert {
	display: none;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: left;
}

.footer-alert-header,
.footer-alert-body {
	padding: 5px 10px;
}

.footer-alert-header h6,
.footer-alert-body p {
	font-family: inherit;
	font-size: inherit;
	margin: 0 auto;
	max-width: 1100px;
}

.footer-alert-header {
	background: #1b1b1b;
}

.footer-alert-header h6 {
	color: white;
	font-weight: bold;
	line-height: 18px;
}

.footer-alert-close {
	background: url('https://players.dcuniverseonline.com/web-platform/includes/framework/web-platform/footer-alert/images/close-sprite.png?v=3127259155') left top no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 17px;
	margin-left: 15px;
	vertical-align: -20%;
	width: 16px;
}

.footer-alert-close:hover {
	background-position: left bottom;
}

.footer-alert-body {
	background: #272828;
}

.footer-alert:not(:last-of-type) .footer-alert-body {
	padding-bottom: 15px;
}

.footer-alert-body p {
	color: #acabab;
	line-height: normal;
	padding: 0;
}

.footer-alert-body a:link {
	color: #0e78c9;
	font-weight: normal;
	text-decoration: none;
}

.footer-alert-body a:hover {
	color: #349eef;
	text-decoration: underline;
}

/* end /web-platform/styles/footer-alerts.css*/
