.breadcrumbs-container {
  background-color: #e6e6e6;
  padding: 10px 0;
}
.breadcrumbs {
  overflow-x: auto;
  white-space: nowrap;
  color: #fff;
  font-size: 0.75em;
}

.breadcrumbs .sep {
  opacity: 0.4;
  line-height: 1em;
}
