#header-topbar {
	position: relative;
	background-color: rgb(231, 231, 231);
}

#header-topbar{
	text-align: center;
	line-height: 30px;
}

#header-topbar p {
	color: rgb(34, 34, 34);
	margin: 0;
}

#ax_adtopbar_dismiss {
	color: rgb(34, 34, 34);
	margin-right: 10px;
	margin-left: 24px;
	line-height: 14px;
	font-size: 32px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	padding: 3px;
	text-decoration: none;
}

#ax_adtopbar_dismiss svg {
	position: relative;
	width: 30px;
	height: 30px;
}