* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: Helvetica, sans-serif;
	color: black;
	 -webkit-overflow-scrolling: touch;
	background: white;
}

a {
	text-decoration: none;
	color: #D99C2C;
}

a:hover {
	text-decoration: underline;
}

body #main-wrapper {
	color: #3f4245;
	width: 80%;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

#intro {
	border-bottom: 1px solid #CCC;
	padding-bottom: 2em;
	/*margin-bottom: 2em;*/
	max-width: 800px;
	margin: 0 auto;
}

body h1 {
	line-height: 1.3em;
	font-weight: 400;
	margin-bottom: -0.4em;
}

body h3 {
	font-weight: 400;
	line-height: 1.3em;
}

body p {
	font-size: 14px;
	line-height: 22px;
	font-weight: 100;
}

#visualization-container {
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
	position: relative;
}

.d3-tip {
  line-height: 1;
  font-weight: 100;
  padding: 12px;
  background: white;
  color: black;
  border-radius: 2px;
  font-size: 12px;
  border: 1px solid black;
}

.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: 0 0 0 0;
  top: 100%;
  left: 0;
}

.ajmint-icon-volume-up {
	color: #745E36;
	pointer-events: none;
	text-align: center;
}