@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: auto;
	height: auto;
	padding: 0px;
	width: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #F0F0F0;
}
.middlediv {
	height: 360px;
	overflow: auto;
}

.copycredit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	color: #000000;
	background-color: #F0F0F0;
}
.allcaps {
	text-transform: uppercase;
}
#lyric {
	height: 360px;
	width: 400px;
	overflow: auto;
	}
@media only screen and (max-device-width: 480px) {
#lyric {
    height: 100%;
	width: 325px;
	overflow: auto;
  }
table {
	color: #000000;
	background-color: #F0F0F0;
	width: auto;
}
}
