.content{
	width: 600px;
	
	margin: 0 auto;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.main-content.content{
	width:100%;
}	


.list .content,
.artist .content{
	text-align: left;	
	
}
.list {
	font-size: 30px;
}

.list  a {
	color: #000;
	transition: 0.2s;
	text-decoration: none;
	border-bottom: 1px dotted black; 
}

.list  a:hover {
	border-bottom: none;
	background: #000;
	color: #fff;
}
*{
	margin: 0px;
	padding: 0px;
}
ul li{
	list-style: none outside none;

}

.audio-container{
	width: 450px;
	margin: 0 auto;
	
	
}

ul.button li a{

	margin-top: 20px;
}

.audio-container{
	margin-top: 20px;
}
.clear{
	clear: both;
}

.active a{
	color: #000;
}

.link{
	margin-bottom: 20px;
}

.like{
	width: 200px;
	
	margin: 0 auto;
	margin-top: 20px;
	display: block;
	bottom: 50px;
	
}

.addthis_toolbox {
	width: 100px;
	height: 20px;
	float: left;
}

.menu{
	margin-bottom: 10px;
}

.topmenu{
	position: absolute;
	left: 50px;
	top: 10px;
}

.contact{
	position: absolute;
	right: 50px;
	bottom: 10px;	
}


.content-list,
.artist-description{
margin-top: 50px;
margin-bottom: 50px;

}
