#lastfm
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#lastfm-recent:before
{
	content: url("/static/images/hp/recent-played.png")
}
#lastfm-recent
{
	position: absolute;
	left: 0px;
	top: 35px;
/*	border-right: 1px dotted grey;*/
	width: 35px;
	/*background-image:url("/static/images/hp/recent-played.svg");*/
}
#lastfm-recent .thumb
{
	display: block;
	text-align: left;
}
#lastfm-top
{
	margin-left: 70px;
/*	position: absolute;
	top: 0em;
	left: 5em;*/
/*	height: 10em;
	overflow: hidden;*/
/*	width: 30em; 
	text-align: justify; */
}
#lastfm span.text
{
        visibility: hidden;
        display: none;
        border: 5px solid black;
        position: absolute;
        z-index: 10;
	margin-top: 1.5em;
        margin-left: -1.5em;
/*      background-color: black;*/
	color: white;
        background-color: rgba(0,0,0,0.8);

}
#lastfm-recent span.text
{
	margin-top: 0px;
	margin-left: 0px;
}

#lastfm .thumb:hover span.text { visibility: visible; display: inline; }
#lastfm span.title { display: block; } 
