body
{
    background-color: #ffffde;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

img
{
    max-width: 100%;
}

div#contents
{
    margin-left: 15px;
    margin-right: 15px;
    overflow-x: hidden;
}

div#menudiv
{
    background-color: #000000;
    color: #e7e77b;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

div#menudiv nav#navlinks
{
    display: flex;
    flex-wrap: wrap;
}

div#menudiv a
{
    padding: 8px 10px;
    text-decoration: none;
    background-color: #000000;
}

div#menudiv a:link
{
    color: #e7e77b;
}

div#menudiv a:visited
{
    color: #e7e77b;
}

div#menudiv a:hover
{
    color: #ff0000;
}

div#menudiv a.active
{
    color: #ffffff;
    text-decoration: underline;
}

a#skip-nav
{
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

a#skip-nav:focus
{
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    padding: 8px 15px;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    z-index: 100;
}

button#hamburger
{
    display: none;
}

button#hamburger span
{
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px 0;
    background-color: #e7e77b;
    transition: background-color 0.2s;
}

@media (max-width: 640px)
{
    img
    {
        height: auto;
    }

    div#menudiv
    {
        flex-direction: row;
        justify-content: flex-end;
        padding: 5px;
    }

    button#hamburger
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: none;
        border: none;
        cursor: pointer;
        padding: 8px;
        margin-left: auto;
    }

    div#menudiv nav#navlinks
    {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    div#menudiv nav#navlinks.open
    {
        display: flex;
    }

    div#menudiv a
    {
        padding: 12px 15px;
        border-bottom: 1px solid #333333;
        width: 100%;
        box-sizing: border-box;
    }

    div#menu
    {
        border-right: 8px solid #ab0000;
        border-left: 8px solid #ab0000;
    }

    h1
    {
        font-size: 24px;
    }

    h2
    {
        font-size: 18px;
    }

    div#contents
    {
        margin-left: 10px;
        margin-right: 10px;
    }

    table
    {
        width: 100%;
        box-sizing: border-box;
    }

    td
    {
        display: block;
        width: 100%;
    }
}

div#footer
{
    border-top: 1px solid black;
    padding: 5px 25px 25px 25px;
    font-size: 10px;
}
div#footer >  p{  font-size:		10px;}

table
{
    margin: 5px;
}

p
{
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 12pt;
    font-style: normal;
}

td
{
    margin:	5px 5px 25px 25px;
    font-size: 12pt;
    font-style: normal;
}

div#menu
{
    background-color: #000000;
    color: #e7e77b;
    border-right: 15px solid #ab0000;
    border-left: 15px solid #ab0000;
}

h1
{
    text-align: center;
    font-size: 36px;
    font-style: normal;
}

h2
{
    text-align: center;
    font-size: 24px;
    font-style: normal;
}

h3
{
    margin:	16px 0px 0px 0px;
    text-align: left;
    font-size: 20px;
    font-style: normal;
}

h3 + div
{
    margin:	0px 0px 0px 16px;
}

h4
{
    margin:	14px 0px 0px 0px;
    text-align: left;
    font-size: 14px;
    font-style: normal;
}

h4 + div
{
    margin: 0px 0px 0px 16px;
}

h5
{
    margin: 12px 0px 0px 0px;
    text-align: left;
    font-size: 12px;
    font-style: normal;
}

h5 + div
{
    margin: 0px 0px 0px 16px;
}

h6
{
    margin: 10px 0px 0px 0px;
    text-align: left;
    font-size: 10px;
    font-style: normal;
}

h6 + div
{
    margin: 0px 0px 0px 16px;
}

table#cost
{
    margin: 0px 0px 0px 0px;
}

.banner-img
{
    display: block;
    margin: 0 auto;
}

.Gemulitchplatz
{
	background-color: #CCCCFF;
	border: 2px solid #000000;
	color:  #000000;
	 padding-right: 10px;
	 padding-left: 10px;
}

.Gemulitchplatz a
{
	color:  #000000;
}

/* RMI penny images displayed side by side */
.penny-figure
{
	display: inline-block;
	text-align: center;
	margin: 0 10px;
	vertical-align: top;
}

/* Data tables (RMI game rules, etc.) */
table.data-table
{
	border-collapse: collapse;
	margin: 10px auto;
}

table.data-table th,
table.data-table td
{
	border: 1px solid #666;
	padding: 4px 8px;
}

table.data-table th
{
	background-color: #000;
	color: #e7e77b;
}

table.data-table caption
{
	font-weight: bold;
	margin-bottom: 4px;
}