/* --------------------------------------------------------------
	$Custom
-------------------------------------------------------------- */
.rank-img img {
	width: 160px;
}

.profile-avatar {
	text-align: center;
}

/* Ads (and info-boxes) on viewforum/viewtopic for phpBB.com */
.phpbb-ads {
	margin: 5px 0 10px;
	min-height: 85px;
	overflow: hidden;
	position: relative;
}

.phpbb-ads h2 {
	margin-top: 10px;
	width: 63%;
}

.phpbb-ads div.rules {
	width: 63%;
	margin: 10px 10px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.phpbb-ads .phpbb-ads-ad {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 36%;
}

.phpbb-ads .phpbb-ads-ad img {
	display: block;
	max-width: 100%;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.phpbb-ads {
		min-height: auto;
	}

	.phpbb-ads h2 {
		width: auto;
	}

	.phpbb-ads div.rules {
		width: auto;
	}

	.phpbb-ads .phpbb-ads-ad {
		display: none;
	}
}
