#page_title {
	margin: 2rem auto 1rem auto;
	font-family: "Open Sans", sans-serif;
	color: white;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
}

h2 {
	font-size: 1.25em;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: rgb(72,72,72);
}
p {
	font-size: 1em;
}

#interactive-chart-wrap {
	overflow: hidden;
	padding-top: 2rem;
	padding-bottom: 3rem;
	margin: 1.3rem auto 3rem auto;
	text-align: center;
	width: 100%;
	max-width: 1200px;
	min-width: 640px !important;
	height: 72rem;
	color: rgb(0,0,0);
	background-color: rgb(245,245,245);
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

#content_wrap {
	clear: both;
	width: 100%;
	height: auto;
	margin: auto;
	background-color: white;
}


img {border: 0px;}

.placeholder {color: rgb(96,96,96);}

fieldset {
	align: center;
	text-align: center;
	border: 0px;
	padding: auto;
	/*border: 1px solid rgb(240,240,240);*/
	height: auto;
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
}
legend {
	font-size: 18px;
	color: rgb(80,80,80);
}

select {
	margin: 0px 0px 0px 0px;
	width: auto;
	padding: 6px 10px 6px 10px;
	height: auto;
	/*background: transparent;*/
	background: rgb(244,244,244);
	/*border: none;*/
	border: 1px solid rgb(180,180,180);
	border-radius: 4px;
	cursor: pointer;
	outline: 0;	/*prevents blue outline from appearing after click*/
	
	/*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, sans-serif;
	font-size: 19px;
	color: rgb(24,24,24);

	/* The following removes the dropdown arrow in Firefox*/
	/* https://gist.github.com/joaocunha/6273016/ */
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}

.clearfix {
    overflow: auto;
}

/* FOR SOME STRANGE REASON, .slider MUST APPEAR AFTER .clearfix */
.slider {
  -webkit-appearance: none;
  width: 530px;
  height: 7px;
  border-radius: 5px;
  background: rgb(212,212,212);
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgb(160,160,160);
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgb(160,160,160);
  cursor: pointer;
}

#playback_controls {
	margin: 9px 50px 15px auto;
}
