#playlist { 
	margin-top: 20px;
	}

#player { 
	margin-right: 15px;
	width: 320px;
	height: 240px;
	}      
 #playlist { 
	column-count: 2;
	}
#playlist a { 
	display: block;
	float: left;
	margin-right: 10px;
	text-align: left;
	border: 0px dotted #CCC;
	border-bottom-width: 1px;
	padding:5px;  
	width: 45%;
	}
#playlist a h2, #playlist a p { 
	margin: 0; 
	}
#playlist a:hover {
	text-decoration: none; 
	}
#playlist a img { 
	float: left; 
	margin-right: 10px;
 width: 90px;
height: 60px;
 }