#contentwrapper {
	margin: 0.5em;
}

#coverimg {
	border-width: 1px;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	float: right;
}

.l, .left { text-align: left; }

.c, .center { text-align: center; }

.r, .right { text-align: right; }

.q { /* no Q style yet */ }

.a {
	font-style: italic;
	background-color: #eeeeee;
}

.sig {
	text-align: right;
	margin-top: -0.75em;
}

sup, sub {
	vertical-align: baseline;
	font-size: 0.8em;
	top: 0.1em;
	position: relative;
}
sup { top: -0.4em; }

/*
The next two definitions modify those above to make nice fractions possible. Use them like so:

<span class="frac"><sup>1</sup>&frasl;<sub>8</sub></span>

NOTE: Per SJ on 11/19/2012, don't use those "nice fractions" - use 1/8 instead.
These CSS rules remain here because the equations in the Roleplayer 29 "MagSails" article needs them for its equations.
*/

.frac sub, .frac sup { font-size: 0.5em; }
.frac sup { top: -0.7em; margin-left: 0.2em; }

.tt {
	font-family: monospace;
}

.prestats {
	font-family: monospace;
	white-space: pre-wrap;
}

table.statblock {
	margin-left: 2em;
	text-align: left;
	border-spacing: 0;
}

.statblock td.attr {
	padding-left: 2em;
	padding-right: 0.5em;
	font-weight: bold;
}

.statblock td.value {
	text-align: right;
}

.indent {
	padding-left: 2em;
}

.ri, .revindent {
	padding-left: 2em;
	text-indent: -1em;
	text-align: left;
}

.shade {
	background-color: #eeeeee;
}

.skiplist li {
	margin-top: 1em;
}
