.breadcrumb {
    margin-bottom: 30px;
    margin-top: -2px;
    text-transform: uppercase;
    font-size: 15px;
}

.breadcrumb span.active:before {
    content: ">";
    padding-right: 5px;
    color: #fff;
	opacity: 0.7;
}

.breadcrumb span.active {
    color: #fff;
}