/*IMPORTS*/
@import url(https://fonts.googleapis.com/css?family=Lobster+Two:400,400italic);
/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  }

/*GLOBAL*/
body {
  font-family: monospace;
  background: #CCEECC;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;}

/*CONTAINER*/
#container {
  margin-top: 10px;
  text-align: center;
  /*Settings*/
  /*Grid*/ }
  #container #settings {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    border: 1px solid #89b489;
    border-radius: 5px;
    background-color: #e8ffe8;
    box-shadow: 1px 1px 1px #89b489; }
    #container #settings #mines,
    #container #settings #settings-form,
    #container #settings #timer {
      display: inline-block;
      padding: 12px; }
  #container #grid {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed; }
    #container #grid:hover {
      cursor: pointer; }
    #container #grid tbody tr td {
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      border: solid 1px #333333;
      background-color: #e8ffe8; }
      #container #grid tbody tr td:hover {
        background-color: #e8ffe8; }
      #container .flag-mine {
        width: 12px;
        height: 12px;
      }
      #container .blank {
        background-color: #e8fffc;
      }
      #container #play-again {
        margin-top: 10px;
        visibility: hidden;
      }
      .raised {
        -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.75);
        -moz-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.75);
        box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.75);
      }

/*# sourceMappingURL=styles.css.map */
