body {
	font-family: monospace;
	font-size: 1em;
	margin: 0;
}

div {
	overflow: auto;
	width: 100%;
}

table {
	border-spacing: 0;
}

th {
	text-align: left;
}

td {
	white-space: nowrap;
}

td:nth-child(2n) {
	padding-right: 20px;
	width: 100%;
}

td:last-child {
	display: none;
}

th, td {
	padding: 5px 2px;
}

th:last-child {
	display: none;
}

td:first-child {
	padding-left: 15px;
}

tr {
	background: #F9F9F9;
}

tr:nth-child(2n) {
	background: #F0F0F0;
}

a {
	color: #333333;
	text-decoration: none;
}

a[href^=playground] {
	color: #000000;
	text-shadow: 1px 1px 5px #00FFFF;
}
