body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-color: #000;
}

body, a {
	color: #555;
}

a {
	font-weight: bold;
}

.content {
	margin: 1em;
	display: none;
}

.controls {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 100%;
}

.controls .btn-group {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 10px;
}
.btn-group + .btn-group {
	margin-left: 0px;
}

.no-support {
	font-size: 1.4em;
	margin: 1.5em;
}

#workspace {
	position: absolute;
	top: 0;
	left: 0;
}

#infoModal {
	background-color: #E9E9E9;
	color: #424242;
	font-size: 1.1em;
}

.modal-header {
	color: #3299BB;
	border-bottom: 1px solid #BCBCBC;
}
