p.pages {
	text-align: center;
}

table.result {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
}

table.result td {
	border: none;
	border-color: #B0B4C0;
	border-width: 1px;
	padding: 2px;
}

table.result td.top {
	background-color: #D0D4E0;
	border-style: solid solid none solid;
	padding: 0;
}

table.result td.image {
	padding: 0;
	width: 80px;
}

table.result td.image img {
	position: relative;
	top: -1px;
}

table.result td.composers {
	width: 15%;
	background-color: #D0D4E0;
	border-style: none solid solid solid;
}

table.result td.title {
	background-color: #F4F4F4;
	border-style: solid none solid none;
	font-weight: bold;
}

table.result td.artists {
	background-color: #F4F4F4;
	border-style: none solid solid none;
}

table.result td.label-and-number {
	width: 15%;
	background-color: #D0D4E0;
	border-style: none solid solid solid;
	text-align: center;
}

table.result *.label {
	font-weight: bold;
}

table.result *.number {
	
}

table.result *.price {
	font-weight: bold;
}

