/* Style the list */
ul.breadcrumb-yako {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
  margin-bottom: 20px;
  margin-left: 0px !important;
}

/* Display list items side by side */
ul.breadcrumb-yako li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb-yako li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb-yako li a {
  color: rgb(171, 71, 188);
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb-yako li a:hover {
  color: rgb(97, 32, 108);
  text-decoration: underline;
}
