body {
    background-color: rgba(204,204,204,1.00);
}
.breadcrumb li a {
    color: rgba(117,117,117,1.00);
    font-style: normal;
    font-variant: small-caps;
}
#DTW .row {
    margin-right: 0px;
}
#DTW .container-fluid h4 {
    font-family: frutiger;
    font-size: 18px;
}

#DTW  p {
    font-size: small;

}
.container-fluid #DTW .container-fluid {
    padding-left: 51px;
    padding-right: 41px;

}
#DTW .container-fluid .row .col-lg-3.col-md-5.col-sm-12.col-xs-12 p {
    padding-top: 10px;
}


@media (max-width:575.98px){
.breadcrumb li a {
    margin-left: 12px;
}

}

ul.dashed {
	list-style: none;
	padding-left: 0;
	font-size: small;
	font-family: 'Frutiger';
	margin-top: -10px;
}

ul.dashed > li {
	margin-left: 10px;
	
	font-weight: 500;
}


ul.dashed > li::before {
    content: "- ";
    margin-left: -9px;
