@media (prefers-color-scheme: dark) {
  body {
    background-color: black;
    color: white;
  }
}

.ad2hs-box{
	background:white;
	border-top:1px solid gainsboro;
	bottom:0;	
	color:black;
	padding:.5rem;
	position:fixed;
	width:100%;
	z-index:999;
}
.ad2hs-text
{
	font-size:1rem;
	line-height:2.5rem;
	margin-left:.1rem;
}
.ad2hs-close
{
	font-size:1.2rem;
	line-height:2;
	margin-right:.1rem;
}