/* app css stylesheet */

.menu_3 {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu_3:before {
  content: "[";
}

.menu_3:after {
  content: "]";
}

.menu_3 > li {
  display: inline;
}

.menu_3 > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu_3 > li:nth-child(1):before {
  content: "";
  padding: 0;
}
