#uw-alert {
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
}
#uw-alert .alerts {
	position: relative;
}
.active_uw_alert #header {
	position: relative;
}

.alerts {
	padding: 20px;
	background-color: #000;
	color: #fff;
}
.alerts a {
	color: #ff0;
	text-decoration: underline;
}
.alerts h1 {
	font-family: inherit;
	font-size: 18px;
	line-height: 1.1;
	margin-bottom: 6px;
}
.alerts h1 small {
	text-transform: uppercase;
	color: #ababab;
	font-size: 12px;
	line-height: 1;
}
.alert p,
.alert li {
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 1em;
}
.alert p:last-child,
.alert p:nth-last-child(2) {
	margin-bottom: 0;
}
.alerts ul {
	margin-left: 1em;
}
.home .alert li {
	list-style: disc;
}
.alert_date {
	display: block;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-top: 2px;
	color: #ababab;
}
.alert small.Emergency {
	color: #cc0000;
	display: inline-block;
	margin: 0 0 12px 0;
	border: 2px solid #fff;
	padding: 8px;
	font-size: 20px;
}
.alert small.Emergency + span {
	display: block;
}
