html, body {
    height: 100%;
}

#gameDiv {
  -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 */

  background-color: #161616;
  text-align: center;
  width: 100%;
  height: 83%;
}

.clickable {
    cursor: pointer;
}

.centered {
    text-align: center;
}

.bg-slightly-highlighted {
    background-color: #ffffaf;
}

.modal-full {
    min-width: 100%;
    height: 100%;
    margin: 0;
}
.modal-full > .modal-content {
    height: 100%;
}
.game-icon {
    width: 2rem;
}
