/* ----- Youtube ----- */

.youtube-preview-container {
	line-height: 1em;
}
img.youtube-preview:hover {
	cursor: pointer;
}
.youtube-preview-note {
	padding: 0 5px;
	background-color: #003471;
	color: #fff;
	font-size: 65%;
	width: 560px;
}

/* ----- Soundcloud ----- */

.soundcloud-preview-container {
	line-height: 1em;
}
img.soundcloud-preview:hover {
	cursor: pointer;
}
.soundcloud-preview-note {
	padding: 0 5px;
	background-color: #003471;
	color: #fff;
	font-size: 65%;
	width: 560px;
}

/* ----- Bandcamp ----- */

.bandcamp-preview-container {
	line-height: 1em;
}
img.bandcamp-preview:hover {
	cursor: pointer;
}
.bandcamp-preview-note {
	padding: 0 5px;
	background-color: #003471;
	color: #fff;
	font-size: 65%;
	width: 560px;
}
