/* Main Forum Page */
#bbpress-forums li {
	padding: initial;
}

.bbp-forum-info .bbp-forum-title {
	font-size: 20px;
}

.container .bbp-forum-freshness a, 
.container .bbp-topic-freshness a, 
.container .bbp-topic-meta a,
.container .bbp-forum-description a,
.container .bbp-reply-author a,
.container .bbp-topic-description a {
	color:#666;
}

#bbpress-forums p.bbp-topic-meta img.avatar, 
#bbpress-forums div.bbp-template-notice img.avatar {
	padding: 0;
	border:0;
	margin:0 0 -2px 0; 
}

/* Specific Forum Page */

.bbp-topic-title > a {
	font-size: 20px;
}

/* Individual Forum Post */

.bbp-reply-ip {
	display:none;
}

.bbp-reply-author a {
	background-color: rgba(0, 0, 0, 0) !important;
	border: 0;
}

@media only screen and (max-width: 480px) {
	#bbpress-forums .bbp-body div.bbp-reply-author {
		padding-left: 0;
	}

	#bbpress-forums div.bbp-reply-author img.avatar {
		position:static;

	}

	.reply .bbp-reply-author a {
		padding: 0 !important;
	}

	
}

.reply div.bbp-reply-content a {
	background-color: transparent !important;
}

.bbp-reply-author a.bbp-author-name {
	color: #666 !important;
	padding: 0 !important;
}

	.bbp-reply-author a.bbp-author-name:hover {
		color: #666;
		background-color: rgba(0, 0, 0, 0) !important;
		border: 0;
		text-decoration: underline;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}

div.mce-panel {
	border: 1px solid #cacaca !important;
}

@media only screen and (min-width: 480px){
	.bbp-reply-content p {
		font-size: 16px;
	}
}