#forum_3.forum .forum-subforum:first-child > .forum-center {
	background: url(../../../images/mageguildwars/news.jpg);
	background-size: cover;
}
#forum_3.forum .forum-subforum:nth-child(2) > .forum-center {
	background: url(../../../images/mageguildwars/history.jpg);
	background-size: cover;
}
#forum_3.forum .forum-subforum:nth-child(3) > .forum-center {
	background: url(../../../images/mageguildwars/reception.jpg);
	background-size: cover;
}
#forum_3.forum .forum-subforum:nth-child(4) > .forum-center {
	background: url(../../../images/mageguildwars/sign.png);
	background-size: cover;
}
#forum_3.forum .forum-subforum:nth-child(5) > .forum-center {
	background: url(../../../images/mageguildwars/tutorials.jpg);
	background-size: cover;
}
#forum_3.forum .forum-subforum:last-child > .forum-center {
	background: url(../../../images/mageguildwars/characters.jpg);
	background-size: cover;
}
#forum_3.forum .forum-header {
	background: url(../../../images/mageguildwars/cat1.jpg) left center;
	background-repeat: no-repeat;
}

#forum_53.forum .forum-header {
	background: url(../../../images/mageguildwars/cat4.jpg) left center;
	background-repeat: no-repeat;
}
#forum_53.forum .forum-subforum:first-child > .forum-center {
	background: url(../../../images/mageguildwars/spells.png);
	background-size: cover;
}
#forum_53.forum .forum-subforum:nth-child(2) > .forum-center {
	background: url(../../../images/mageguildwars/magic.jpg);
	background-size: cover;
}
#forum_53.forum .forum-subforum:nth-child(3) > .forum-center {
	background: url(../../../images/mageguildwars/skills.png);
	background-size: cover;
}
#forum_53.forum .forum-subforum:nth-child(4) > .forum-center {
	background: url(../../../images/mageguildwars/thing.png);
	background-size: cover;
}
#forum_53.forum .forum-subforum:nth-child(5) > .forum-center {
	background: url(../../../images/mageguildwars/animals.jpg);
	background-size: cover;
}
#forum_53.forum .forum-subforum:last-child > .forum-center {
	background: url(../../../images/mageguildwars/insignium.jpg);
	background-size: cover;
}

#forum_74.forum .forum-header {
	background: url(../../../images/mageguildwars/cat5.jpg) left center;
	background-repeat: no-repeat;
}
#forum_74.forum .forum-subforum:first-child > .forum-center {
	background: url(../../../images/mageguildwars/offtop.jpg);
	background-size: cover;
}
#forum_74.forum .forum-subforum:nth-child(2) > .forum-center {
	background: url(../../../images/mageguildwars/events.jpg);
	background-size: cover;
}
#forum_74.forum .forum-subforum:nth-child(3) > .forum-center {
	background: url(../../../images/mageguildwars/trash.jpg);
	background-size: cover;
}
#forum_74.forum .forum-subforum:nth-child(4) > .forum-center {
	background: url(../../../images/mageguildwars/mg.png);
	background-size: cover;
}
#forum_74.forum .forum-subforum:nth-child(5) > .forum-center {
	background: url(../../../images/mageguildwars/adminforum.jpg);
	background-size: cover;
}


#forum_3.forum,
#forum_53.forum,
#forum_74.forum {
	margin-bottom: 1rem;
}

#forum_3.forum .forum-header,
#forum_53.forum .forum-header,
#forum_74.forum .forum-header {
	background-color: #2b2b2b;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

#forum_3.forum .forum-header a:link,
#forum_3.forum .forum-header a:visited,
#forum_53.forum .forum-header a:link,
#forum_53.forum .forum-header a:visited,
#forum_74.forum .forum-header a:link,
#forum_74.forum .forum-header a:visited {
	color: #ababab;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.25rem;
	font-weight: 600;
}

