@charset "UTF-8";

.breadcrumb{
    background-color: #e1dede;
    font-size:13px;
    margin-left: -20px;
    margin-bottom:-2px;
}

.breadcrumb >.active a {
   color: black;
   color: #333333;
   text-decoration-line: underline;
   text-decoration-style: solid;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: black;
	font-size:13px;
    content: ">";
}