h1.title {
    font-size: 32px;
    color: #353583;
 /*   text-decoration: underline;*/
}

.breadcrumb div.type {
    display: inline-block;
    text-decoration: none;
    color: #ccc;
    /*background-size: 2px 2px;
    background-position: 0 1em;
    box-shadow: inset 0 -2px 0 #eee;    */
}

.breadcrumb a:hover {
    text-decoration: none !important;
    box-shadow: none !important;
    color: #9e9e9e;
}

.main-menu--refactoring {
    background-color: #e74c3c;
    overflow-y: auto;
    width: unset;
}

.center-content {
    margin-left: 28.625rem;
}