<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #ffffff;
	text-align: left;
	margin: 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

a {
	outline: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

img {
	border: 0px;
	outline: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

div.container {
	width: 520px;
	text-align: left;
	/*margin: auto;*/
}

div.logo_guerilla {
	float: left;
	width: 206px;
}

div.fb_share {
	float: left;
	width: 314px;
}

div.past_melodies {
	background-color: #ed1066;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	width: 260px;
	float: left;
}

div.past_melodies .past_container {
	background-color: #ffffff;
	border: 1px solid #747474;
	padding: 5px;
	line-height: 20px;
	margin: 5px 0px 0px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.leg {
	text-align: right;
	margin: 0px 55px 0px 0px;
}

img.powered {
	float: right;
}

#player {
	width: 441px;
	height: 448px;
	overflow: hidden;
	margin: 5px auto;
}</pre></body></html>