@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;
	margin: 4px;
	padding: 0px;
	}
#lyric_title_bar {
	line-height: 20px;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #988D6D;
	border-right-color: #988D6D;
	border-bottom-color: #988D6D;
	border-left-color: #988D6D;
	text-transform: uppercase;
	text-align: center;
	height: 20px;
	width: 405px;
	font-weight: bold;
}
#lyric_copy_bar {
	line-height: 20px;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #988D6D;
	border-right-color: #988D6D;
	border-bottom-color: #988D6D;
	border-left-color: #988D6D;
	text-transform: none;
	text-align: center;
	height: 20px;
	width: 405px;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}
a { color: #333; font-family: Verdana }
a:link { color: #333; text-decoration: none }
a:visited { color: #333; text-decoration: none }
a:hover { color: #333; text-decoration: underline }
a:active { color: #333; text-decoration: underline }
@media only screen and (max-device-width: 480px) {
body {
	width: auto;
	}
#lyric {
    height: auto;
	width: 325px;
	overflow: auto;
  }
table {
	color: #000000;
	background-color: #F0F0F0;
	width: 425px;
}
}
