
body {
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
}
header {
	border-bottom: 1px solid black;
	padding-left: 20px;
}

h1 {
	font-size: 36px;
	margin-top: 40px;
	font-weight: 100;
	font-style: italic;
}

h2 {
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
	font-weight: 100;
}

h3 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 50px;
	font-weight: 700;
}

.bold {
	font-weight: 700;
}

.CTA {
	font-weight: 700;
	font-style: italic;
	padding: 5px 40px;
	background-color: #cccccc;

}
.axis line,
.axis path {
  fill: none;
  stroke: #555;
  shape-rendering: crispEdges;
}

.tick text {
	font-family: sans-serif;
	font-size: 11px;
	fill: #555;
}

#myvis .x-axis text {
	font-weight: 600;
}
#trend, #3d-demo {
	width: 100%;
	height: 200px;
	border: 1px solid #ccc;
}
canvas {
	border: none;
	outline: none;
}
