body{
		margin: 0px;
	}
	
.adsense-footer-sticky {
position: fixed !important;
bottom: 0px !important;
width: 100% !important;
overflow: hidden !important;
max-height: 160px !important;
padding: 0px !important;
margin: 0px !important;
z-index: 99999 !important;
/* text-align: center !important; */
  /* vertical-align: super !important; */
left: 0px !important;
background: hsla(0,0%,100%,.8);
border-top: 2px solid hsla(0,0%,88.2%,.8);
display: flex;
justify-content: center;
}
.adsense-footer-sticky *{
	width: 100% !important;
	}
	.adsense-footer-sticky button {
	    position: absolute !important;
	    z-index: 999999 !important;
	    color: #d3d3d3 !important;
	    top: 10px !important;
	    right: 10px !important;
	    width: 30px !important;
	    height: 30px !important;
	    background: transparent !important;
	     border: 1px solid #d3d3d3 !important; 
	     border-radius: 50% !important;
	    font-size: 20px !important;
	    display: flex !important;
	    align-items: center !important;
	    justify-content: center !important;
	    font-weight: bold !important;
	}
	.adsense-footer-sticky > button:focus{
		outline: none !important;
	}
	.adsense-footer-sticky > button:hover{
		cursor: pointer !important;
	}
.adsense-footer-sticky{
position: relative;
}
.adsense-footer-sticky p {
height: 0px;
margin: 0px;
padding: 0px;
}
