#recent_scrobbles {
    width:182px;
}

.last_fm ul {
	display: block;
        width:100%;
}

.last_fm {
	margin: 0;
	padding: 0;
}

.last_fm li {
	display: inline;
	list-style-type: none;
	white-space: nowrap;
}

li span {
	display: inline-block;
}

li span.scrobble {
        display:block;
	white-space: normal;
	width: 100%;
}

li span.album_image {
        display:block;
	width: 100%;
}

li span.album_image img {
	height: 3em;
	text-align: center;
	width: 3em;
}

li span.play_time {
	color: #999999;
	line-height: normal;
}

.last_fm div {
	display: block;
}

#recent_scrobbles ul li a {
    display:inline;
}
margin: 0;
	padding: 0;
	border-bottom: 1px dotted #A5AEC5;
