* {
	margin: 0;
	padding: 0;
}

body {
	/* background-color: black; */
	background-color: white;
	color: black;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

svg {
	/* shape-rendering: crispEdges; */
    shape-rendering: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

/* 
.area {
	cursor:pointer;
}
 */
rect {
	/* cursor: pointer; */
}

rect:hover {
	/* opacity: 0.9; */
}

.axis path,
.axis line {
    shape-rendering: auto;
    fill: none;
    stroke: #ccc;
	cursor:pointer;
}

.axis text {
    font-family: "Source Sans Pro", sans-serif;
    font-weight:100;
    font-size: 11pt;
    fill: #666;
}

#tooltip {
    shape-rendering: geometricPrecision;
}

#tooltip:hover {
	opacity: 1;
}

#tooltip.hidden {
	display: none;
}

.inputRow {
	margin-left: 50px;
	margin-bottom: 10px;
}

.inputRow input {
	margin-right: 5px;
}

.inputRow:hover label {
	text-decoration: underline;
}

.reset {
	margin-left: 50px;
	margin-bottom: 10px;
}

.reset a:link,
.reset a:visited {
	color: white;
	font-weight: bold;
}

.reset a:hover {
	color: red;
	text-decoration: none;
}
