
#metalRiffs > table
{
	margin-bottom: 1.25em;
}
#metalRiffs > table.last-child
{
	margin-bottom: 0;
}

.metalRiffsItem
{
	width: 100%;
	clear: right;
	padding: 1px;
	border: 1px dotted #000;
}

.metalRiffsItem h3
{
	padding: 4px;
	background-color: #262626;
	font-size: 1.4em;
	color: #FFF;
	margin-bottom: 3px;
}

.metalRiffsAlbum
{
	color: #B9B9B9;
}

.metalRiffsItemContent
{
	padding: 4px;
}

.metalRiffsItemContent p
{
	margin-top: 1em;
	margin-bottom: 0;
}

.metalRiffsItemContent p:first-child
{
	margin-top: 0;
}