.pl-nav {
  height: inherit;
  border: solid 1px #f00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  margin-left: -10px;
  margin-right: -10px;
}
.js-pl-nav--isFixed .pl-nav {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  position: fixed;
  top: 0;
  left: 0;
}
.pl-nav_outer {
  height: 50px;
  margin-top: 50vh;
}

.pl-nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pl-nav_item {
  list-style: none;
  margin-left: 1em;
}
/*# sourceMappingURL=../../sourcemaps/examples/css/sticky.css.map */