#map, #topline, #alertbar, #desc, #buttonrow {
	width: 100%;
	text-align: center;
	float: left;
}
#activitylevel {
	min-width: 70%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#alertbar {
	height: 16em;
}
/*#forc {
	width: 15;
	float: left;
	margin-top: 50px;
}
#local {
	width: 15%;
	float: left;
	margin-top: 50px;
}*/
marker#arrow {
	fill: #999;
	stroke: #999;
}
a.button {
	/* background colors */
	background-color: #800080;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#800080), to(#2b8df9));
	background-image: -webkit-linear-gradient(top, #800080, #2b8df9);
	background-image: -moz-linear-gradient(top, #800080, #2b8df9);
	background-image: -o-linear-gradient(top, #800080, #2b8df9);
	background-image: -ms-linear-gradient(top, #800080, #2b8df9);
	background-image: linear-gradient(top, #800080, #2b8df9);
filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#800080', EndColorStr='#2b8df9');
	/* Border Radius */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/* Width of button */
	min-width: 28%;
	/* Font style of button */
	color: white;
	font-size: 1em;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	min-height: 1em;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	padding: 1%;
}
a:hover.button {
	background-color: #9932CC;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#237fe4), to(#9932CC));
	background-image: -webkit-linear-gradient(top, #237fe4, #9932CC);
	background-image: -moz-linear-gradient(top, #237fe4, #9932CC);
	background-image: -o-linear-gradient(top, #237fe4, #9932CC);
	background-image: -ms-linear-gradient(top, #237fe4, #9932CC);
	background-image: linear-gradient(top, #237fe4, #9932CC);
filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#237fe4', EndColorStr='#9932CC');
}
a:active.button {
	background-color: #237fe4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#237fe4), to(#6fa0e7));
	background-image: -webkit-linear-gradient(top, #237fe4, #6fa0e7);
	background-image: -moz-linear-gradient(top, #237fe4, #6fa0e7);
	background-image: -o-linear-gradient(top, #237fe4, #6fa0e7);
	background-image: -ms-linear-gradient(top, #237fe4, #6fa0e7);
	background-image: linear-gradient(top, #237fe4, #6fa0e7);
filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#237fe4', EndColorStr='#6fa0e7');
}
@media screen and (min-width:35em) and (max-width:57em) {
.leftCol50 .leftCol50, .leftCol50 .rightCol50 {
	float: none;
	width: 100%;
}
}
