/* Syntax highlighter background colors */
/* Supporter/Administrator logged-in */
/* Logged-in published */

.bbps-form fieldset.notice .syntaxhighlighter
{
        background-color: #ffffe0 !important;
}
/* First line */
.bbps-form fieldset.notice .syntaxhighlighter .line.alt1
{
        background-color: #ffffe0 !important;
}
 
/* Second line */
.bbps-form fieldset.notice .syntaxhighlighter .line.alt2
{
        background-color: #ffffe0 !important;
}

/* Logged-in for review */

.bbps-form fieldset.info .syntaxhighlighter
{
        background-color: #f0f8ff !important;
}
/* First line */
.bbps-form fieldset.info .syntaxhighlighter .line.alt1
{
        background-color:#f0f8ff !important;
}
 
/* Second line */
.bbps-form fieldset.info .syntaxhighlighter .line.alt2
{
        background-color: #f0f8ff !important;
}

/*Public syntax highlighter on resolved descriptions */

.bbp-template-notice .syntaxhighlighter
{
        background-color: #ffffe0 !important;
}
/* First line */
.bbp-template-notice .syntaxhighlighter .line.alt1
{
        background-color: #ffffe0 !important;
}
 
/* Second line */
.bbp-template-notice .syntaxhighlighter .line.alt2
{
        background-color: #ffffe0 !important;
}