.spotify-embedded-playlist {
				max-width: 500px;
				margin: 10px 0;
				padding: 10px;
				background-color: #333333;
				border-radius: 10px;
				box-shadow: 0 0 20px rgba(0,0,0,0.6);
				font-family: Georgia,"Times New Roman", Times, serif;
				/*color: white;*/
}

.spotify-embedded-playlist h2 {
  text-align: center;
  color: white;
  margin-bottom: 10px;
  margin-top:0px;
  font-size: 1.12em;
}

.spotify-track {
  margin-bottom: 10px;
  border-radius: 3px;
  overflow: hidden;
}

#spotify-album-container {
  max-width: 500px;
				margin: 0px;
								border-radius: 10px;
				box-shadow: 0 0 20px rgba(0,0,0,0.6);
				font-family: Georgia,"Times New Roman", Times, serif;
				padding: 0px;
				height:378px;
}
