body {
	font-family: Andada;
	font-size: 1.2em;
	line-height: 1.5em;
	background: #ffffff;
	color: #907d62;
	margin: 0px;
}

div.songtutorplayer {
	padding: 8px 0px;
	color: #5BC5AF;
	font-family: 'Arial';
}
div.songtutorplayer #capsule {
	width: 400px;
	display: inline-block;
	height: 20px;
}
div.songtutorplayer #capsule #cursor {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background: #5BC5AF;
	width: 0;
	display: inline-block;
	height: 100%;
}
div.songtutorplayer span.time {
	position: relative;
	top: -3px;
	padding: 1px;
	width: 50px;
	display: inline-block;
	text-align: right;
    font-size: 80%;
}
div.songtutorplayer div.time-controls {
}

input[type="image"]:hover {
	opacity: 1;
}
input[type="image"]:active {
	opacity: 0.85;
}
input[type="image"] {
	opacity: 0.7;
}
p {
	margin: 15px 0 0 15px;
	color: #403522;
}
li {
	color: #000;
	background: rgba(255, 0, 0, 0);
	list-style-type: square;
	padding: 0 10px;
	margin: 0;
}
pre {
	width: 90%;
	overflow-x: scroll;
	padding: 0;
	margin: 0;
}
pre b {
	color: #fff;
	background: rgba(255, 0, 0, 0.5);
	padding: 2px 5px;
}
li.indent {
	color: #403522;
	background: none;
	position: relative;
	left: 50px;
	list-style-type: none;
}
li.indent.square {
	background: none;
	list-style-type: square;
}
stbutton {
   padding-left: 10px; padding-right: 10px; outline: none;
}
