table { 
	empty-cells: show; 
	table-layout: fixed;
	width: 350px;
}

td
{
	font-size:8pt;
	font-family:"Verdana", sans-serif;
	white-space: nowrap;
	min-width: 30px;
	padding-right: 2px;
    padding-left: 2px;
	text-align: right;
}

td.text
{
	text-align: left;
}

th
{
	font-size:8pt;
	font-family:"Verdana", sans-serif;
	white-space: nowrap;
	min-width: 30px;
	padding-right: 2px;
    padding-left: 2px;
	text-align: right;
}

th.text
{
	text-align: left;
}

body
{
	font-size:10pt;
	font-family:"Verdana", sans-serif;
}

tr.d0  {
	background-color: #f8f8f8;
}
tr.d1 {
	background-color: #f1f1f1; 
}

a:link, a:visited {
color: #990000;
text-decoration: none;
}

a:hover, a:active {
color: #000000;
text-decoration: underline;
}

.col-pos {
	width: 50px;
}

.col-artist {
	width: 200px;
}

.col-streams {
	width: 100px;
}

td div {
   white-space: nowrap;
   overflow: hidden;         
   text-overflow: ellipsis;
}