#forum_3.forum .forum-header a:hover,
#forum_3.forum .forum-header a:active,
#forum_3.forum .forum-header a:focus,
#forum_53.forum .forum-header a:hover,
#forum_53.forum .forum-header a:active,
#forum_53.forum .forum-header a:focus,
#forum_74.forum .forum-header a:hover,
#forum_74.forum .forum-header a:active,
#forum_74.forum .forum-header a:focus {
	text-decoration: none;
	outline: none;
	border: none;
	color: #ffffff;
}

#forum_3.forum .forum-header .expander,
#forum_53.forum .forum-header .expander,
#forum_74.forum .forum-header .expander {
	color: #918a8f;
	transition: color .1s ease-in-out;
}

#forum_3.forum .forum-header .expander:hover,
#forum_53.forum .forum-header .expander:hover,
#forum_74.forum .forum-header .expander:hover {
	color: #ffffff;
}

#forum_3.forum .forum-header.thead_collapsed,
#forum_53.forum .forum-header.thead_collapsed,
#forum_74.forum .forum-header.thead_collapsed {
	margin-bottom: 0;
}

#forum_3.forum .forum-body,
#forum_53.forum .forum-body,
#forum_74.forum .forum-body {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1rem;
	margin-top: 1rem;
}

@media screen and (min-width: 768px) {
	#forum_3.forum .forum-body,
	#forum_53.forum .forum-body,
	#forum_74.forum .forum-body {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 992px) {
	#forum_3.forum .forum-body,
	#forum_53.forum .forum-body,
	#forum_74.forum .forum-body {
		grid-template-columns: repeat(3, 1fr);
	}
}

#forum_3.forum .forum-subforum,
#forum_53.forum .forum-subforum,
#forum_74.forum .forum-subforum {
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
	justify-content: space-between;
	background: #301e38;
	border: 1px solid #583270;
	height: 180px;
}

#forum_3.forum .forum-left,
#forum_53.forum .forum-left,
#forum_74.forum .forum-left  {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 45px;
	background: #100011;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

#forum_3.forum .forum-left .forum-lastpost,
#forum_53.forum .forum-left .forum-lastpost,
#forum_74.forum .forum-left .forum-lastpost {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

#forum_3.forum .forum-left .forum-lastpost .lastpost-user,
#forum_53.forum .forum-left .forum-lastpost .lastpost-user,
#forum_74.forum .forum-left .forum-lastpost .lastpost-user {
	text-align: center;
}

#forum_3.forum .forum-left .forum-lastpost .lastpost-user > a:link,
#forum_3.forum .forum-left .forum-lastpost .lastpost-user > a:visited,
#forum_53.forum .forum-left .forum-lastpost .lastpost-user > a:link,
#forum_53.forum .forum-left .forum-lastpost .lastpost-user > a:visited,
#forum_74.forum .forum-left .forum-lastpost .lastpost-user > a:link,
#forum_74.forum .forum-left .forum-lastpost .lastpost-user > a:visited {
	font-size: .9rem;
	color: #ababab;
	transition: color .1s ease-in-out;
}

#forum_3.forum .forum-left .forum-lastpost .lastpost-user > a:hover,
#forum_3.forum .forum-left .forum-lastpost .lastpost-user > a:focus,
#forum_3.forum .forum-left .forum-lastpost .lastpost-user > a:active,
#forum_53.forum .forum-left .forum-lastpost .lastpost-user > a:hover,
#forum_53.forum .forum-left .forum-lastpost .lastpost-user > a:focus,
#forum_53.forum .forum-left .forum-lastpost .lastpost-user > a:active,
#forum_74.forum .forum-left .forum-lastpost .lastpost-user > a:hover,
#forum_74.forum .forum-left .forum-lastpost .lastpost-user > a:focus,
#forum_74.forum .forum-left .forum-lastpost .lastpost-user > a:active {
	color: #ffffff;
	border: none;
	outline: none;
}

