header {
    text-align: center;
    display: block;
}

body {
	background-color:  #1A1A1A;     
    text-align: center;
    margin: 0 auto;
    font-family: "Goudy Bookletter 1911",Times,serif;
    font-size: 16px;
	color: #EAEAEA;
	line-height: 1.5;
}

summary { 
	font-size:150%;
	font-weight: bold;  
    text-align: left;
}

select {
    border: 3px solid rgba(84,75,49,.7);
    background-color: #787878;
	color: #EAEAEA;
}
article {
    overflow: auto;
}

.black {
    background: #222;
    color:#fff;
    text-align: center;
    float: left;
	margin-right:8px;
}
.green {
    background-color:#333333;
    background-blend-mode: multiply;
    cursor:auto;
}

span {
    font-size: 25px;
    line-height: 40px;
}

.blackLabel { 
	font-size: 11px; 
    background-color:#333;
}

label {
    display: block;
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    text-align: center;
    margin: 0 auto;
    cursor: default;
}

#wrapper {
	background-color:  #0a0a0a;     
    box-shadow: 0 0 30px rgb(84 75 49 / 70%);
    float: none;
    margin: 0 auto;
    padding: 10px 0 65px 10px;
}

div {
    display: block;
    font-family: "Caudex",Times,serif;
    margin-right:20px;
    margin-bottom:10px;
}

textarea, input {
    width: inherit;
    height: 28px;
    padding: 5px;
    border: 1px solid rgba(84,75,49,.7);
    font-family: Caudex,times,serif;
    font-size: 20px;
    color: #111;
    background-color: #787878;
    margin: 0;
    text-align: center;
	color: #DADADA;
}

button {
    font-size: 20px;
    height: 40px;
    margin: 0 3px;
    box-shadow: rgb(87 72 63) 0px -3px 0px 0px inset;
    background-color: rgb(61, 50, 37);
    border-color: rgb(137, 127, 112);
    color: rgb(234, 229, 221);
    text-decoration-color: initial;
    text-shadow: rgb(66 48 47) 0px 1px 0px;
}
.custom{
    height: 35px;
    box-shadow: none;
    background-color: gray;
}

td {text-align:left}
input {
	vertical-align:middle;
	height:25px;
}
td input {
	height:15px;
	display:block;
	margin-right:auto;
	margin-left:auto;
 }
.menu{
	text-align:center;
	background-color:DimGray;
	display: none;
	box-sizing: content-box;
	overflow: auto;
	margin: 0 auto;
	padding: 1em;
	position: relative;
	top: 160px; left: 0; right: 0; bottom: 0;
	border: 5px solid gray;
 }
#overlay {
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	z-index: 2;
	top: 0; left: 0; right: 0; bottom: 0;
}