html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: DarkGreen;
}

	/* Table */
div.summarytable {
	padding-top: 20px;
	padding-bottom: 10px;
}

div.summarytable caption {
	padding-left: 25px;
}

div.summarytable table {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	background-color: #afeeee;
}

div.summarytable caption {
	text-align: left;
	font-size: 1.25em;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #7df9ff;
}

div.summarytable td {
	padding-right: 5px;
	padding-bottom: 2px;
}

div.summarytable thead { 
	background-color: #add8e6;
}

tr:nth-child(even) {
	background-color: #a0e5e5;
}

	/* Dividers */
hr.music-begin {
	color: Yellow;
}
hr.music {
	color: Chartreuse;
}

	/* Body text */
div.bodyText {
	border-style: solid;
	border-width: 2px;
	max-width: 750px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-color: WhiteSmoke;
}

p.spacer {
	margin-top: 32px;
}

div.bodyText blockquote {
	font-style: italic;
	font-size: 0.9em;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

img, video {
	max-width: 85vw;
}

	/* Song titles box */
div.song-titles-box {
	margin-left:auto;
	margin-right:auto;
	max-width: 500px;
	border-style: outset;
	border-width: 5px;
	margin-bottom: 15px;
}

div.song-titles-box h2 {
	margin-left: 10px;
	font-size: 1.1em;
	font-weight: normal;
}

div.song-titles-box p {
	margin-left: 10px;
	font-size: 1.1em;
}

	/* Music embeds */
iframe {
	max-width: 90vw;

	margin: auto;
	display: block;
}

	/* Music player iframe styles */
iframe.youtube-embed {
	width: 560px;
	height: 315px;
}
iframe.spotify-embed {
	border-radius: 12px;
	width: 560px;
	height: 232px;
}

	/* Music embed link text */
p.embed-link-top, p.embed-link-bottom {
	text-align: center;
}
p.embed-link-top {
	margin-top: 0;
}
p.embed-link-bottom {
	margin-top: 0;
	margin-bottom: 32px;
}

	/* History box */
div.history {
	margin-left: auto;
	margin-right: auto;
	background-color: LemonChiffon;
	border-style: solid;
	border-width: 1px;
}

div.history p {
	font-size: 0.9em;
	margin-left: 10px;
	margin-right: 10px;
}

div.history p.small {
	font-size: 0.7em;
}

	/* Lyrics source box */
div.lyrics-footer {
	margin-left: auto;
	margin-right: auto;
	background-color: LightYellow;
}
div.lyrics-footer p {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.8em;
}
div.lyrics-footer p:last-of-type {
	padding-bottom: 10px;
	margin-bottom: 0;
}

	/* Lyrics boxes */
h3.song-title {
	font-weight: bold;
	text-decoration-line: underline;
	font-size: 1.25em;
}

div.lyrics-flex-outer {
	display: flex;
	justify-content: center;
	font-size: 0.9em;
}

div.lyrics-flex-inner {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;

	background-color: BlanchedAlmond;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
}

div.lyrics {
	padding-left: 7.5px;
	padding-right: 7.5px;
	max-width: 320px;
	min-width: 120px;
}

	/* Groovy text */
div.groovy-text-title p {
	font-size: 1.33em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.2em;
	text-indent: 1.5em;
	text-shadow: 0 0 7.5px white;
}

.gt1 {
	color: #fda601;
}
.gt2 {
	color: #ff6704;
}
.gt3 {
	color: #e7062e;
}
.gt4 {
	color: #a2217e;
}
.gt5 {
	color: #114fc6;
}
.gt6 {
	color: #038c5e;
}
.gt7 {
	color: #7fc24f;
}

	/* Footer */
footer {
	text-align: center;
}
footer a {
	color: white;
}