/**
 * Single Lyrics
 * ==================================================
 */

/*--------------------------------------------------------------
# Lyrics Content
--------------------------------------------------------------*/

.lyrics-content {
	margin-top: 30px;
}

.lyrics-content__header {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #888;
}

.lyrics-content__title {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
}

.lyrics-content__body {
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.7;
}