.phpbb-ads-center {
	text-align: center;
}

.phpbb-ads-center > :first-child:not(script) {
	display: inline-block;
	max-width: 100%;
}

.phpbbad-slide-up {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	transition: transform 0.3s cubic-bezier(0.6, 0, 0.1, 1);
	transform: translateY(100%);
}

.phpbbad-slide-up-center {
	text-align: center;
}

.phpbbad-slide-up-close {
	background-color: #1976D2;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.42);
	color: #FAFAFA;

	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 9px;
	overflow: hidden;
	text-align: center;
	transition:
		background-color .18s cubic-bezier(0.6, 0, 0.1, 1),
		box-shadow .18s cubic-bezier(0.6, 0, 0.1, 1),
		transform .18s cubic-bezier(0.6, 0, 0.1, 1);
	width: 30px;
	z-index: 1;
}

.phpbbad-slide-up-close:hover {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
	color: #FAFAFA;
}

.phpbb-ads-visual-demo {
	color: #bc2a4d;
	background-color: rgba(255, 0, 0, 0.25);
	border: rgba(255, 0, 0, 0.25) dashed 2px;
	border-radius: 2px;
	font-size: 13px;
	font-weight: bold;
	padding: 18px;
	text-align: center;
	width: 100%;
}
