#body {
    margin:auto;
    width:100%;
    height:100%;
    font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif; 
}
#scorecard {
    position:absolute;
    transform: translate(-50%,-50%);
    top:50%;
    left:50%;
    width:95%;
    height:95%;
}
#scorecard_table {
    width:100%;
    height:100%;
    position:relative;
    border-collapse:collapse;
    text-align:center;
    vertical-align:middle;
    table-layout:fixed;
    font-size:20px;
}
.sc_r1 {
    width:5%;
    border-style:hidden;
}
.sc_r2 {
    width:5%;
    border-style:hidden;
    text-align:right;
    padding-right:10px;
}
.sc_thin_left {
    border-left:1px solid black;
}
.sc_thin_right {
    border-right:1px solid black;
    overflow:hidden;
}
.sc_thick_left {
    border-left:2px solid black;
}
.sc_thick_right {
    border-right:2px solid black;
}
.sc_thin_top td {
    border-top:1px solid black;
}
.sc_thin_bottom td {
    border-bottom:1px solid black;
}
.sc_thick_top td {
    border-top:2px solid black;
}
.sc_thick_bottom td {
    border-bottom:2px solid black;
}
[contenteditable]:focus {
    background-color:wheat;
    outline:none;
    white-space:nowrap;
    overflow:hidden;
}
#menu {
    position:absolute;
    top:0px;
    left:0px;
    width:50px;
    height:30px;
    text-align:center;
    vertical-align:middle;
    background-color:lightgrey;
}
#menu-content {
    position:relative;
    transform: translate(-50%,0%);
    top:0%;
    left:50%;
    width:95%;
    height:95%;
}
.mstyle {
    font-weight:700;
    font-size:24px;
    cursor:default;
    user-select:none;
}
#gameid {
    display:none;
}
a {
    padding-left:20px;
    padding-right:20px;
}
#stats_table {
    display:flex;
    justify-content:center;
}
#stats_table_main {
    font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif; 
}
#stats_table_main tr:nth-child(even) {
    background-color: lightgrey;
}
.stats_playername {
    text-align:center;
    min-width:75px;
}
.stats_stat {
    text-align:right;
    padding-right:15px;
}
.stats_playerstat {
    padding-left:15px;
}