<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Forum layout */
.content-margin.forum_wrapper {
    margin-top: 15px;
}
#content .content-margin.forum_wrapper &gt; h1:first-child,
#content .content-margin.forum_wrapper .hentry &gt; h1:first-child 
{
    margin-top: 5px;
}


/* Hide elements */
.bbp-topic-revision-log-item,
.bbp-template-notice,
li.bbp-footer,
.bbp-breadcrumb,
.bbp-header,
.bbp-pagination-count
{
    display: none;
}

/* Discussion view spacing */
.bbp-replies .hentry 
{
    padding: 0;
}

.forums.bbg-replies .reply
{
	margin: 0;
}

.bbp-reply-header 
{
    margin-top: 12px;
}

#forum li.ui-tab
{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
}
#bbpress-forums fieldset.bbp-form &gt; legend
{
	margin-bottom: 0;
}
textarea#bbp_reply_content 
{
    height: 180px;
}
/* Decoration styling of forum elements */
#bbpress-forums div.bbp-reply-header 
{
    background-color: white;
}

#bbpress-forums ul.bbp-replies
{
	border: none;
	margin-bottom: 5px;
}

/* Font styling of forum elements */
span.bbp-reply-post-date {
    font-style: italic;
    font-size: 10pt;
}

a.bbp-reply-permalink {
    font-size: 10pt;
}

/* Font size of input textarea */
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	font-size: 12pt;
}


</pre></body></html>