<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
bbpress-wp-tweaks CSS file for styling frontend and backend 
*/
/* 
    Created on : Dec 8, 2017, 4:32:22 PM
    Author     : me
*/
.bbwptw-description,
.bbwptw-topic{
	clear: both;
	float: none;
	margin: 10px 0;
}

.bbwptw-users-count{font-size: 90%; opacity: .8; margin-left: 10px;}


/* ADMIN */
/* mark bbpress widget with green line */
.widgets-holder-wrap #sidebar-bbpress {	border-top: solid 3px #328C00;}

/* admin options page */
.bbwptw-main,
.bbwptw-side{ width: 65%; display: inline-block;vertical-align: top;}
.bbwptw-side{width: 30%; margin-left: 3%;}
.bbwptw-box{padding: 5px 15px; background-color: #fff;}

@media screen and (max-width: 500px) {
    .bbwptw-main,.bbwptw-side {display: block; width: 100%; margin: 10px 0;}
}</pre></body></html>