div#poemwrapper .annotation,
.guide-wrapper .annotation,
.discussion-guide .annotation,
#article .annotation {
}

div#poemwrapper .annotation a.annotation-link, 
.guide-wrapper .annotation a.annotation-link,
.discussion-guide .annotation a.annotation-link,
#article .annotation a.annotation-link {
	border-bottom: dotted 1px #184D49;
	font-weight: normal !important;
	color: #000;
	text-decoration:none;
}

div#poemwrapper .annotation a.annotation-link:hover, 
.guide-wrapper .annotation a.annotation-link:hover,
.discussion-guide .annotation a.annotation-link:hover,
#article .annotation a.annotation-link:hover { border: 0; }

/*.qtip {
	position: absolute;
	padding: 0px 15px 0 23px !important;
	z-index: 2000;
	color: #000;
	background-color: #f0efdf;
	border: 1px solid #abaa9a;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	max-width: 250px;
}


div.glossary-tooltip .tooltip.fixed.active {
	position: absolute;
	padding: 17px 20px 4px 23px !important;
	z-index: 2;
	color: #000;
	background-color: #f0efdf;
	border: 1px solid #abaa9a;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	max-width: 270px;
}

div.glossary-tooltip {
	margin: 15px 10px 0 0;
}*/

.qtip-content h3 {
	font-size: 15px;
	color: #184d49;
	margin: 0 0 5px;
	text-align: left;
}
