
.bibliography {
	display:none;
}

.toc p {
	display:none;
}


.list-of-tables {
	display:none;
}
.table .title {
	display:none;
}

.table table {
	border-collapse:collapse;
}
.table table td {
	border: 1px solid #999;
	padding:3px;
}

blockquote {
	border: 1px solid #999;
	padding:0px 5px;
	margin:0px;
	background-color:#DDD;
}

/* Hides auto-generated empty table cells that come out of nowhere */
td.auto-generated {
	display:none;
}

/* Hides the email address at the end of each book, we didn't want to change all of the XMLs */
code.email {
	display:none;
}

h1.title {
	margin-top:0px;
}


.footnotes {
	font-size:12px;
	position:relative;
}
.footnotes hr {
	position:absolute;
	width:300px;
	margin-bottom:10px;
}