<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	font: 14px/1.4 Times New Roman, sans-serif;
	overflow-y: scroll;
}

{
	margin: 0 0 20px;
}

table
{
	width: 100%;
	border-collapse: collapse;
}

th
{
	border-top: 0;
}

label
{
	font-weight: bold;
}

#tabledata .nr     { width: 8%; }
#tabledata .title  { width: 43%; }
#tabledata .artist { width: 40%; }
#tabledata .date   { width: 9%; }
.list-header   { display: block; padding: 0 0 0 20px; }
#carddata &gt; *
{
	display: inline-block;
	position: relative;
	width: 360px;
	margin: 2px;
	border: 0px solid #aaa;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px;
}
#carddata:after
{
	content: " ";
	clear: both;
	display: table;
}
#carddata .nr, #carddata .title, #carddata .artist, #carddata .date
{
	color: #888;
	text-align: center;
	font-size: 11px;
}
#carddata .nr, #carddata .date
{
	display: inline-block;
	margin: 5px;
	padding: 2px 5px;
	width: auto;
	background: #DFDFDF;
	color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
#carddata .date
{
	float: right;
}
#carddata .title
{
	font-size: 14px;
	color: inherit;
}.highlight{
	background-color: #fd0;
}</pre></body></html>