h1.title {
	text-align: left;
	font-size: 1.7em;
}

body {
	font-family: sans-serif;
	font-size: 1.2em;
}

li {
	padding-bottom: 0.4em;
}

ul {
	padding-top: 0.4em;
}

div#content {
	padding-left: 2em;
}


div#table-of-contents {
	position: relative;
	float:right;
	width: 15em;
	border: thin solid black;
}

blockquote {
	width: 50%;
}

blockquote p {
	line-height: 1.5em;
}

blockquote p:before,
blockquote p:after {
	content: "\"";
	display: inline;
	font-size: 1.5em;
}


/*****************************
 Styling for specific items
 *****************************/

table.run_table,
table.run_table th,
table.run_table td {
	border: 1px solid black;
}

table.run_table {
	margin-bottom: 2em;
}

table.run_table td {
	padding-left: 1em;
	padding-right: 0.5em;
}


table img {
	width: 100%;
	max-width: 200px;
}
