#baylor_alerts {
	width: 100%;
	background: #3f3f3f;	
	background-image: linear-gradient(top, rgb(63,63,63) 0%, rgb(0,0,0) 100%);
	background-image: -o-linear-gradient(top, rgb(63,63,63) 0%, rgb(0,0,0) 100%);
	background-image: -moz-linear-gradient(top, rgb(63,63,63) 0%, rgb(0,0,0) 100%);
	background-image: -webkit-linear-gradient(top, rgb(63,63,63) 0%, rgb(0,0,0) 100%);
	background-image: -ms-linear-gradient(top, rgb(63,63,63) 0%, rgb(0,0,0) 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(63,63,63)),
		color-stop(1, rgb(0,0,0))
	);
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px !important;
	line-height: 1.25em !important;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	overflow: hidden;
	text-align: left;
	display: none;
}

#baylor_alerts.baylor_alert_green {
	background: #62813c;	
	background-image: linear-gradient(top, rgb(98,129,60) 0%, rgb(59,78,36) 100%);
	background-image: -o-linear-gradient(top, rgb(98,129,60) 0%, rgb(59,78,36) 100%);
	background-image: -moz-linear-gradient(top, rgb(98,129,60) 0%, rgb(59,78,36) 100%);
	background-image: -webkit-linear-gradient(top, rgb(98,129,60) 0%, rgb(59,78,36) 100%);
	background-image: -ms-linear-gradient(top, rgb(98,129,60) 0%, rgb(59,78,36) 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(98,129,60)),
		color-stop(1, rgb(59,78,36))
	);
}

#baylor_alerts_content {
	margin: 0 auto;
	width: 900px;	
	padding: 15px 0 15px 0;
}

#baylor_alerts a {
	color: #fff;
	font-weight: bold;	
}
