@namespace url(http://docbook.org/ns/docbook);
@-moz-document url-prefix(http://){
article, book, part {
	background: white;
	color: black;
	padding: 1em;
}
info {
	display: none;
}
title {
	display: block;
	font-weight: bold;
}
part > title,
chapter > title {
	font-size: 3em;
	text-align: right;
	margin-bottom: 2em;
}
section title {
	margin: 1.5em 0 0.5em;
	font-size: 2.8em;
}
info + section title {
	margin-top: 0.5em;
}
section section title {
	font-size: 2em;
}
section section section title {
	font-size: 1.5em;
}
section section section section title {
	font-size: 1em;
}

para {
	display: block;
	margin: 0.5em 0;
}
programlisting {
	white-space: pre;
}
itemizedlist, 
orderedlist,
variablelist {
	margin: 1em 0 1em 2em;
	display: block;
}
itemizedlist > listitem {
	display: list-item;
	list-style: disc;
}
itemizedlist itemizedlist > listitem {
	list-style: square;
}
orderedlist > listitem {
	display: list-item;
	list-style: decimal;
}
variablelist > varlistentry {
	display: block;
	margin: 0.5em;
}
variablelist > varlistentry > term {
	font-weight: bold;
	margin: 0.5em 0 1em 0;
}
variablelist > varlistentry > listitem {
	display: block;
	margin-left: 2em;
}

table {
	display: table;
	border-collapse: collapse;
	margin: 0.5em 0;
}
caption {
	display: table-caption;
	text-align: center;
	margin: 0;
}
thead {
	display: table-header-group;
}
tbody {
	display: table-row-group;
}
tfoot {
	display: table-footer-group;
}
colgroup {
	display: table-column-group;
}
col {
	display: table-column;
}
tr {
	display: table-row;
}
th,td {
	display: table-cell;
	border: 1px solid #ddd;
	padding: 0.3em;
}
th {
	font-weight: bold;
	text-align: center;
}

}