#forum_3.forum .forum-left .forum-lastpost .lastpost-user .avatarep_fd,
#forum_53.forum .forum-left .forum-lastpost .lastpost-user .avatarep_fd,
#forum_74.forum .forum-left .forum-lastpost .lastpost-user .avatarep_fd {
	display: none;
}

#forum_3.forum .forum-left .forum-lastpost .lastpost-user .avatarep_fd img,
#forum_53.forum .forum-left .forum-lastpost .lastpost-user .avatarep_fd img,
#forum_74.forum .forum-left .forum-lastpost .lastpost-user .avatarep_fd img {}

#forum_3.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data,
#forum_53.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data,
#forum_74.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data {}

#forum_3.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:link,
#forum_3.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:visited,
#forum_53.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:link,
#forum_53.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:visited,
#forum_74.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:link,
#forum_74.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:visited {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.85rem;
	transition: color .1s ease-in-out;
}

#forum_3.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:hover,
#forum_3.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:active,
#forum_3.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:focus,
#forum_53.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:hover,
#forum_53.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:active,
#forum_53.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:focus,
#forum_74.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:hover,
#forum_74.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:active,
#forum_74.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:focus {
	border: none;
	outline: none;
}

#forum_3.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data > span,
#forum_53.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data > span,
#forum_74.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data > span {
	font-size: .8rem;
	color: #918a8f;
}

#forum_3.forum .forum-left .forum-posts,
#forum_53.forum .forum-left .forum-posts,
#forum_74.forum .forum-left .forum-posts {}

#forum_3.forum .forum-left .forum-posts p,
#forum_53.forum .forum-left .forum-posts p,
#forum_74.forum .forum-left .forum-posts p {}

#forum_3.forum .forum-left .forum-posts p span,
#forum_53.forum .forum-left .forum-posts p span,
#forum_74.forum .forum-left .forum-posts p span {}

#forum_3.forum .forum-center,
#forum_53.forum .forum-center,
#forum_74.forum .forum-center {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

#forum_3.forum .forum-center .forum-content,
#forum_53.forum .forum-center .forum-content,
#forum_74.forum .forum-center .forum-content {
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

#forum_3.forum .forum-center .forum-content h4,
#forum_53.forum .forum-center .forum-content h4,
#forum_74.forum .forum-center .forum-content h4 {
	margin-bottom: 0;
	font-size: 1rem;
}

#forum_3.forum .forum-center .forum-content a:link,
#forum_3.forum .forum-center .forum-content a:visited,
#forum_53.forum .forum-center .forum-content a:link,
#forum_53.forum .forum-center .forum-content a:visited,
#forum_74.forum .forum-center .forum-content a:link,
#forum_74.forum .forum-center .forum-content a:visited {
	font-family: 'Merriweather',serif;
	color: #ababab;
	line-height: 1.4rem;
	text-shadow: 0 0 5px #000;
	transition: color .1s ease-in-out;
}

#forum_3.forum .forum-center .forum-content a:active,
#forum_3.forum .forum-center .forum-content a:hover,
#forum_3.forum .forum-center .forum-content a:focus,
#forum_53.forum .forum-center .forum-content a:active,
#forum_53.forum .forum-center .forum-content a:hover,
#forum_53.forum .forum-center .forum-content a:focus,
#forum_74.forum .forum-center .forum-content a:active,
#forum_74.forum .forum-center .forum-content a:hover,
#forum_74.forum .forum-center .forum-content a:focus {
	border: none;
	outline: none;
	color: #ffffff;
}

#forum_3.forum .forum-center .forum-content p,
#forum_53.forum .forum-center .forum-content p,
#forum_74.forum .forum-center .forum-content p {
	display: none;
}

#forum_3.forum .forum-center .forum-subforums,
#forum_53.forum .forum-center .forum-subforums,
#forum_74.forum .forum-center .forum-subforums {
	display: none;
}

