/* Enhanced Support for phpBB Advertisement Management: https://www.phpbb.com/customise/db/extension/ads/ */
.phpbb-ads-center img {
	max-width: 100%;
}


/* Hide FAQ, quick-links and phpBB footer */

#nav-main li#quick-links,

#nav-main li a[href*="faq"],

.copyright_bar { display: none !important; }




/* Fix forum text visibility for guests */

.forumlist .forum-name a,

.forums dl.row-item dt a,

.forumtitle a { color: #333 !important; }



/* Hide copyright bar */

.copyright_bar { display: none !important; }




/* Fix topic title visibility */

.topics dl.row-item dt a,

.topictitle a,

.topic-title a { color: #333 !important; }

