/* lyrics popup */


.lyrics_holder {
	margin:20px 0 430px 85px;
	font-family: Georgia, "Hoefler Text", "Times New Roman", Times, serif;
	font-size:14px;
	color:#a2285f;
	list-style-type:none;
}


.lyrics_holder h2 {
	font-size:20px;
	margin-bottom:20px;
}

.lyrics_holder a:link,
.lyrics_holder a:visited {
	color:#a2285f;
	text-decoration:none;
}


.lyrics_holder a:hover {
	color:#a5596a;
	text-decoration:none;
}


.bubbleInfo {
    position: relative;
	z-index:1;
	float:left;
	width:300px;
	margin-bottom:10px;
	
}


.bubbleInfo a:link,
.bubbleInfo a:visited {
	color:#a2285f;
}

.popup {
	height:210px;
	overflow: scroll;
	padding:20px;
	color:#a2285f;
	font-size:13px;
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
	background:#fff;
	border:1px solid #ccc;
}

.cast_content p {
	clear:both;
	margin:10px 0 0 0;
}

