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

.phpbb-ads-center > :first-child {
	max-width: 100%;
}

.phpbbad-slide-up {
	position: fixed;
	bottom: 0;
	width: 100%;
	transition: transform 0.3s;
	transform: translateY(100%);
}

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

.phpbbad-slide-up-close {
	background-color: #ffffff;
	width: 30px;
	cursor: pointer;
}

.phpbb-ads-button {
	font-size: 13px;
	vertical-align: middle;
	background: #e3e3e3;
	background: linear-gradient(to bottom, #e3e3e3 0%, #f7f7f7 100%);
	border: solid 1px #afafaf;
	box-shadow: inset 1px 1px 2px #ffffff;
	margin: 2px 0;
	padding: 3px 8px;
}

.phpbb-ads-button:hover {
	border-color: #bc2a4d;
	color: #bc2a4d;
	cursor: pointer;
}

.phpbb-ads-button:active {
	background: #c3c3c3;
}

.phpbb-ads-box-board {
	display: relative;
	/* border-bottom: 1px solid #cacaca; */
	/* background-color: #fafcfe; */
	padding-bottom: 1px;
}

.phpbb-ads-header {
	font-size: 1em;
	background-color: #1F71BA;
	border-radius: 5px 5px 0 0;
}

.phpbb-ads-header {
	padding: 10px;
	text-align: center;
	cursor: pointer;
}

.phpbb-ads-collapse, .phpbb-ads-collapse:hover {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
}

.phpbb-ads-header > .phpbb-ads-collapse > .phpbb-ads-title {
	overflow: hidden;
	white-space: normal;
	float:left;
	height: 15px;
}

.phpbb-ads-header > .phpbb-ads-collapse > .phpbb-ads-arrow {
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	float: right;
	right: 30px;
	width: 1em;
}

.phpbb-ads-body {
	/* border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca; */
	padding: 0.7em;
}