body {
	background-color: black;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
}

.delimiter {
	width: 100%;
	clear: both;
}

input[type=file] {
	max-width: 250px;
	border: 1px solid #ccc; 
    margin: 5px 0 5px 0;
	font-family: 'Roboto', sans-serif;
	color: #fff;
}

.button-red {
	text-decoration: none;
	color:white;
	padding: 10px 0;
	background-color: #7c0000;
	border-radius:6px;
	width: 250px;
	height: 40px;
	margin: 5px 0 5px 0;
	border: 0;
}

a {
	text-decoration: none;
	color:white;
}

a:hover {
	text-decoration: underline;
	color:white;
}

#jukebox-img-wrapper {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
}

#jukebox-img-wrapper img {
	width: 100%;
}

#playlist-wrapper {
	width: 50%;
	padding: 2.5%;
}

#track-list {
	padding-left: 0;
	list-style: none;
	color: #fff;
}

#audioviz-wrapper {
	position: absolute;
	top: 32.4%;
	left: 31.5%;
	width: 38.5%;
	height: 10.1%;
	z-index: 1000;
}

#time-display {
	position: absolute;
	top: 44%;
	left: 37.5%;
	width: 26.3%;
	height: 7.3%;
	z-index: 1000;
	color: #7c0000;
	text-align: center;
	font-size: 48px;
}

#control-wrapper {
	width: 80px;
	height: 80px;
	cursor: pointer;
}

#play-btn {
	width: 100%;
	height: 100%;
}

#stop-btn {
	width: 100%;
	height: 100%;
	background-color: #7c0000;
	display: none;
}
