/* @group Formatting */

#matches.music {
	text-align: center;
}

.music h3 {
	margin: 0px;
	font: italic bold 1em Georgia, "Times New Roman", Times, serif;
}

.music h4 {
	margin: 0px;
	font: italic normal 1em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted gray;
}

/* @end */

/* @group Artist */

.music .artist {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.music .artist .bubble.inside {
	background-image: url(/~wesley/images/black25.png);
}

.music .artist .bubble.edge * {
	background-image: url(/~wesley/images/black25.png);
}

/* @end */

/* @group Album */

.music .album {
	display: block;
	margin-top: 0.5em;
}

.music .album .bubble.inside {
	background-image: url(/~wesley/images/white50.png);
}

.music .album .bubble.edge * {
	background-image: url(/~wesley/images/white50.png);
}

/* @end */

/* @group Song */

.music .song {
	margin-left: 1em;
}

/* @end */
