html {
	overflow-Y: scroll;
	overflow: -moz-scrollbars-vertical;
}

#wrapper h1 {
	/*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
	font-family: Arial, Open Sans; font-size: 24px; font-style: normal; font-weight: normal;
	text-decoration:none;
	color: rgb(72,72,72);
}
#wrapper a {
	text-decoration: none;
}

#chart_container {
	margin: auto;
	width: 95%;
	max-width: 1100px;
	height: 700px;
}
#map_img {
	margin: 25px auto 35px auto;
}
#map_container {
	position: relative;
	margin: auto;
	width: 95%;
	max-width: 1300px;
}

/*----------------------------------------------------------------------------*/
/* Buttons to switch SST/Anomaly maps, and show/hide chart series  */
/*----------------------------------------------------------------------------*/
#button-wrap {
	position: relative;
	margin: 10px auto 0px auto;
	width: 90%; max-width: 1200px;
	height: 20px;
}
#nhsh {
	position: absolute;
	top: -10px;
	left: 7px;
	z-index: 2;
}
#hideAll {
	position: absolute;
	top: -10px;
	right: 86px;
	z-index: 2;
}
#showAll {
	position: absolute;
	top: -10px;
	right: 7px;
	z-index: 2;
}
.button {
	display: inline-block;
	margin: 4px 2px;
	padding: 7px 10px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	cursor: pointer;
	color: rgb(32,32,32);
	background-color: rgb(248,248,248);
	border: 1px solid rgb(204,204,204);
	border-radius: 4px;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s; /* Safari */
}
.button:hover {
	background-color: rgb(96,96,96);
	color: white;
}