
body#siteBody {
	background-color: #fdfcf6;
}

body > #siteJavaScript {
	display: none;
}

#pageContainer {
	padding-bottom:3em;
	position: relative;
}


#pageContainer .masthead {
	margin-top: -1em;
}


#pageContainer .masthead h1.ui.header {
	margin: 1em;
	font-size: 4em;
	font-weight: normal;
	color: #fbf8ed;
}

#siteOptionsList {
	padding: 0;
	list-style-type: none;
}

#siteOptionsList > li {
	list-style: none;
}

#siteFooter {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: #34212c;
	color: #fbf8ed !important;
}


.icon.bars.example {
	margin: 0;
}


.key {
	border: 2px solid #555;
	color: #555;

	border-top-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;

	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;

	display: inline-block;

	padding: 3px 12px;
}


#pageContainer .keyboardShortcutInstruction {
	display: none;
	margin-top: 1em;
}


