

h2.dev {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}

table {
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1em;
}

thead tr {
	background-color: #e5ecf9;
}

td, th {
	padding: 6px 12px;
	border: 1px solid #3366cc;
	vertical-align: top;
	font-size: 13px;
}

td {
	background-color: white;
	font-size: 13px;
}

td.code, code {
	font-family: Courier, monospace;
	color: green;
}

pre {
	font-family: Courier, monospace;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 3px 7px;
}

a.example {
	background: url(/img/external_link.gif) no-repeat center right;
	padding-right: 17px;
}

div.description {
	border: 1px dotted black;
	background-color: #FFFFE6;
	padding: 5px;
}
