body {
  background-color: #CFF;
  overflow: hidden
}

#app {
  margin-top: 20px
}

#gameCanvasContainer {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 600px;
  height: 600px
}

.ui-sheet {
  position:absolute;
  left: 0;
  right: 0;
  margin-top: 40px;
  width: 400px;
  background-color: rgba(255,255,255,0.85);
  display: none;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sheetFooterDiv {
  margin-top: 50px;
}

[disabled=disabled] {
  pointer-events: none;
  user-select: none;
}
.no-user-interaction {
  pointer-events: none;
  user-select: none;
}

.options-sheet form h1 {
  font-family: 'Poiret One', cursive;
  font-size: 3em;
  text-align: center;
}

.topscores-sheet h1 {
  font-family: 'Poiret One', cursive;
  font-size: 2em;
  text-align: center;
}

.score-submit-sheet h1 {
  font-family: 'Poiret One', cursive;
  font-size: 2em;
  text-align: center;
}

.topscores-sheet table thead th {
  white-space:nowrap;
}
.topscores-sheet table thead th:nth-of-type(1) {
  width:12%;
}
.topscores-sheet table thead th:nth-of-type(2) {
  width:56%;
}
.topscores-sheet table thead th:nth-of-type(3) {
  width:32%;
}

.topscores-sheet table tbody td {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  transform: scale(1.0)
}

.topscores-sheet table tbody td.placeholder {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  transform: scale(0.4)
}
