#bbpress-forums .bbp-forums-list li {
display: list-item !important;
font-size: 12px
}


#bbpress-forums div.odd,
#bbpress-forums ul.odd {
background-color: #fbfbfb;
font-size: 14px
}

#bbpress-forums div.even,
#bbpress-forums ul.even {
background-color: #D0C3C3;
font-size: 14px
}

#bbpress-forums li.bbp-header {
background: #CCCCCC;
}

#bbpress-forums .submit {
background-color: #990000;
color: #FFFFFF;
float: center;
vertical-align: middle;
border-radius: 10px;
height: 50px;
width: 80px;
font-size: 16px;
}

div.bbp-template-notice {
border-width: 1px;
border-style: solid;
padding: 0 0.6em;
margin: 5px 0 15px;
border-radius: 3px;
background-color: #F2DEDE;
border-color: #5C0000;
color: #000;
clear: both;
}

#bbpress-forums .bbp-topic-content p,
#bbpress-forums .bbp-reply-content p {
font-size: 12px;
}

#bbpress-forums .status-closed, #bbpress-forums .status-closed a {color: #000 !important;}
