#etg_gameboard {
  text-align: center; }
  #etg_gameboard h2 {
    position: absolute;
    top: 0px;
    left: 0px; }
  #etg_gameboard #scoreboard {
    position: absolute;
    right: 0px;
    top: 0px; }
    @media screen and (min-height: 450px) and (min-width: 720px) {
      #etg_gameboard #scoreboard {
        top: auto;
        bottom: 0px; } }
    #etg_gameboard #scoreboard .incorrect {
      color: #800; }
    #etg_gameboard #scoreboard .correct {
      color: #080; }
  #etg_gameboard #keyboard {
    padding-top: 40px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-size: 0px; }
    #etg_gameboard #keyboard a {
      position: relative;
      vertical-align: top;
      display: inline-block;
      cursor: pointer;
      width: 60px;
      height: 175px;
      border: 1px solid #000;
      z-index: 1;
      margin-left: -1px; }
      #etg_gameboard #keyboard a:first-child {
        margin-left: 0px; }
      #etg_gameboard #keyboard a.blackkey {
        background: #000;
        margin: 0px -19px 0px -18px;
        width: 35px;
        height: 105px;
        z-index: 10; }
      #etg_gameboard #keyboard a.referencepitch {
        background: #FF0; }
      #etg_gameboard #keyboard a:active {
        background: #49a1ff; }

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