.button-50 {
    appearance: button;
    background-color: #000;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: #fff 4px 4px 0 0,#000 4px 4px 0 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: ITCAvantGardeStd-Bk,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 5px 10px 0;
    overflow: visible;
    padding: 8px 20px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.greenButton {
    background-color: rgb(68, 207, 68);
    color: #000;
    
}
.button-50:focus {
text-decoration: none;
}

.button-50:hover {
text-decoration: none;
}

.button-50:active {
box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
outline: 0;
}

.button-50:not([disabled]):active {
box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
transform: translate(2px, 2px);
}

@media (min-width: 768px) {
    .button-50 {
        padding: 8px 20px;
        width: 140px;
    }
}

canvas{
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 8px;
}

.layer {
    pointer-events:none;
    background-color: transparent;
}

#btnxp {
    position: relative;
    top:-1.6px;
    padding: 0px;
    margin: 0px;
    font-weight: bolder;
}
#btnx {
    position: absolute;
    left: -12px;
    top: -12px;
    line-height: 1em;
    padding: 0px;
    padding-top: -5px;
    text-align: center;
    display:block;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: red;
    border: 3px solid black;
    cursor:pointer;
}
body {
    margin: 0;
}
.popup {
    position:absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    display: none;
}
.container {
    position: fixed;
    left: 30%;
    top: 25%;
    width: 40%;
    height: 50%;
    min-height: 250px;
    min-width: 400px;
    border:4px solid #000000;
    border-radius: 8px;
    background: rgb(255,255,255);
    padding: 8px;
}
td {
    vertical-align: top;
}
#leaderboard {
    text-align: right
}
#board{
    margin: 8px;
}
#info {
    margin-left: 20px;
}
.sidebar {
    width: max-content;
    margin-right: 10px;
}
.item {
    vertical-align:top
}
#minefield {
    border:1px solid #000000;
}
p {
    font-family: Andale Mono, AndaleMono, monospace;
}
.setting {
    margin: 8px;
}
h2 {
    font-family: Andale Mono, AndaleMono, monospace;
    text-align: center;
    margin-top: 10px;
}
h3 {
    font-family: Andale Mono, AndaleMono, monospace;
    width: max-content;
    margin-top: 10px;
}
label {

    font-family: Andale Mono, AndaleMono, monospace;
    
}
.multiShow {
    display: none;
}