html { height:100%; }

body { 
	background-color: #f2f2f2;
	font: 16px/1.4 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
	color: #222;
	word-wrap: break-word;
	/* width: 100%; */
	min-width: 280px;
	padding: 20px;
	margin: 0;
	border: 0;
	/* position: absolute; 
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;*/

	/* position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:0;
	padding: 20px;
	font: normal 16px/16px Arial, Helvetica, sans-serif; */
}

h1 {
	padding: 0;
	margin: 0;
	border: 0;
	line-height: 1.1;
	font-family: 'PT Serif', TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: bold;
}

#appear {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 2em;
	background: rgba(0, 0, 0, 0.35);
	position: fixed;
	z-index: 300;
	width: 100%; 
	height: 100%;
	top: 0;
	right: 0;
	display:none;
	backdrop-filter: blur(3px);
}

a {
	text-decoration: none;
	text-align: center;
}

#dnld_all {
  display: block;
  width: 100px;
  margin: 20px 0 20px 0;
}

.ul_sites li {
	font-size: 18px/18px;
	list-style-type: none;
	text-align: left;
}
.ul_sites {
	margin: 0 auto;
}

.close {
  height: 24px;
  position: sticky;
  right: 5px;
  top: 10px;
  cursor: pointer;
  width: 24px;
  float: right;
}

.close::before {
  transform: rotate(45deg);
}

.close::after {
  transform: rotate(-45deg);
}
.close::before, .close::after {
  content: '';
  position: absolute;
  top: 9px;
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
}

.banner {
	overflow-y: auto;
	position: relative;
	max-height: 80%;
	margin: 5% auto;
	width: 20%;
	max-width: none; 
	background: white;
	z-index: 400;
	-webkit-box-shadow: box-shadow:0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12);
	box-shadow: 0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12);
}

#search {
	display: block;
	font-size: 16px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 auto;
}

.topline {
	padding: 20px 0 20px 0;
	position: sticky;
	right: 0;
	top: 0;
	background: #fff;
}

@media (max-width: 767px) {
	#appear .banner {
		transform: scale(0.8);
	}
}

@media (max-width: 479px) {
	#appear .banner {
		transform: scale(0.7);
	}
}

input[type="submit"], #dnld_all {
	background-color: #dd9933;
	padding: 10px 20px;
	min-height: 20px;
	line-height: 20px;
	border: 0;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	font: 300 16px/1.25 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
}

input[type="text"] {
	padding: 9px 10px;
	border-width: 1px;
	border-style: solid;
	min-height: 20px;
	border-color: #ddd;
	border-radius: 5px;
	font: 300 16px/1.25 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
	color: #222;
}