.letter-picker {
  .lightbox-view,
  .lightbox {
    background: transparent;
    h2 {
      margin-right: 1px;
      width: 88px;
      height: 88px;
      line-height: 88px;
      text-align: center;
      font-size: 35px;
      background: $primary;
      color: $white;
      margin-bottom: 1px;
      @include run-transition(background);
    }
    h2:hover {
      background: $accent;
    }
    h2.disabled {
      background: $grey;
      color: $disabled-color;
      cursor: default;
    }
  }
}
h1.letter-picker {
  height: 50px;
  width: 50px;
  background: $primary;
  color: $white;
  line-height: 50px;
  text-align: center;
  @include run-transition(background);
  margin-left: auto;
  margin-right: auto;
  clear: both;
  margin-bottom: -9px;
  margin-top: 40px;
}

h1.letter-picker:first-child {
  margin-top: 15px;
}
h1.letter-picker:first-child {
  margin-top: 50px;
}
h1.letter-picker:hover {
  background: $accent;
}
