html,body {
   height: 100%;
   margin: 0;
   overflow: hidden;
}
.toolButton {
	background: cyan;
	margin: 0.3em;
	width: 10em;
	padding: 0.5em;
	display: inline-block;
	border: 0.15em solid transparent;
	border-radius: 2em;
	text-align: center;
}
.activeTool {
	border-color: black;
}
.bankDenomDiv {
	display: inline-block;
	line-height: 2em;
	vertical-align: top;
}
#bankDiv {
	display: inline-block;
}
#messageDiv {
	float: right;
}
#sidebarDiv {
	width: 28%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
}
.tabButton {
	width: 23%;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	text-align: center;
	display: inline-block;
}
.tabButton.tabActive {
	background: gray;
}
.sidebar {
	display: none;
}
.sidebar.tabActive {
	display: block;
	width: 100%;
	height: 0;
	flex-grow: 1;
	overflow-y: scroll;
}
.bonusTypeHeader {
	font-weight: bold;
	font-size: 120%;
}

.editTable {
}
.editProp {
}
.adminTool {
	display: none;
}
.adminToolEnabled {
}

.flexWrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}
#mainSection {
	flex-grow: 1;
	height: 0;
}
.spellLevelTitle {
	background: lightgray;
	padding:0.2em;
}
.spellEntry {
	padding: 0.5em;
	border-radius: 0.1em;
	white-space: nowrap;
}
.spellTileCount {
	background: lightgray;
}
.spellTileDone {
	color: #33aa33;
}
.spellTileTarget {
	color: #999922;
}
.spellTileExcess {
	color: black;
}
