div.mod_alert {
	width: 100%;
	margin: 0;
	padding: 0.2em 0;
	background-color: red;
	color: white;
	font-weight: bold;
	position: relative;
	top: 0px;
	display: none;
	height: 2.5em;
}

div.mod_alert:empty {
	display: none;
}

div.mod_alert span.alert-control {
	display: block;
	font-size: 1.5em;
	cursor: pointer;
}

div.mod_alert span.alert-control.previous {
	position: absolute;
	top: 0;
	left: 0.2em;
}

div.mod_alert span.alert-control.next {
	position: absolute;
	top: 0;
	right: 0.2em;
}

div.mod_alert div.alert {
	margin: 0 2em;
	text-align: center;
}

div.mod_alert div.alert div.details {
	width: 100%;
	margin-top: 0.6em;
}

div.mod_alert div.alert div.details a {
	color: white;
	text-decoration: underline;
	cursor: pointer;
}