#artistsearch {
	color: #666;
	font-weight: normal;
	margin: 2% 0 0 0;
	text-align: left;
}

ul.list {
	width: 100%;
	margin: 2% 0 0 0;
	padding: 0;
	list-style: none;
}

ul.list li {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #ddd;
}

ul.list li:nth-child(odd) {
	background: #eee;
}

ul.list li:last-child {
	border-bottom: 1px solid #eee;
}

ul.list table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
	font-weight: normal;
	color: #666;
	text-align: left;
}


}

ul.list table tr {
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.list td {
	padding: 1%;
	border-right: 1px solid #eee;
}

ul.list li:nth-child(odd) td {
	border-right: 1px solid #ddd;
}

ul.list td.albumart,
ul.list td.spotify {
	width: 4%;
	padding: 0.5%;
}

ul.list td.albumart img,
ul.list td.spotify img {
	width: 100%;
}

ul.list td.spotify img {
	width: 70%;
	margin: 0 15%;
}

ul.list td.artistname {
	width: 20%;
	border-left: 1px solid #eee;
}

ul.list td.albumtitle {
	width: 25%;
}

ul.list td.purchase {
	width: 23%;
	color: #333;
}

ul.list td.purchase img {
	width: 28px;
	margin: 0 0 0 5px;
}

ul.list td.purchase img,
ul.list td.spotify img {
	opacity: .7;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}

ul.list td.purchase img:hover,
ul.list td.spotify img:hover {
	opacity: 1;
}

ul.list td.albumconfig {
	width: 13%;
	text-align: center;
	padding: 0;
	border-right: 1px solid #eee !important;
	font-size: 0.9em;
}

.albumtag {
	display: none;
}

ul.list td a {
	color: #333;
	
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}

ul.list td a:hover {
	color: #999;
}

#contents-container {
	padding-bottom: 3%;
}











