/* app css stylesheet */
body {
  font-family: "Abel", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

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

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

.menu > li {
  display: inline;
}

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

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

.img-circle {
  max-height: 30vh;
}

#squad .clearfix {
  height: 30px;
  clear: both;
}

.caps {
  text-transform: uppercase;
}