#nagger-screener {
	background-color: black;
	opacity: 0.8;
}
#nagger {
	display: none;
}
#nagger, #nagger-screener {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	z-index: 5;
}
#nagger-wrap {
	top: 100px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background: white;
	border-radius: 4px;
	text-align: center;
	width: 286px;
	height: 120px;
	overflow: hidden;
	z-index: 6;
}
#nagger-title {
	position: absolute;
	width: 100%;
	height: 20px;
	background-color: white;
	top: 0px;
	left: 0px;
	padding-top: 4px;
	padding-right: 4px;
	z-index: 10;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
#nagger-buttons {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
#nagger-iframe {
	display:none;
}
.btn {
	margin-left: 3px;
	margin-right: 3px;
}