#forum_3.forum .forum-center .forum-subforums a:link,
#forum_3.forum .forum-center .forum-subforums a:visited,
#forum_53.forum .forum-center .forum-subforums a:link,
#forum_53.forum .forum-center .forum-subforums a:visited,
#forum_74.forum .forum-center .forum-subforums a:link,
#forum_74.forum .forum-center .forum-subforums a:visited {}

#forum_3.forum .forum-center .forum-subforums a:hover,
#forum_3.forum .forum-center .forum-subforums a:active,
#forum_3.forum .forum-center .forum-subforums a:focus,
#forum_53.forum .forum-center .forum-subforums a:hover,
#forum_53.forum .forum-center .forum-subforums a:active,
#forum_53.forum .forum-center .forum-subforums a:focus,
#forum_74.forum .forum-center .forum-subforums a:hover,
#forum_74.forum .forum-center .forum-subforums a:active,
#forum_74.forum .forum-center .forum-subforums a:focus {}

#forum_19.forum,
#forum_28.forum {
	background: #301e38;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 1rem;
	border: 1px solid #583270;
}

@media screen and (min-width: 992px) {
	#forum_19.forum,
	#forum_28.forum {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

#forum_19.forum .forum-header {
	background: url(../../../images/mageguildwars/cat2.jpg) left center;
	background-repeat: no-repeat;
}
#forum_28.forum .forum-header {
	background: url(../../../images/mageguildwars/cat3.jpg) left center;
	background-repeat: no-repeat;
}

#forum_19.forum .forum-header,
#forum_28.forum .forum-header {
	background-color: #2b2b2b;
	border: 1px solid #583270;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

#forum_19.forum .forum-header a:link,
#forum_19.forum .forum-header a:visited,
#forum_28.forum .forum-header a:link,
#forum_28.forum .forum-header a:visited {
	color: #ababab;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.25rem;
	font-weight: 600;
}

#forum_19.forum .forum-header a:hover,
#forum_19.forum .forum-header a:active,
#forum_19.forum .forum-header a:focus,
#forum_28.forum .forum-header a:hover,
#forum_28.forum .forum-header a:active,
#forum_28.forum .forum-header a:focus {
	text-decoration: none;
	outline: none;
	border: none;
	color: #ffffff;
}

#forum_19.forum .forum-header .expander,
#forum_28.forum .forum-header .expander {
	color: #918a8f;
	transition: color .1s ease-in-out;
}

#forum_19.forum .forum-header .expander:hover,
#forum_28.forum .forum-header .expander:hover {
	color: #ffffff;
}

#forum_19.forum .forum-body,
#forum_28.forum .forum-body {
	margin-top: 1rem;
}

@media screen and (min-width: 992px) {
	#forum_19.forum .forum-body,
	#forum_28.forum .forum-body {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}
}

#forum_19.forum .forum-subforum,
#forum_28.forum .forum-subforum {
	background-color: #100011;
	border: 1px solid #583270;
	margin-bottom: 1rem;
}

#forum_19.forum .forum-subforum:last-of-type,
#forum_28.forum .forum-subforum:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	#forum_19.forum .forum-subforum,
	#forum_28.forum .forum-subforum {
		margin-bottom: 0;
	}
}

#forum_19.forum .forum-subforum:last-of-type,
#forum_28.forum .forum-subforum:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	#forum_19.forum .forum-subforum,
	#forum_28.forum .forum-subforum {
		display: grid;
		grid-template-rows: auto 1fr;
		grid-template-columns: 130px 1fr;
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
		height: 245px;
	}
}

#forum_19.forum .forum-left,
#forum_28.forum .forum-left {
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 992px) {
	#forum_19.forum .forum-left,
	#forum_28.forum .forum-left {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 992px) {
	#forum_19.forum .forum-left,
	#forum_28.forum .forum-left {
		margin-right: 1rem;
		grid-column: 1;
		grid-row: 2;
	}
}

#forum_19.forum .forum-left .forum-lastpost,
#forum_28.forum .forum-left .forum-lastpost {}

