body {
	color: white;
	background-color: #01112a;
	background-image: url("background.jpg");
	background-repeat: repeat-x;
	font-family: sans-serif;
}

a {
	color: white;
}

iframe {
	width: 100%;
	height: 120px;
}

time {
	color: #18d4dd;
	cursor: pointer;
}

.playing li.selected {
	font-size: larger;
}

li {
	transition: font-weight 0.1s ease;
}
li.selected {
	font-weight: bolder;
	transition: font-weight 0.1s ease;
}
