.resources {
	width: 97%;
	margin: 5px auto;
}

.resources th.methods {
	width: 180px;
}

.resources th.encodings {
	width: 100px;
}

.resources th.parameter {
	width: 120px;
}

.resources th.type {
	width: 120px;
}

.resources tr {
	height: 18px;
	line-height: 18px;
}

.resources tbody td {
	border: 1px solid #333;
	padding: 2px;
}

.example {
	padding-top: 10px;
	border: 1px solid #ddd;
	background-color: #eee;
	color: #222;
	font-size: 9pt;
	margin: 10px;
}

.separator {
	color: #bbc;
	margin: 15px 0;
}
