* {
	font-family: Ubuntu, sans-serif;
}
template {
	display: none;
}
#droparea {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}
.fullsize {
	width: 100%;
	height: 100%;
}
code {
	font-family: monospace, monospace, mono;
}
#commandhelplink {
	font-size: 80%;
}
#userslistisolated {
	display: none;
	color: #FF5000;
}
.controlsdiv2 {
	position: absolute;
}
.controlsdiv2 button {
	font-size: 97%;
}
#connectingdisplay {
	display: none;
	color: #FF1111;
}
#lostconnectiondisplay {
	display: none;
	color: #FF1111;
	font-weight: bold;
}
.qhwarning {
	display: none;
	position: relative;
	z-index: 1000;
	background-color: #bbbbbb;
	margin: 10px;
	padding: 10px;
	border-radius: 6px;
}
.qhwarning button {
	padding: 3px;
	border-width: 2px;
	border-color: #CFFF83;
	background-color: #eeffee;
}
.qhwarning button:hover {
	background-color: #e0ece0;
}
.roomspaceplaceholder {
	height: 15vh;
}
.centerinfocontainer {
	display: flex;
	justify-content: center;
}
.centerinfo * {
	color: #555555;
}
.centerinfo:hover * {
	color: #000000;
}
.maininfo {
	margin-bottom: 10px;
}
.maininfo p {
	font-size: 120%;
	margin: 1px;
}
.maininfo button {
	font-size: 85%;
}
.infooptions p {
	margin: 4px;
}
#syncthresholdslider {
	height: 10px;
	width: 4vw;
}
#syncthresholddisplay {
	position: absolute;
	margin-top: 18px;
	margin-left: 10px;
}
#syncthresholdtooltip {
	display: none;
	position: absolute;
	margin-left: 7vw;
	margin-top: 20px;
	background-color: #dddddd;
	padding: 5px;
	border-radius: 6px;
}
#syncthresholdp:hover #syncthresholdtooltip {
	display: block;
}
.roomobject {
	border-style: solid;
	position: absolute;
	display: inline-block;
	padding: 10px;
	resize: both;
	overflow: hidden;
	width: 300px;
	height: 300px;
	background-color: wheat;
	cursor: move;
}
.roomobjectcontent {
	cursor: default;
	background-color: floralwhite;
	margin: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 30px);
}
.roomobjectheader {
	height: 23px;
}
.headerleft {
	float: left;
}
.headerright {
	float: right;
}
.clearfloat {
	clear: both;
}
.iddisplay {
	font-size: 20px;
	color: #CF6A00;
}
.deletebutton {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	color: #ee3333;
	border-width: 3px;
	border-color: #ee3333;
	background-color: #ffeeee;
	width: 25px;
	height: 25px;
}
.textobjecttext {
	resize: none;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	color: black;
}
.imageobjectimage {
	object-fit: contain;
}
p.filelinklocal {
	font-size: 60%;
	margin: 5px;
	margin-left: 1px;
}
a.filelinklocal {
	font-size: 100%;
}
.chatmessagelist {
	height: 90%;
	width: 100%;
	overflow: auto;
}
.chatplaceholder {
	height: 5%;
}
.chatwritecontainer {
	height: 10%;
}
.chatwritebox {
	width: calc(100% - 4vw);
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}
.chatsendbutton {
	margin: 0px;
	width: 3vw;
	height: 100%;
}
.chatentry {
	margin: 0px;
	overflow: none;
}
.chatsendername {
	color: #DE8C01;
}
.videoplayerror {
	opacity: 0.9;
	position: absolute;
	z-index: 2;
	background-color: #dddd00;
	text-align: center;
}
.videoplayerrorok {
	width: 20%;
	height: 25px;
}