/* Syntax highlighter background colors */
/* Supporter/Administrator logged-in */
#bbps_supporter_summary_box .syntaxhighlighter
{
        background-color: #f5f5f5 !important;
}
/* First line */
#bbps_supporter_summary_box .syntaxhighlighter .line.alt1
{
        background-color: #f5f5f5 !important;
}
 
/* Second line */
#bbps_supporter_summary_box .syntaxhighlighter .line.alt2
{
        background-color: #f5f5f5 !important;
}
/*Public syntax highlighter on resolved descriptions */

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