/* comopt.ifi.uni-heidelberg.de -- mini breadcrumb navigation
   Standalone so that legacy pages can pick up the breadcrumb style without
   inheriting the rest of the slim layout from style.css.
   style.css imports this file, so the rules live here only. */

.breadcrumb {
    font-size: 13px;
    color: #808080;
    margin-bottom: 30px;
}

.breadcrumb a {
    color: #808080;
}
