body, input {
	font-family: Corbel, Sans-Serif;
}

h1, h2, #play {
	font-family: Constantia, Serif;
}

h1 {
	position: absolute;
	margin: 0;
	padding: 0.2em;
	font-size: 2em;
	font-weight: bold;
	top: 0;
	left: 0;
	right: 0;
	height: 1.2em;
	background: rgb(235, 240, 237);
}

h2 {
	margin: 0;
	padding: 0;
}

#source-container {
	position: absolute;
	margin: 0;
	padding: 0.2em;
	top: 3.6em;
	left: 0.4em;
	width: 320px;
	background: rgb(200, 206, 203);
	text-align: center;
}

#destination-container {
	position: absolute;
	margin: 0;
	padding: 0.2em;
	top: 3.6em;
	left: 350px;
	width: 320px;
	background: rgb(200, 206, 203);
	text-align: center;
}

#fps-container {
	position: absolute;
	top: 0;
	left: 30%;
	right: 30%;
	text-align: center;
	line-height: 3.2em;
	vertical-align: middle;
	height: 3.2em;
}

#play {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0.2em;
	font-size: 2em;
	font-weight: bold;
	top: 0;
	right: 0;
}

#filters {
	position: absolute;
	margin: 0;
	padding: 0.7em 0 0 0;
	top: 3.1em;
	bottom: 50%;
	right: 0;
	width: 25%;
	overflow: auto;
}

#filters h2, #stack h2 {
	padding-left: 0.2em;
}

#filters, #stack {
	border-left: solid 1px rgb(235, 240, 237);
}

#filters ul, #stack ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	border-bottom: solid 1px rgb(235, 240, 237);
}

#filters li a {
	display: block;
}

#filters li, #stack li {
	padding: 0.1em 0.2em;
	border-top: solid 1px rgb(235, 240, 237);
}

#filters li:hover {
	background: rgb(235, 240, 237);
}

#stack {
	position: absolute;
	margin: 0;
	padding: 1em 0 0 0;
	top: 50%;
	bottom: 0;
	right: 0;
	width: 25%;
	overflow: auto;
}

#stack li .remove {
	display: block;
	float: right;
	text-decoration: none;
	color: black;
	padding: 0 0.35em;
}

#stack li .remove:hover {
	background: rgb(255, 128, 64);
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	opacity: 0.8;
	display: none;
}

.overlaid {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0.2em;
	border: solid 5px black;
	top: 30%;
	left: 30%;
	right: 30%;
	bottom: 30%;
	background: white;
	overflow: auto;
	display: none;
}

/* vim: set ai nocin noet ts=8 sw=8: */
