#lyricer {
	font-size: 88%;
	font-family: "Microsoft YaHei","Hiragino Sans GB W3",Tahoma,Arial;
  	/* text-shadow: 0 0 1px #EEEEEE; */
  	color: rgb(255, 255, 255);
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0,0,0,1);
  	overflow: hidden;
}

#lyricer ul {
	list-style-type: none;
	padding: 5px;
}

#lyricer ul li {
	overflow: auto;
}

#lyricer ul li:hover {
	color: #428bca;
}

#lyricer .lyricer-current-line {
	color: #000000;
	font-weight: bold;
	text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #ff2d95, 0 0 6px #ff2d95, 0 0 8px #ff2d95, 0 0 10px #ff2d95, 0 0 12px #ff2d95;
}
