.doc-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.doc-table th, .doc-table td {
	border: 1px solid #8cacbb;
	padding: 0.3em 0.7em;
}

.doc-table th {
	background: none repeat scroll 0 0 #eee;
}

.doc-table pre {
	background: none repeat scroll 0 0 #fafafa;
	color: #006600;
	font-family: Verdana;
	font-size: 12px;
	padding: 5px;
}