:root {
    --conf-theme-header-bg: #ffffff;
    --conf-theme-header-border-bottom: #ffffff;

    --conf-theme-subtitle-bg: #e0e4cc;
    --conf-theme-subtitle-border: #ffffff;

    --conf-theme-menu-bg: #ffffff;
    --conf-theme-menu-border: black;
    --conf-theme-menu-link: #000000;

    --conf-theme-support-bg: #dfe7e7;
    --conf-theme-support-border: #7e8383;
    --conf-theme-support-header-bg: #fa6900;

    --conf-theme-sprite-image: url('/images/conf/sprites_orange.png');
    --conf-theme-hover-bg: #da291c;
    --conf-theme-hover-color: white;
    --conf-theme-title-sprite-bg: var(--conf-theme-sprite-image);
    --conf-theme-announcement-sprite-bg: var(--conf-theme-sprite-image);
    --conf-theme-announcement-border-top: none;
    --conf-theme-announcement-border-bottom: 1px solid #ccc;
}

.confSubTitleBox {
    background: #f2ece6;
    border-bottom: 1px solid var(--conf-theme-subtitle-border);
    border-top: 1px solid var(--conf-theme-subtitle-border);
}

.confSubTitle {
    color: #5b5d53;
}

.confTitleBox {
    background: #bfd9e9 !important;
    height: 280px;
}

span[itemprop='title'] {
    visibility: hidden;
}

.support_box {
    background: white !important;
    border: 1px solid black;
}

.support_box h3 {
    color: black;
    background: #7eb0d1 !important;
    font-family: Arial;
    font-size: 10pt;
    padding-left: 10px;
}

.menuConfSelected {
    background: #7eb0d1;
}

.menuConfTitle a {
    font-family: Arial, sans-serif !important;
}

.confLogo {
    width: 240px !important;
}