#header {
    background: #fff;
    border-radius: 4px !important;
    padding: 10px 40px !important;
    color: #222;
    min-height: 60px;

}


caption {
    background: linear-gradient(246.41deg, #6F93F2 17.44%, #03DEDD 119.28%) !important;
    border-radius: 4px;
}

.breadcrumbs {
    background: linear-gradient(246.41deg, #6F93F2 17.44%, #03dedebb 119.28%) !important;
    color: white;
    border-radius: 4px;
}

#branding h1 a:link, #branding h1 a:visited {
    color: #fff;
}

#branding #site-name a img {
    max-width: 60px;
}

#branding #site-name a {
    color: #222;
}

#changelist-filter h2 {
    background: linear-gradient(246.41deg, #6F93F2 17.44%, #03DEDD 119.28%) !important;
    color: white;
    border-radius: 4px;
}

.module h2 {
    background: #2E3E51;
    border-radius: 4px;
}

tbody .model-account {
    border-radius: 4px;
}

#user-tools a {
    color: #222 !important;
}

#user-tools #logout-form button {
    color: #222 !important;
}

#user-tools button svg {
    color: #222 !important;
}
.module table {
    width: 100%;
}

.module table tr th {
    width: 75%;
}
#content-related .actionlist li {
    list-style: none;
}