.forum.bbpress #bbpress-forums  .bbp-author-link .bbp-author-avatar img{
	width: 30px;
	border-radius: 20%;
	max-width: 30px;
	max-height: 30px;
}

.forum.bbpress #bbpress-forums  .bbp-author-link .bbp-author-avatar {

	display: inline-block;
	padding-right: 10px;

}


.forum.bbpress #bbpress-forums   .bbp-topic-meta,

.forum.bbpress #bbpress-forums .bbp-topic-started-by,

.forum.bbpress #bbpress-forums .bbp-author-link{
	display:flex;
	align-items: center;
	padding-left: 7px;
}

.forum.bbpress #bbpress-forums  .bbp-topic-freshness  .bbp-topic-meta{
	justify-content: end;
}


.forum.bbpress #bbpress-forums  .bbp-topic-freshness a{

	font-size: 14px;
}

.forum.bbpress #bbpress-forums  .bbp-topic-freshness{

	text-align: right
}

.forum.bbpress #bbpress-forums   .forum-titles .bbp-topic-freshness{

	text-align: center

}

.bbp-topic-date{
	font-size: 13px;
}



/*  ####################### Page Topic   ######################*/ 

.bbp-author-name{
	font-size: 13px;
}

.tc_display *{
	font-size: 13px;
	text-align: left;
}

.tc_display ul li{

	padding-left: 15px;
}