/**
 * overrides bootstrap .breadcrumb
 */
.frenop-breadcrumb {
  background: none;
  margin-left: -15px;
}

.frenop-breadcrumb a {
  color: #333;
  font-size: 12px;
  text-decoration: none;
}

.frenop-breadcrumb > .active > a {
  color: #0c8bb2;
  font-weight: bold;
}
