/* Small utilities. */
.nk-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.nk-nowrap { white-space: nowrap; }

.nk-scroll-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
