table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
	font-size: 14px;
}
th, td {
	border: 1px solid #ccc;
	padding: 8px 12px;
	text-align: left;
	vertical-align: top;
}
th {
	background: #333;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 13px;
}
tr:nth-child(even) {
	background: #f7f7f7;
}
td:first-child {
	width: 36px;
	text-align: center;
	color: #999;
	font-size: 12px;
}
td code {
	font-family: 'Courier New', Courier, monospace;
	font-size: 13px;
	background: #eee;
	padding: 1px 4px;
	border-radius: 2px;
	white-space: pre-wrap;
	word-break: break-all;
}
