html {
	max-width: 1024px;
    font-family: verdana,arial,helvetica,sans-serif;
    background:#000000;
    color:#F4F4F4;
	margin: 0 auto;
}
body {
	display:grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 99fr;
	margin: 0;
	height: 100%;
	overflow: hidden;
}

a {
    color:#F4F4F4;
}
code {
    background:#F4F4F4;
    color:#000000;
    padding: 2px;
    font-size: 1.25em;
	word-break: break-word;
}
kbd {
    margin: 0px 0.1em;
    padding: 0.1em 0.6em;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    color: rgb(51, 51, 51);
    line-height: 1.4;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.7em;
    font-weight:bold;
    display: inline-block;
    box-shadow: 0px 1px 0px rgba(0,0,0,0.2), inset 0px 0px 0px 2px #ffffff;
    background-color: rgb(247, 247, 247);
    -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
    -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-shadow: 0 1px 0 #fff;
}
td {
    padding: 3px;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.125em;
}
h4 {
    font-size: 1em;
}
summary {
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
    list-style: none;
}

tr
{
	border-color:#F4F4F4;
}
tr:nth-child(even)
{
    background-color: #303030;
}
tr:nth-child(odd)
{
    background-color: #1A1A1A;
}

.button {
    font-weight: bold;
    font-family: verdana,arial,helvetica,sans-serif;
	font-size:1.5em;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    padding-left: 10px;
    padding-right: 10px;
    line-height:2em;
    margin: 5px;
    cursor: pointer;
    text-decoration: none;
}

.fedbutton {
	font-size:1.5em;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px;
    cursor: pointer;
    background:#253381;
    text-decoration: none;
}

.codeblock {
    font-family: monospace;
    font-size: 1.25em;
    background:#F4F4F4;
    color:#000000;
    margin-left: 10px;
    margin-right: 10px;
}
div.codeblock {
    width: 95%;
    white-space: nowrap;
    overflow: auto;
    padding-top: 5px;
}

.black {
    color:#000000;
}
.red {
    color:#FF0000;
}
.medium_red {
    background:#cc6666;
    color:#000000;
}
.green {
    color:#00FF00;
}
.yellow {
    color:#FFFF00;
}
.blue {
    color:#0000FF;
}
.cyan {
    color:#00FFFF;
}
.pink {
    color:#FF00FF;
}
.darker_pink {
    background:#cc6699;
    color:#000000;
}
.white {
    color:#FFFFFF;
}
.ocher {
    background:#FFEA94;
    color: #000000;
}
.strong_purple {
    background:#cc66ff;
    color:#000000;
}
.light_purple {
    background:#cb99cc;
    color:#000000;
}
.bright_purple {
    background:#904474;
    color: #000000;
}
.medium_purple {
    background:#6E4498;
    color: #000000;
}
.dark_purple {
    background:#5A325A;
    color: #000000;
}
.light_blue {
    background:#9999cc;
    color:#000000;
}
.medium_blue {
    background:#9999ff;
    color:#000000;
}
.light_orange {
    background:#ff9966;
    color:#000000;
}
.medium_orange {
    background:#f7c64a;
    color:#000000;
}
.strong_orange {
    background:#ff9900;
    color:#000000;
}

.centered {
    text-align: center;
}

.main {
  overflow:auto;
}

.todo {
    font-weight: bold;
    background: #FF0000;
}

.monospaced {
    font-family: monospace;
}
