.cdCover {
	margin-top: 15px;
	margin-bottom: 15px;
}
.cdCover img {
	padding: 10px;
	border: 1px solid #666;
}

/* ================ SONGS ============================= */
ol.songs {
	margin: 15px 0px 0px 2em;
	padding: 0px;
	list-style: none;
	display: block;
}

li.song {
	line-height: 1.8;
}

li.song .number {
	margin-right: 0.6em;
}

* html li.song {
	padding-top: 3px;
	height: 20px;
}

li.song img {
	vertical-align: middle;
}

.song-text {
	background: black;
	margin-bottom: 0.8em;
	padding: 0.6em;
}

.song-text p {
	
}

.song-text h2 {

}