/**
* @package phpBB Extension - Extension Credits
* @copyright (c) 2022 Sniper_E - https://www.sniper-e.com
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*/

/* Page Footer */
#page-footer {
	display: none;
	margin-bottom: 0;
}

/* Ext Credits Footer */
#page-footer-extcredits .forabg {
	margin-bottom: 8px;
}

#page-footer-extcredits .forums {
	text-align: center;
	padding: 5px 0 7px;
	font-size: 1.0em;
	font-weight: bold;
}

#page-footer-extcredits .forums div,
.stat-block.extensions ul div {
	display: inline-block;
	width: 33%;
	line-height: 1.5;
}

.stat-block.extensions ul {
	text-align: center;
	padding: 5px 0 7px;
	font-size: 1.1em;
}

.extcredits .stat-block {
	margin-bottom: 0;
}

.post.topiclist.forums {
	padding: 1px 10px;
	border-radius: 0;
}

@media only screen and (max-width: 950px) {
	#page-footer-extcredits .forums div, .stat-block.extensions ul div { width: 49%; }
}

@media only screen and (max-width: 600px) {
	#page-footer-extcredits .forums div, .stat-block.extensions ul div { width: 100%; }
}
