.breadcrumb {
  font-size: 14px;
  padding: 10px;
  margin: 0;
}
.breadcrumb > li {
  vertical-align: middle;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  content: '>';
  color: #4e5859;
}
.breadcrumb > li.active {
  font-weight: bold;
  color: #4e5859;
}
.breadcrumb a {
  color: #4e5859;
  text-decoration: none;
}
.breadcrumb a:focus,
.breadcrumb a:hover {
  text-decoration: underline;
}
