body {
	font: 0.9em sans-serif;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	border-bottom: none;
	margin-bottom: 0;
}

p {
	padding: 10px;
	background: #eee;
	border-radius: 3px;
	width: 50%;
	margin-bottom: 20px;
}

table {
	width: 50%;
	border-collapse: collapse;
}

table thead th {
	text-align: left;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.7em;
	cursor: help;
}

table tr td {
	font-size: 0.9em;
	padding: 7px;
	vertical-align: top;
}

table tr td:nth-child( 2 ) {
	font: 1em monospace;
}

table tr td:nth-child( 4 ) {
	font-family: monospace;
}

table tr.mw-accountinfo-current {
	background: #eee;
}

table tr.mw-accountinfo-current td:first-child {
	background: #27aa65;
	color: #fff;
}
