h1, h2, h3, h4 {
	text-align: center;
	margin-left: 0;
	padding-left: 0;
}

#languages h3 {
	display: none;
}

#contents h2, #settings h2 {
	display: none;
}

#content dd {
	margin-left: 0;
}

#content dt.lyrics, #content dt.originallyrics {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#content.poems .text, #content .lyrics, #content .originallyrics {
	text-align: center;
	white-space: pre;
}

#content .script {
	text-align: left;
	white-space: normal;
}

#content dt.download, #content dt.description, #content dt.description2, #content dt.description3, #content dt.text, #content dt.screenshot, #content dt.image, #content dt.image2, #content dt.image3, #content dt.address, #content dt.banner, #content dt.video {
	display: none;
}

#content.types > dl > dd.description, #content.images > dl > dd.description, #content > dl > dd.download, #content > dl > dd.image, #content > dl > dd.image2, #content > dl > dd.image3, #content > dl > dd.address, #content > dl > dd.banner, #content > dl > dd.video, #notFound {
	text-align: center;
}

#content .screenshot {
	float: right;
	margin-left: 1em;
}

#content .text img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#content .text .imageCaption {
	text-align: center;
}

#content.types th {
	display: none;
}

table.info {
	margin-left: auto;
	margin-right: auto;
}

table.info td {
	display: block;
	text-align: center;
}

.script div {
	margin-bottom: 0;
}

#content li:before {
	content: '-';
	vertical-align: bottom;
	margin-left: -1em;
}

#content.transcriptions .orchestration ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#content.transcriptions .orchestration ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#content.transcriptions .orchestration ul li:before {
	content: ',';
	margin-left: 0;
} 

#content.transcriptions .orchestration ul li:first-child:before {
	content: '';
}