@media screen and (min-width: 992px) {
	#forum_19.forum .forum-left .forum-lastpost,
	#forum_28.forum .forum-left .forum-lastpost {
		position: relative;
	}
}

#forum_19.forum .forum-left .forum-lastpost .lastpost-user,
#forum_28.forum .forum-left .forum-lastpost .lastpost-user {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 992px) {
	#forum_19.forum .forum-left .forum-lastpost .lastpost-user,
	#forum_28.forum .forum-left .forum-lastpost .lastpost-user {
		display: block;
	}
}

#forum_19.forum .forum-left .forum-lastpost .lastpost-user > div,
#forum_28.forum .forum-left .forum-lastpost .lastpost-user > div {
	position: relative;
	overflow: hidden;
}

#forum_19.forum .forum-left .forum-lastpost .lastpost-user > div:hover > .lastpost-data,
#forum_28.forum .forum-left .forum-lastpost .lastpost-user > div:hover > .lastpost-data {
	opacity: 1;
}

#forum_19.forum .forum-left .forum-lastpost .lastpost-user .avatarep_fd,
#forum_28.forum .forum-left .forum-lastpost .lastpost-user .avatarep_fd {
	display: none;
	width: auto;
	height: auto;
}

@media screen and (min-width: 992px) {
	#forum_19.forum .forum-left .forum-lastpost .lastpost-user .avatarep_fd,
	#forum_28.forum .forum-left .forum-lastpost .lastpost-user .avatarep_fd {
		display: block;
	}
}

#forum_19.forum .forum-left .forum-lastpost .lastpost-user .avatarep_fd img,
#forum_28.forum .forum-left .forum-lastpost .lastpost-user .avatarep_fd img {
	padding: 0;
	border: none;
	width: 100%;
	height: auto;
	border-radius: 0;
	opacity: 1;
	float: none;
}

#forum_19.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data,
#forum_28.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: .5rem;
	padding-right: .5rem;
	background: #301e38;
	opacity: 1;
	transition: opacity .1s ease-in-out;
}

@media screen and (min-width: 992px) {
	#forum_19.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data,
	#forum_28.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		opacity: 0;
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: .5rem;
		padding-right: .5rem;
	}
}

#forum_19.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:link,
#forum_19.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:visited,
#forum_28.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:link,
#forum_28.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:visited {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.85rem;
	transition: color .1s ease-in-out;
}

#forum_19.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:active,
#forum_19.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:hover,
#forum_19.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:focus,
#forum_28.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:active,
#forum_28.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:hover,
#forum_28.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data a:focus {
	border: none;
	outline: none;
}

#forum_19.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data > span,
#forum_28.forum .forum-left .forum-lastpost .lastpost-user .lastpost-data > span {
	color: #ababab;
	font-size: .8rem;
	font-weight: 200;
	display: block;
	margin-top: 0.25rem;
	text-align: center;
}

#forum_19.forum .forum-left .forum-lastpost .lastpost-user > a:link,
#forum_19.forum .forum-left .forum-lastpost .lastpost-user > a:visited,
#forum_28.forum .forum-left .forum-lastpost .lastpost-user > a:link,
#forum_28.forum .forum-left .forum-lastpost .lastpost-user > a:visited {
	display: block;
	width: 100%;
	margin-top: 1rem;
	padding-top: .35rem;
	padding-bottom: .35rem;
	padding-left: .5rem;
	padding-right: .5rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.85rem;
	text-align: center;
	background-color: #2a0221;
	color: #ababab;
	transition: color .1s ease-in-out;
}

#forum_19.forum .forum-left .forum-lastpost .lastpost-user > a:hover,
#forum_19.forum .forum-left .forum-lastpost .lastpost-user > a:active,
#forum_19.forum .forum-left .forum-lastpost .lastpost-user > a:focus,
#forum_28.forum .forum-left .forum-lastpost .lastpost-user > a:hover,
#forum_28.forum .forum-left .forum-lastpost .lastpost-user > a:active,
#forum_28.forum .forum-left .forum-lastpost .lastpost-user > a:focus {
	outline: none;
	border: none;
	color: #ffffff;
}

