html,
body {
	height: 100%;
#	overflow: hidden;
}

img.openvidu-logo-head {
	height: 1.5em;
}

img.openvidu-logo-welcome {
	height: 4em;
}

div.session-container {
	position: fixed;
	overflow: hidden;
	top: 57px;
	left: 0;
	right: 0;
	bottom: 0;
}


video.every_video {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

video.invisible_video {
	background-image: url('/novideo.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

div.bottom_overlay {
	z-index: 1;
	position: absolute;
	width: 100%;
	bottom: 1%;
	text-align: center;
}

div.name_overlay {
	color: white;
	text-shadow: 0 0 7px black;
	text-align: center;
	display: inline-block;
}

div.name_overlay_local {
	font-style: italic;
}

div.name_overlay_creator {
	text-decoration: underline;
}

div.meter_overlay {
	display: inline-block;
	width: 2px;
	height: 1em;
	background-color: red;
	margin: 0 0.5em 0 0;
}

#videoPreview {
	width:100%;
	height:100%;
	min-height: 200px;
}

img.potato-icon {
	height:20px
}

div.console-box {
	background-color: grey;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

div.console-text {
	background-color: white;
	font-family: monospace;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 0.2em;
	border-style: double;
	top:0;
	bottom: 2em;
	position: absolute;
	width: 100%;
}

div.console-input-holder {
	position: absolute;
	bottom: 0;
	height: 2em;
}

div.console-textbox-message {
	word-break: break-all;
	white-space: pre-line;
        font-size: 0.8em;
}
