/*! typey | GPLv2 License | https://github.com/jptaranto/typey */
.breadcrumb {
  font-size: 0.9em;
  margin: 1em 0;
  color: #76457c;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumb a {
  font-weight: bold;
  text-decoration: none;
}

/*# sourceMappingURL=breadcrumb.css.map */
