@charset "UTF-8";

@media screen {
	html {
		background-color: #eee;
	}

	body {
		background-color: #fff;
		color: #000;
		margin: 0 auto 1em auto;
		border-color: #888;
		border-style: solid;
		border-width: 0 1px 1px 1px;
		max-width: 50em;
		padding: 1px 1em 1em 1em;
	}

	a:link { color: #00c }
	a:visited { color: #60c }
	a:active { color: #c00 }

	.toc a {
		text-decoration: none;
	}
}

pre {
	overflow: auto;
}

.article {
	margin: 2em 1em;
	line-height: 1.7;
}

h2.title {
	clear: both
}

em {
	font-style: normal;
	text-decoration: underline;
}

.author span.author {
	font-size: 1.17em;
	font-weight: bold;
}

.author .affiliation {
	margin: 0 0 1em 3em;
}

.address {
	font-family: monospace;
}

.qandaset .q, .qandaset .a, .strong {
	font-weight: bold;
}

.transannot {
	font-size: 0.84em;
}

ins {
	text-decoration: none;
}

.adscripttrans {
	color: #044;
}

@media screen {

.rev.advert:before {
	margin: 0 1px 0 0;
	border: 1px solid #88f;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	padding: 1px;
	font-size: 0.75em;
	color: #66f;
	content: "Rev." attr(rev\:major) "." attr(rev\:minor);
}

.rev.advert:hover:before {
	background-color: #88f;
	border-width: 1px 1px 0 1px;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	color: #fff;
}

.rev.advert:hover {
	margin-bottom: -1px;
	border-bottom: 1px solid #aaf;
}

} /* @media */