#forum_19.forum .forum-left .forum-posts,
#forum_28.forum .forum-left .forum-posts {
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-top: 1rem;
	background-color: #2b2b2b;
}

#forum_19.forum .forum-left .forum-posts p,
#forum_28.forum .forum-left .forum-posts p {
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.85rem;
	color: #ababab;
}

#forum_19.forum .forum-left .forum-posts p span,
#forum_28.forum .forum-left .forum-posts p span {
	font-weight: 600;
	font-size: 2rem;
}

#forum_19.forum .forum-center,
#forum_28.forum .forum-center {}

@media screen and (min-width: 992px) {
	#forum_19.forum .forum-center,
	#forum_28.forum .forum-center {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		overflow: hidden;
		grid-row: 2;
		grid-column: 2;
		margin-right: -1rem;
	}
}

#forum_19.forum .forum-center .forum-content,
#forum_28.forum .forum-center .forum-content {
	overflow-y: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	height: 200px;
}

@media screen and (min-width: 992px) {
	#forum_19.forum .forum-center .forum-content,
	#forum_28.forum .forum-center .forum-content {
		padding-left: 0;
		height: auto;
	}
}

#forum_19.forum .forum-center .forum-content h4,
#forum_28.forum .forum-center .forum-content h4 {
	margin-bottom: 1rem;
}

#forum_19.forum .forum-center .forum-content h4:first-letter,
#forum_28.forum .forum-center .forum-content h4:first-letter {
	color: #583270;
}

#forum_19.forum .forum-center .forum-content a:link,
#forum_19.forum .forum-center .forum-content a:visited,
#forum_28.forum .forum-center .forum-content a:link,
#forum_28.forum .forum-center .forum-content a:visited {
	font-family: 'Merriweather',serif;
	letter-spacing: 1px;
	font-size: 1.25rem;
	color: #ababab;
	transition: color .1s ease-in-out;
}

#forum_19.forum .forum-center .forum-content a:hover,
#forum_19.forum .forum-center .forum-content a:active,
#forum_19.forum .forum-center .forum-content a:focus,
#forum_28.forum .forum-center .forum-content a:hover,
#forum_28.forum .forum-center .forum-content a:active,
#forum_28.forum .forum-center .forum-content a:focus {
	border: none;
	outline: none;
	color: #583270;
}

#forum_19.forum .forum-center .forum-content p,
#forum_28.forum .forum-center .forum-content p {
	margin-bottom: 0;
	text-align: justify;
	font-size: .9rem;
	color: #918a8f;
	line-height: 1.4rem;
}

#forum_19.forum .forum-center .forum-subforums,
#forum_28.forum .forum-center .forum-subforums {
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
}

@media screen and (min-width: 992px) {
	#forum_19.forum .forum-center .forum-subforums,
	#forum_28.forum .forum-center .forum-subforums {
		margin-bottom: 0rem;
		margin-left: 0rem;
		margin-right: 0rem;
	}
}

#forum_19.forum .forum-center .forum-subforums a:link,
#forum_19.forum .forum-center .forum-subforums a:visited,
#forum_28.forum .forum-center .forum-subforums a:link,
#forum_28.forum .forum-center .forum-subforums a:visited {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.7rem;
	color: #ababab;
	transition: color .1s ease-in-out;
	font-family: 'Merriweather',serif;
}

#forum_19.forum .forum-center .forum-subforums a:hover,
#forum_19.forum .forum-center .forum-subforums a:focus,
#forum_19.forum .forum-center .forum-subforums a:active,
#forum_28.forum .forum-center .forum-subforums a:hover,
#forum_28.forum .forum-center .forum-subforums a:focus,
#forum_28.forum .forum-center .forum-subforums a:active {
	outline: none;
	border: none;
	color: #ffffff;
}