/* FORUM header row in white instead of black */
table.forum_table tr.header td {
	color: #FFF;
}

#Wrapper {
	float: none;
	text-align: left;
}

a:hover, a:active, a:focus {
	text-decoration:inherit;
	color:inherit;
}

.flex-center {
	display: flex;
	justify-content: center;
}

body.LW.iCol #Main {
	max-width: 1113px !important;
}
