
/* ==========================================================================
   Header
   ========================================================================== */


#header, .system-message-placeholder {
    
        background-color: #E5E5E5;
    
}


    #header h1, #header strong, #header a em {
        color: #eeeeee;
    }


/* ==========================================================================
   Background
   ========================================================================== */

    
        #content {
            background-color: #F2F2F2;
        }
    


/* ==========================================================================
   Official comments
   ========================================================================== */

    .comment-list .official-answer,
    .signature-extended .editors-only{
        background-color: #f2efef
    }


/* ==========================================================================
   Messages
   ========================================================================== */

    .message-important {
        
            background-color: #E5E5E5;
        
        
            color: #23262a;
        
    }
    
        .message-important a,
        .message-important a:hover,
        .message-important a:active,
        .message-important a:visited,
        .message-important a:link
        {
            color: #4387C5;
        }
    


/* ==========================================================================
   Colors
   ========================================================================== */

    .custom-icon,
    .f-category-icon::before {
        color: #440099;
    }


    /* Customizable color */
    a,
    a:hover, a:active, a:focus,
    .common-form .btn-link, .common-form .btn-link:hover, .common-form .btn-link:active, .common-form .btn-link:focus,
    .pagination-footer a {
        color: #384353;
    }
    .dialog .content a,
    .dialog-form-autocomplete-result .title .highlighted,
    .search-box-autocomplete-result .title .highlighted,
    .comment-list li .content a {
        border-bottom-color: #384353;
    }

    /* Should stay white */
    .admin-main-navigation a,
    .logged-in-user a {
        color: #fff;
    }

    /* Should stay blue */
    .account-selector .accounts-list li a {
        color: #3454F4;
    }

    .search-form a {
        border-bottom: 1px solid #384353;
    }




    .toplist__content a {
        color: #23262a;
    }


