body {
	margin: 0;
	background: #F5F5F5;
	font-size: 16px;
}
.navbar-brand {
	padding: 0;
	display: flex;
	align-items: center;
}
.text-overflow {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#abc-top {
	margin-bottom: 15px;
}
#abc-bottom {
	margin-top: 15px;
}
.lyric-body table {
	margin: 0 auto;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 1em;
}
.lyric-body table td {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	vertical-align: top
}
.lyric-body table td:first-child {
	border-left: none;
	text-align: right;
}
.lyric-body table td:last-child {
	border-right: none;
	text-align: left;
}
