#header {
	padding-bottom: 2em;
	font-size: xx-large;
	font-weight: bold;
}
noscript{
	font-size: x-large;
	font-weight: bold;
}
#container {
	width: 97%;
}
.footer {
	clear: both;
	border-top: 3em solid #fff;
	font-weight: bold;
}

#toolbar {
	position: fixed;
	top: 0px;
	right: 0px;
}

#content {
	float: left;
	padding: 1em;
}
#right {
	float: left;
	padding-top: 5em;
}

#content>div:nth-child(1)>div:nth-child(1) {
	padding-bottom: 1em;
	font-size: x-large;
	font-weight: bold;
}
#content>div:nth-child(1)>div:nth-child(2) {
	padding-bottom: 3em;
	text-align: right;
	font-size: small;
	font-style: italic;
}
#content>div>div {
	padding-bottom: 2em;
}
.audio_btn {
	float: right;
}

#right>ul>li {
	padding-bottom: 1em;
}
#right>ul>li>a {
	font-weight: bold;
}
#right>ul>li>div {
	float: right;
	font-size: x-small;
	font-style: italic;
}

.selected {
	background: #eee;
	background: linear-gradient(135deg, rgba(160,216,239,1) 0%, rgba(221,241,249,1) 35%, rgba(255,255,255,1) 100%);
	box-shadow: 2px 2px 3px #ddd;
}