.lyrics_table {
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid gray;
	max-width: 100%;
}
.lyrics_table td, .lyrics_table th {
	border-color: gray;
	border-style: solid;
	border-width: 0 1px; /* sides only */
}
.lyrics_table th {
	
	padding-top: 0.5em;
	font-size:1.4em;
}
.chinese {
	font-size:1.4em;
}
.ci {
	border-bottom: 1px dotted darkgray;
	background-color: #efe;
}
.ci:hover {
	background-color: #bfb;
}
object, embed {
	padding: 1em;
}
/*
.annotation {
	display: none;
	position: relative;
	top: -2em;
}
*/
.tooltip{
	position: absolute;
	background-color: #9f9;
	padding: 5px;
	border: 1px solid black;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
} 

