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

.navbar {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

.content {
	overflow-x: hidden;
	overflow-y: auto;
}

.container {
	height: calc(100% - 48.1px);
	padding-bottom: 0 !important;
}

.header {
	background-color: #555;
}

.move {
	border-bottom: 1px solid #888;
}

.move.odd {
	background-color: #333;
}

.row {
	position: relative;
}
.move.highlight .row:before {
	content: '\25B8';
	position: absolute;
	left: 0;
	top: -4px;
	font-size: 20px;
}

/*
.move.highlight {
	background-color: #2e332c;
}
.move.highlight.odd {
	background-color: #3f443c;
}
*/

img.input {
	vertical-align: middle;
	width: 26px;
	height: 26px;
}
