@media screen and (min-width: 900px) {
  .choiceHalf {
    float: left;
    width: 41%;
    margin-right: 2%;
  }
}

@media screen and (max-height: 760px) {
  #stage {
    bottom: 76px;
  }

  #topText {
    top: 12px;
  }

  #label {
    font-size: 26px;
  }

  #mainTime {
    margin-top: 2px;
    font-size: 68px;
  }

  #subText {
    margin-top: 2px;
    font-size: 20px;
  }

  #panel {
    height: 76px;
  }

  .navItem {
    top: 12px;
    height: 52px;
    line-height: 52px;
    font-size: 21px;
    border-width: 3px;
  }

  .navItem.focused {
    outline-width: 5px;
    outline-offset: -10px;
  }

  #overlayTitle {
    top: 14px;
    font-size: 34px;
  }

  #overlayContent {
    top: 70px;
    font-size: 24px;
  }

  .choice {
    height: 52px;
    line-height: 52px;
    margin-bottom: 9px;
  }

  .fieldRow {
    margin-top: 14px;
    font-size: 32px;
  }

  .field {
    min-width: 104px;
    height: 64px;
    line-height: 64px;
    font-size: 42px;
  }

  .smallButton {
    height: 52px;
    line-height: 44px;
    font-size: 24px;
  }

  .hint {
    margin-top: 14px;
    font-size: 20px;
  }
}

@media screen and (orientation: portrait) {
  #stage {
    bottom: 132px;
  }

  #topText {
    left: 14px;
    right: 14px;
    top: 12px;
  }

  #label {
    font-size: 24px;
  }

  #mainTime {
    font-size: 58px;
  }

  #subText {
    font-size: 20px;
  }

  #panel {
    height: 132px;
  }

  .navItem {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    top: 12px;
  }

  #navClock { left: 3%; width: 45%; }
  #navNew { left: 52%; width: 45%; }
  #navTimer { left: 3%; width: 45%; top: 72px; }
  #navAnimation { left: 52%; width: 45%; top: 72px; }

  #overlay {
    bottom: 132px;
  }

  #overlayBox {
    left: 4%;
    right: 4%;
    top: 5%;
    bottom: 5%;
  }

  #overlayTitle {
    font-size: 30px;
  }

  #overlayContent {
    left: 20px;
    right: 20px;
    top: 66px;
    font-size: 24px;
  }
}






