.breadcrumb {
	background-color:white;	
	}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content:"";
}
/* .breadcrumb>li+li>a {
    padding-left:10px;
}*/
a, a:active, a:hover {
	text-decoration:none;
	border-bottom:#026b98;
    border-bottom: dotted 1px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: initial;
}
#nav > ul > li.current {
    font-weight: 600;
}
.well {
	background-color: white;
	/* border:none; */
}