
@font-face{
    font-family: "LCD";
    src: url('fonts/digit-7-mono.ttf'); 
}

@font-face {
    font-family: "EmojiSymbols";
    src: url('fonts/EmojiSymbols-Regular.woff') format('woff');
    text-decoration: none;
    font-style: normal;
}

div {
    text-align: center;
}
.row  {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  background: #CCC;
  text-align: center;
}

.bottom-row {
    text-align: center;
}

.control-row {
  background: #CCC;
  height: 36px;
  padding: 8px;
  margin: auto;
  line-height: 32px;
}

#control {
  height: 34px;
  width: 80px;
  background: #ffc;
  color: #317;
  font: 28px "EmojiSymbols", monospace;
  line-height: 24px;
  vertical-align: text-bottom;
  padding: auto;
  margin: auto;
  display: inline-block;
}

input.display {
  position: relative;
  width: 45px;
  text-align: center;
  letter-spacing: 3px;
  font: normal 28px "LCD", monospace; 
  background: black;
  color: yellow;
  height: 32px;
  display: inline-block;
  padding: auto;
  margin: auto;
  margin-left: 16px;
  margin-right: 16px;
}

.container {
  /*  background-color: #b0e0e6; */
}

span.hide-mine {
  color: #630;
}

span.bad_flag {
  color: #930;
}
span.cell_hide {
  color: #CCC;
}
span.cell_question {
   color: #690;
}
span.cell_marked {
   color: #663;
}
span.open {
  width:24px;
  height: 24px;
  line-height: 24px;
  border: 1px dotted green;
  border-style: dotted !important;
}
span.open_0 {
    color: #CCC;
}

span.open_1 {
    color: blue;
}

span.open_2 {
    color: #360;
}

span.open_3 {
    color: #C00;
}

span.open_4 {
    color: #309;
}

span.open_5 {
    color: #f6c;
}

span.open_6 {
    color: #060;
}

span.open_7 {
    color: #f96;
}

span.open_8 {
    color: #660000;
}

span.burst {
    background-color: red;
}
.cell_action:active {
  border-style:ridge;
}
.cell {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px outset #d2e3ed;
  -webkit-border-radius: 1px;
  font: 18px "EmojiSymbols", monospace;
  text-align:center;
  text-overflow: ellipsis;
  background: #CCC;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

div.game-row {
  height: 20px;
  margin: 2px; 
  white-space: nowrap;
}
.footnote{
  font-size: 10px;
  color: #779;
}

