#af-wrapper #forum-profile .display-name,
#af-wrapper .post-author .topic-author,
#af-wrapper input[type="checkbox"]:checked:before {
color: #537895 !important;
}
#af-wrapper .button-normal,
#af-wrapper .title-element,
#af-wrapper #forum-header,
#af-wrapper #profile-header .background-avatar,
#af-wrapper #profile-navigation,
#af-wrapper input[type="radio"]:checked:before {
background-color: #537895 !important;
}
#af-wrapper .button-neutral {
background-color: #537895B0 !important;
}
#af-wrapper .post-author .topic-author {
background-color: #53789540 !important;
}
#af-wrapper input[type="radio"]:focus,
#af-wrapper input[type="checkbox"]:focus,
#af-wrapper #profile-header {
border-color: #537895 !important;
}
#af-wrapper .title-element,
#af-wrapper #forum-navigation a,
#af-wrapper #forum-navigation-mobile a {
border-color: #09203f !important;
}
#af-wrapper .button-normal:hover,
#af-wrapper #profile-navigation a.active {
background-color: #09203f !important;
}
#af-wrapper .button-neutral:hover {
background-color: #09203fB0 !important;
}
#af-wrapper,
#af-wrapper #forum-breadcrumbs a:hover,
#af-wrapper .main-title {
color: #1c1d21 !important;
}
#af-wrapper a:not(a.button):not(a.highlight-admin):not(a.highlight-moderator),
#af-wrapper .forum-post-menu a,
#af-wrapper #bottom-navigation {
color: #ad343e !important;
}
#af-wrapper .unread {
color: #f2af29 !important;
}
#af-wrapper #read-unread .unread {
background-color: #f2af29 !important;
}
#af-wrapper {
font-size: 0.9em !important;
}
strong.uploaded-files-title {
    display: none !important;
}

li.uploaded-file {
    list-style-type: none !important;
}

/* Thumbnails Size */
@media only screen and (min-width: 1200px) {
	#af-wrapper .uploaded-file img {
		width: 100% !important;
		max-height: 80vh !important;
		object-fit: contain !important;
		margin: 1em !important;
	}
}

#af-wrapper #forum-navigation a:hover, #af-wrapper #forum-navigation-mobile a:hover {
	text-decoration: none;
	color: #ffe469 !important;
}

#af-wrapper #forum-breadcrumbs {
	font-size: 13px;
}

#af-wrapper .main-title {
	display: none;
}

#af-wrapper .main-title-topic {
	display: block;
	font-family: "Roboto";
	font-weight: 500;
	line-height: 1em;
	padding: 8px 0px 0px 0px;
}

#af-wrapper .forum-poster-summary small a {
	pointer-events: none;
	cursor: default;
	color: #888888 !important;
}

#af-wrapper .button {
	min-height: 0px;
}

#af-wrapper .button:hover {
	color: #ffe469 !important;
}