.nw-header {
  position: relative;
  z-index: 99;
}

.nw-header-linksbtns {
  margin-left: 20px;
  padding: 10px 0;
  cursor: pointer;
  font-size: $font-size-xs;
  white-space: nowrap;

  &.is-first {
    margin-left: 0;
  }
}

.nw-header-seperator {
  margin-left: 20px;
  color: lighten-colors($header-seperator-color, 4);
}
