body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px; 
  padding: 0px;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #3592f0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #3592f0;
	box-shadow:inset 0px 1px 0px 0px #3592f0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButton:active {
	position:relative;
	top:1px;
}


#silverBar {
    background-color: silver;
	}
	
#mainArea {
    font-family: arial, helvetica, sans-serif; 
    font-size: 14; 
    color: black;
    background-color: white;
	 padding: 0px 0px 0px 0px;
	}

.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: white;
  height: 500px;
  color: black;
  border-radius: 0px;
}

.mobile-container-nws {
  max-width: 560px;
  margin: auto;
  background-color: white;
  height: 500px;
  color: black;
  border-radius: 0px;
}

.mobile-container-radar {
  max-width: 640px;
  margin: auto;
  background-color: white;
  height: 500px;
  color: black;
  border-radius: 0px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 7px 12px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.midnav {
  background-color: white;
  position: relative;
}

.midnav a {
  color: black;
  text-decoration: none;
  padding: 2px 2px;
  font-size: 20px;
  display: block;
}

.midnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.buttonRow {
  padding: 2px;
}

.midnav a:hover {
  background-color: #ddd;
  color: black;
}
.active {
  background-color: #4278f5;
  color: white;
}