
#audiospectrumanalyzer
{
	margin:0 auto;
	background: #f6f6f6;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
input, select {
	height:25px;
	border-radius: 25px;
	border:1px solid #f2711c;
}
input[type='button'] {
	width:100px;
	color:white;
	background-color:#f2711c;
	background-image:none;
	font-size:14px;
	border:0;
	border-radius:25px;
}
input[type='button']:hover {
	background-color:#f26202;
}
audio {
	width:100%;
	height:25px;
	border:2px solid #f2711c;
	border-radius: 25px;
}
audio:hover {
	filter:drop-shadow(2px 3px 3px #333);
}
