table#listarelease{
	width: 100%; 
	text-align: center;
}
table#listarelease th{
	text-align: center !important;
}

table#listarelease tr.official{
	background-color: #ceff1d;
}

table#listarelease tr.official td{
	border:1px solid #F2F2F2;
	padding: 1px;
}

table#listarelease tr.free{
	background-color: #e4e4e4;
}

table#listarelease tr.premium{
	background-color: #ffd700;
}

table#listarelease tr.premium td{
	border:1px solid #F2F2F2;
	padding: 1px;
}

table#listarelease tr td{
	border:1px solid #F2F2F2;
	padding: 1px;
}

span.badge-ufficiale {
	display: inline-block;
	border-radius: 3px;
	background-color: #1164b4;
	padding: 3px;
	color: #ffffff;
	font-weight: bold;
	font-family: arial;
	margin: 2px;
	font-size: 9px;
}

a.tooltips {
	position: relative;
	display: inline;
}
a.tooltips span {
	position: absolute;
	width:340px;
	color: #FFFFFF;
	background: #000000;
	height: 120px;
	line-height: 30px;
	text-align: center;
	visibility: hidden;
	border-radius: 6px;
}
a.tooltips span:after {
	content: '';
	position: absolute;
	top: 15%;
	left: 100%;
	margin-top: -8px;
	width: 0; height: 0;
	border-left: 8px solid #000000;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
a:hover.tooltips span {
	visibility: visible;
	opacity: 0.8;
	right: 100%;
	top: 15%;
	margin-top: -15px;
	margin-right: 15px;
	z-index: 999;
}

img.imglistarelease{
	width: 64px;
	padding: 1px;
}