@charset "utf-8";
/* © 1999-2022 Richard W. Adams */

@import "base.css";

table {
	border-spacing: 0px;
	padding: 40px;
	margin: auto;
}
body { background-image: url('../img/s/score3.gif'); }
.statistics { text-align: center; }
h2 { margin-bottom: 0em !important; }
h3 {
   margin-top: 0em !important;
   text-align: center; 
}
.option {
	font-family: sans-serif;
	font-size: 80%;
	text-align: center;
}
.menu { display: table; margin : auto; }
.menu li {
	display: list-item;
	margin-bottom: 2ex;
}
.menu ul {
	display		: block	;
	list-style-type	: disc	;
	column-gap		: 3em	;
}
ol#see-music li {margin-bottom: 1ex; }
p { text-align: justify; }
#preface p {
	margin-top: 0;
	margin-bottom: 1ex;
}
span.or {
	color: #FF3300;
	font-weight: bold;
}
table#lk {
	margin-bottom	: 0px;
	margin-top		: 0px;
	padding		: 0px;
}
td {
	padding		: 5px;
	line-height		: 150%;
	padding-right	: 2em;
}
#preface {
	column-gap	: 2em;
	column-rule	: 2px solid gray;
	padding	: .8em 0;
}
@media (min-width: 700px) {
	.menu ul { column-count: 2; }
}
@media screen and (min-width: 800px) {
	#preface { column-count: 2; }
}
@media screen and (min-width: 1200px) {
	#preface, .menu ul { column-count: 3; }
}
@media screen and (min-width: 1600px) {
	#preface { column-count: 4; }
}
@media screen and (min-width: 1920px) {
	#preface { column-count: 5; }
}
