#dfclassic {
    border: none !important;
    min-height: 450px !important;
}

.df-layer__content {
    height: 100% !important;
    border: 1px solid #bfbfbf !important;
}

.df-panel__title {
    background-color: #506C79 !important;
    color: #ffffff !important;
    max-height: 40px !important;
    padding: 12px 16px !important;
}

.df-aside__content {
    padding-top: 0px !important;
}

.df-header {
    background-color: #fafafa !important;
}

.df-card:hover .df-card__title {
    color: #506C79 !important;
}

.df-classic .df-term {
    border-radius: 0 !important;
    border-bottom: 1px solid #bfbfbf !important;
    padding: 12px 8px !important;
}

.df-classic .df-term[data-selected] {
    color: #506C79 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.df-classic .df-header {
    height: 40px !important;
}

.group-info .header-logo img {
    height: 25px !important;
    margin: 10px 0;
}