.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    margin-top: 0px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    display: block;
	    width: 100%;
    position: relative;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    font-weight: bolder;
    content: "/\00a0";
}

.breadcrumb > .active {
    color: #777;
}

.breadcrumb > li > a,
.breadcrumb > li i,
.breadcrumb > li span {
    color: #444;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.breadcrumb > li > a:hover {
    text-decoration: none;
}

.breadcrumb > .active > a {
    color: #999;
}

.breadcrumb > li:last-child > a,
.breadcrumb > li:last-child i,
.breadcrumb > li:last-child span {
    color: #777777;
}

.qa-widget-full.qa-widget-full-high {
    margin-top: 0px;
	 
}

.breadcrumb > li i,
.breadcrumb > li:last-child i {
    font-weight: normal;
}