.forum-size-1 {
	font-size: 0.3em;
}

.forum-size-2 {
	font-size: 0.65em;
}

.forum-size-3 {
	font-size: 1em;
}

.forum-size-4 {
	font-size: 1.35em;
}

.forum-size-5 {
	font-size: 1.75em;
}

.forum-size-6 {
	font-size: 2em;
}

.forum-size-7 {
	font-size: 2.25em;
}

.forum-quote {
	background: rgb(195 193 231 / 25%);
	border-radius: 0 5px 5px 0;
	border-left: 3px solid #0C2B41;

}

.forum-quote-inner {
	padding: 1rem;
}

.forum-quote-header {
	background: rgb(195 193 231 / 50%);
	border-top-right-radius: 5px;
	padding: 0.5rem 1rem 0.5rem 1rem;
}

.forum-post p {
	overflow-wrap: break-word;
}

.forum-poster-container {
	background-color: #F8F9FA;
	border-right: 1px solid;
	padding: 1rem;
	height: 100%;
}

@media (max-width: 768px) {
	.forum-poster-container {
		border-bottom: 1px solid;
		border-right: none;
	}
}

.forum-poster-container {
	border-color: #D9D9D9;
}

.forum-board-container {
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.forum-body-container {
	padding: 1.5rem;
}

.forum-tools-container {
	border-top: 1px solid #DEE2E6;
	padding: .5rem 1.5rem;
	background-color: #F7F7F7;
}

.display-avatar {
	margin-bottom: 0.25rem;
}

.scroll-fade {
	position: relative;
}


.position-relative {
	position: relative;
}

.scroll-fade-left,
.scroll-fade-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	pointer-events: none; /* don't block clicks */
	z-index: 2;
}

.scroll-fade-right {
	right: 0;
	background: linear-gradient(to left, white, transparent);
}

.forum-table col.col-title  { width: 65%; }
.forum-table col.col-topics { width: 10%; }
.forum-table col.col-posts  { width: 10%; }
.forum-table col.col-latest { width: 15%; }

@media (max-width: 768px) {
	.forum-table col.col-title  { width: 70%; }
	.forum-table col.col-topics { width: 0; display:none; }
	.forum-table col.col-posts  { width: 0; display:none; }
	.forum-table col.col-latest { width: 30%; }
}
