body {
	background-color: #000;
	background-position: center top;
	background-repeat: no-repeat;
	color: #d8ddd9;
	height: 100%;
	width: 100%;
	margin: 0px;
	text-align: center;
	font-size: 14px;
}
@media (min-width: 576px) {
	body {
		overflow: hidden;
	}
}

iframe {
	border: 0;
}

#desktop {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	line-height: 0;
}

.box {
	margin-top: 24px;
	/*border: 1px solid white;*/
	display: inline-block;
	box-sizing: border-box;
	line-height: normal;
	position: relative;
	background-color: rgba(0,0,0,0.8);
}
.box.first-line {
	margin-top: 0px;
	margin-bottom: 24px;
}

.box .title {
	position: absolute;
	/*border: 1px solid red;*/
	height: 22px;
	left: 25%;
	right: 25%;
	top: -22px;
	background-color: rgba(0,0,0,0.8);
	vertical-align: middle;
}
.box.first-line .title {
	bottom: -22px;
	top: auto;
}
.tabs .title {
	left: 0;
	right: 0;
	background-color: transparent;
}
.tabs .title .btn {
	background-color: rgba(0,0,0,0.8);
	cursor: pointer;
	display: inline-block;
	height: 19px;
	padding-left: 20px;
	padding-right: 20px;
}
.tabs .title .btn:hover {
	background-color: rgba(35,50,76,0.8);
}
.tabs .title .btn.selected {
	background-color: rgba(27,38,58,0.8);
}

.label, .btn {
	padding-top: 3px;
}
.full {
	width: 100%;
	height: 100%;
	border: 0;
}

.left { float: left; }
.right { float: right; }

svg {
	fill: #fff;
}

a {
	color: #aeb8d3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.jTab {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
}
.jTab.html {
	padding: 4px;
}
.icon16 {
	margin: 3px;
	cursor: pointer;
	width: 16px;
	height: 16px;
}
.icon16 svg {
	width: 16px;
	height: 16px;
}

#chats {
	display: inline-flex;
}

.chat {
	height: 100%;
	flex-grow: 1;
}

.hidden { display: none !important; }