body {
    margin: 0;
    background-color:white;
}

.top-area{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 2em;
    background-color:dodgerblue;
    color: white;
    padding-left: 0.2em;
    padding-bottom: 0.1em;
    margin-bottom: 10px;
}

.top-area > a {
    color: inherit; 
    text-decoration: inherit; /* no underline */
}


.game-container{
    display: flex;
    width: 1040px;
    margin:auto;
}

.content-left{
    max-width: 800px;
    /*margin: auto;*/
}

table.game-desc{
	font-size: 1.2em;
	font-family: 'Courier New', monospace;    
}


.content-right{
    width: 240px;
    font-family: 'Courier New', monospace;    
    margin-left: 10px;
}

div.highscore{
    border-style: solid;    
    border-color: darkgrey;
    border-width: 2px;
    border-radius: 0.5em;
    padding-left: 8px;
}

div.highscore-weekly{
}

div.highscore-monthly{
    margin-top: 10px;
}

p.highscore-title{
    font-weight: bold;
    font-size: 1.2em;
}

ul#marudot-hs-monthly, ul#marudot-hs-weekly{
    list-style-type: none;
    padding-left: 0px;
    white-space: pre;
    font-size: 1.1em;    
}

div.highscore-dialog{
    background-color:white;
    padding: 20px;
    border: darkgray;
    border-style: solid;
    border-radius: 10px;
    border-width: 5px;
    font-family: 'Courier New', monospace;
    font-size: 24px;
    box-shadow: 3px 3px lightgrey;
}

div.highscore-dialog p{
    margin: 10px;
    font-weight: bold;
}
div.highscore-dialog input[type=text]{
    margin-bottom: 10px;
    font-size: 24px;
    border-style: solid;
    border-radius: 3px;
    border-color: gray;
}

div.highscore-dialog input[type=button]{
    font-size: 24px;
    color: white;
    border-radius: 0.1em;
    border-width: thin;
    border-color: darkgray;
}
div.highscore-dialog input[name=submitButton]{
    background-color: dodgerblue;    
}
div.highscore-dialog input[name=cancelButton]{
    background-color: darkgray;    
}
