@media only screen and (min-width: 830px) {
  #ac-localnav .ac-ln-actions {
    position: absolute;
    top: -3px;
  }
}

@media only screen and (max-width: 829px) {
  #ac-localnav .ac-ln-actions {
    position: absolute;
    right: 100%;
    margin-right: -132px;
  }
  #ac-localnav .ac-ln-title {
    margin-right: 10px;
  }
}
#ac-localnav .ac-ln-title,
#ac-localnav .ac-ln-action-button .ac-ln-button {
  direction: rtl;
}
