body {
	margin: 0;
  padding: 0;
	font: 14pt 'Courier', sans-serif;
	background-repeat: repeat-x;
	}

#buttons1{
	text-align: center;
}


#maincanvas{
	position: relative;
  z-index: 1;

}
#note {
	font-size: 164px;
	display: inline-block;
	height:180px;
	text-align: left;
}



#micmute {
	/*background-color:white; */
	margin-left:auto;
	margin-right:auto;

}



p {
	margin-right: auto;
	margin-left: auto;
	align-items: center;
	text-align: left;

}

#sensitivity {
	/*background-color:white; */

	margin-left:auto;
	margin-right:auto;
}



input[type="button"]#record
{
	color: black;
}

#detector {
	width: 300px;
	height: 300px;
	/*border: 4px solid gray; */
	/*margin-left: auto;*/
	margin-right: auto;
	border-radius: 8px;
	text-align: center;
	padding-top: 10px;
	position: absolute;
  	z-index: 3;

	}

#detectedchord{
	font-size: 164px;

}

#prechord{
	width: 300px;
	height:300px;
	font-size: 40px;
	top: 200px;

}

#predictedchords {
	text-align: right;
	font-size: 16px;
  height: 180px;
  left:600px;
  top:150px;
}

.droptarget {
	background-color: #348781
}

div.confident {
	color: black;
}

div.vague {
	color: lightgrey;
}

div.predict {
	color: lightgrey;
}

#output {
	width: 300px;
	height: 42px;
	color: red;
}

span#flat {
	display: inline;
}
span#sharp {
	display: inline;
}
/*
.testbutton {
  font-family: helvetica;
  color: #14396A !important;
  font-size: 14px;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 9px 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #3866A3;
  background: #FFFFFF;
}
.testbutton:hover {
  color: #14396A !important;
  background: #C7D4D6;
}*/
