.float-sticky-ad-container {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(128, 128, 128, .85);
	padding: 5px;
	z-index: 99999;
	display: none;
}

.float-sticky-ad .ad {
	margin: 0;
	padding: 0;
}

.float-sticky-ad-close-button:before {
	content: "\00d7";
}

.float-sticky-ad-close-button {
	position: absolute;
	top: -20px;
	right: 0;
	background: rgba(128, 128, 128, .85);
	font-family: sans-serif;
	font-size: 20px;
	line-height: 20px;
	height: 20px;
	width: 20px;
	padding: 0;
	outline: none;
	border: none;
	border-radius: 0;
	font-weight: 400;
	cursor: pointer;
}

.float-sticky-ad-close-button:hover,
.float-sticky-ad-close-button:focus {
	color: #000;
	border: none;
	outline: none;
	background: rgba(128, 128, 128, .85);
}

.sponsor-logo * {
	border: none;
	outline: none;
}