/* html/body/breadcrumb (from ddp_css.css L76-L89) */
html {
    overflow-x: hidden;
    max-width: 100%;
}
body {
    padding-top: 100px;
    overflow-x: hidden;
    max-width: 100%;
    background: #f5f5f5;
}

.breadcrumb {
    background: #e2e2e2;
}
