html {
	color: #bbb;
	background-color: #111;
}

#FileDrop {
	position: relative;
	width: 100%;
	height: 100px;
	border: 2px dashed white;
	margin: 20px auto;
}

#FileDrop.Hover {
	background-color: black;
	color: white;
}

#FileDrop input {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	left: 0px;
	top: 0px;
}

#FileDrop #Text {
	position: absolute;
	width: 100%;
	height: 20px;
	line-height: 20px;
	left: 0px;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center;
}

textarea {
	font-family: monospace;
	height: 300px;
	width: 100%;
	display: inline-block;
	position: relative;
}

#Results {
	position: relative;
	width: 100%;
	margin: 10px auto;
}

#Description {
	position: relative;
	width: 100%;
	text-align: center;
	height: 100px;
	font-size: 16px;
	margin: 10px auto;
	font-family: sans-serif;
}

tone-play-toggle {
	margin-top: 10px;
}

.waterfall-notes-container {
	overflow: hidden hidden!important
}

svg rect.note {
	fill: rgb(0, 255, 255);
}

svg rect.note.active {
	stroke: black;
	stroke-width: 1.5;
	stroke-opacity: 0.5;
}

svg rect.white.active {
	fill: rgb(0, 164, 164);
}

svg rect.black.active {
	fill: rgba(0, 128, 128, 0.8);
}

a:link {
	color: rgb(0, 196, 255);
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: rgb(0, 196, 255);
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: rgb(0, 164, 196);
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	color: rgb(0, 255, 255);
	background-color: transparent;
	text-decoration: underline;
}
