* {
    text-align: center;
    color: white;
}

button {
    margin: 10px 10px 10px 10px;
    color: black;
}

.clear {
    clear: both;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
    padding-left: 6px;
    padding-right: 6px;
}

.pull-left {
    float: left;
    width: max-content;
}

.setup {
    text-align: center;
    margin-top: 50px;
}

.developer-mode-banner {
    background-color: #f9f9a1;
    padding: 10px;
}

.developer-mode-banner > a, select, option {
    color: black;
    padding-left: 10px;
}

.input-data {
    display: inline-block;
    vertical-align: "middle";
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
}

.nodisplay {
    display: none;
}

.cell {
    float: left;
    background-size: 100%;
    font-weight: 700;
    text-align: center;
    width: 38px;
    height: 38px;
    font-size: 17px;
    line-height: 37px;
    touch-action: manipulation;
    cursor: default;
    user-select: none;
}

.closed {
    background-image: url("images/closed.png");
}

.pressed {
    background-image: url("images/pressed.png");
}

.flag {
    background-image: url("images/flag.png");
}
 
.type0 {
    background-image: url("images/type0.png");
}
 
.type1 {
    background-image: url("images/type1.png");
}

.type2 {
    background-image: url("images/type2.png");
}

.type3 {
    background-image: url("images/type3.png");
}

.type4 {
    background-image: url("images/type4.png");
}

.type5 {
    background-image: url("images/type5.png");
}

.type6 {
    background-image: url("images/type6.png");
}

.type7 {
    background-image: url("images/type7.png");
}

.type8 {
    background-image: url("images/type8.png");
}

.type9 {
    background-image: url("images/type9.png");
}

.type10 {
    background-image: url("images/type10.png");
}

.type11 {
    background-image: url("images/type11.png");
}

.type12 {
    background-image: url("images/type12.png");
}

.type13 {
    background-image: url("images/type13.png");
}

.type14 {
    background-image: url("images/type14.png");
}

.type15 {
    background-image: url("images/type15.png");
}

.type16 {
    background-image: url("images/type16.png");
}

.type17 {
    background-image: url("images/type17.png");
}

.type18 {
    background-image: url("images/type18.png");
}

.type19 {
    background-image: url("images/type19.png");
}

.type20 {
    background-image: url("images/type20.png");
}

.type21 {
    background-image: url("images/type21.png");
}

.type22 {
    background-image: url("images/type22.png");
}

.type23 {
    background-image: url("images/type23.png");
}

.type24 {
    background-image: url("images/type24.png");
}

.exploded {
    background-image: url("images/mine_red.png")
}

.misflag {
    background-image: url("images/mine_wrong.png");
}

.mine {
    background-image: url("images/mine.png");
}

.mousepointer {
    position: absolute;
    pointer-events: none;
    background-image: url("images/mouse.png");
    background-size: 100%;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
}

.mousename {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    color: black;
}

.loader {
    position: absolute;
    top: 46.5%;
    left: 46.5%;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
  
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
