@font-face {
	font-family: syiad-roboto;
	src: url(roboto/Roboto-Regular.ttf);
}
body {
	overflow: hidden !important;
}
#syiad {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	margin: 0;
	background: rgba(0,0,0,.9);
	z-index: 2147483647;
	display: grid;
	place-items: center center;
	overflow-y: auto;
	font-family: syiad-roboto, sans-serif;
	font-size: 16px;
	color: black !important;
}
#syiad p {
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	line-height: 130%;
}
#syiad a {
	color: #ff8800;
}
#syiad ul {
	list-style-type: disc !important;
}
#syiad #syiad_box {
	background-color: white !important;
	max-width: 700px;
	padding: 15px;
	margin: 15px;
	position: relative;
	left: 0;
	top: 0;
}
#syiad #syiad_closelink {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px;
}	
#syiad #syiad_box #syiad_headline, #syiad #syiad_box #syiad_logo {
	display: block;
	text-align: center;
}
#syiad #syiad_box img {
	max-width: 90%;
}
#syiad #syiad_box #syiad_logo img {
	max-width: 90%;
	width: 300px;

}
#syiad_pi {
	text-align: right;
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	font-size: 90%;
}
