html {
	width: 100%;
	height: 100%;
}
body {
	background-color: white;
	width: 100%;
	height: 100%;
	cursor: context-menu;
	overflow: hidden;
}


#print {
	position: absolute;
	/*left: 2px;*/
	font-size: 11px;
	font-family: "sans-serif";
	z-index: 1;
	color: white;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	--font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}


#fullscreen {
    cursor: context-menu;
    background-color: white;
}

.overlay{
    opacity:1;
    background-color:#ccc;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index: 100;
}


.text {
	position: absolute;
	font-size: 11px;
	z-index: 1;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	--font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	cursor: pointer;
}

a {
	text-decoration: none;
}

#menu-box {
	position: absolute;
	height: 100px;
	width: 100px;
}

#text-0 {
	color: rgb(217,79,37);
}
#text-1 {
	color: rgb(87,139,55);
}
#text-2 {
	color: rgb(13,86,195);
}



#pdfEmbed {
	z-index: 500;
}