input::file-selector-button {
	width:150px;
	color:white;
	background-color:#f2711c;
	background-image:none;
	font-size:16px;
	height:35px;
	border:0;
	border-radius:25px;
	margin-right:10px;
}
input::file-selector-button:hover {
	background-color:#f26202;
}
#select_file {
	margin-top:10px;
}
#audio-file {
	width:100%;
	font-size:18px;
	font-weight:bold
}

audio {
	width:100%;
	margin-bottom:10px;
	border:2px solid #f2711c;
	border-radius: 25px;
}
audio:hover {
	filter:drop-shadow(2px 3px 3px #333);
}
#analyzer-canvas {
	background-image:url("/images/tools/audiospectrograph_bg.jpg");
	background-size: 100% 100%;
	background-repeat:no-repeat;
	width:100%;
	padding:0 11.5% 5.5% 8%;
	aspect-ratio:2/1;
}