.AdAAnchor_Bot {
			bottom: 0;
			position: fixed;
			width: 100%;
			padding: 2px 0
		}

		.AdAAnchor_Bot #AdAAnchorBtn {
			top: -29px;
			position: absolute;
			padding: 10px 12px;
			font-family: sans-serif;
			font-size: 6px;
			border-radius: 6px 8px 0 0;
		}

		.AdAAnchor_Top {
			top: 0;
			position: fixed;
			width: 100%;
			padding: 2px 0
		}

		.AdAAnchor_Top #AdAAnchorBtn {
			bottom: -16px;
			position: absolute;
			padding: 1px 12px;
			font-family: sans-serif;
			font-size: 6px;
			border-radius: 0 0 3px 3px;
		}

		#AdAAnchor,
		#AdAAnchorBtn {
			z-index: 999;
			background: #bebebe;
			border: 0px solid #eee;
			left: 0;
		}

		#AdAAnchorAd {
			width: max-content;
			margin: 0px auto;
			position: relative;
			overflow: hidden;
		}

		#AdAAnchorBtn>i {
			border: solid #666;
			border-width: 0 2.5px 2.5px 0;
			display: inline-block;
			padding: 4px;
			position: relative;
			z-index: 999;
		}

		.AdA_bottomUp,
		.AdA_topDown {
			transform: rotate(-135deg);
			-webkit-transform: rotate(-135deg);
			vertical-align: super;
			bottom: -6px;
		}

		.AdA_bottomDown,
		.AdA_topUp {
			transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			vertical-align: super;
			bottom: 0px;
		}
