/* Mobile first queries */

#app {
  border: 0px solid red;
  padding: 0px;
}

#help {
  text-align: left;
  background-color: white;
  border: 1px solid black;
  width: 90%;
  position: fixed;
  bottom: 41px;
  right: 5px;
  display: inline;
  padding: 10px;
}
#helpbutton {
  bottom: 0px;
  right: 0px;
  position: fixed;
  width: 40px;
  height: 40px;
  opacity: 0.3;
  cursor: pointer;
}
#helpbutton:hover {
  opacity: 0.8;
}
#footer {
  position:absolute;
  bottom:0px;
  text-align: center;
  width: 98%;
}
#footer a {
  margin-right: 5px;
}

a, a:visited {
  color: #666666;
}
body {
  font-family: 'Lato', sans-serif;
  text-align: center;
  padding: 0px;
  margin: 2px;
  background-color: #cccccc;
}

.container {
    width: 100%;
    padding: 0px;
}
button {
  width: 48%;
  font-size: 15pt;
  /*line-height: 1.3;*/
  height: 90px;
  margin: 2px;
  white-space: normal;
  vertical-align: top;
  text-align: center;
  text-transform: none;
  background-color: white;
  line-height: 1.1;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

button:hover, button:active {
  background-color: #eeffee;
}



/* Larger than mobile */
@media (min-width: 400px) {


}

/* Larger than phablet */
@media (min-width: 550px) {
  button {
    width: 32%;
  }
}

/* Larger than tablet */
@media (min-width: 750px) {
  button {
    width: 24%;
    height: 150px;
    font-size: 16pt;
  }

}

/* Larger than desktop */
@media (min-width: 1000px) {
  button {
    width: 29%;
    font-size: 20pt;
  }

}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
