<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Style the list */
ol.breadcrumb {
    padding: 0px;
    list-style: none;
    padding-left: 15px;
  /*  background-color: #eee; */
}

/* Display list items side by side */
ol.breadcrumb li {
    display: inline;
    font-size: 12px;
}

/* Add a slash symbol (/) before/behind each list item */
ol.breadcrumb li+li:before {
   /*  padding: 8px; */
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ol.breadcrumb li a {
    color: #0053A6;
    text-decoration: none;
}

/* Add a color on mouse-over */
ol.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}</pre></body></html>