.forumnamewrap{
	width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 0px;
    gap: 10px;
    color: var(--tb-txt);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.forumnamedivider{border-top: 1px solid var(--tb-txt2);     width: 75px;}

.forumnamewrap a:link,
.forumnamewrap a:visited{
	color:var(--tb-txt);
	text-decoration: none;
}

.forumnamewrap a:hover,
.forumnamewrap a:active{
	color: var(--tb-hl1);
	text-decoration: none;
	-webkit-transition: all 1s ease;
  	transition: all 1s ease;
}

.forumnamepic{
	background: var(--tb-hl1);
    width: 100%;
    height: 40px;
    background-size: cover;
    background-position: center;
}

.forumnameblock{
	width: 100%;
	height: 10px; 
	background: var(--tb-bg);
	margin-bottom: 5px;
}

.forumbitsubforum{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
	gap: 5px;
	margin-bottom: 75px;
}

.forumbitdepthdescwraps{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    GAP: 10px;
}
		