body {
	margin:0px;
}
#chart-container {
	position:relative;
	height:81vh;
	width:100%;
	padding:0 2vw 2vh 0;
	box-sizing:border-box;
	padding-top: 8px;
}
#buttons {
	padding:0 2vw;
	text-align:center;
	user-select: none;
}
#buttons button,
#buttons input {
	margin: 0 5px 15px;
}
#buttons span,
#buttons label {
	white-space: nowrap;
}
#add-to-hs {
	text-align: center;
	font-family: Arial;
	background-color: #26b726;
	color: white;
	box-sizing: border-box;
	font-weight: bold;
}
