body{
	margin:1em auto;
	max-width:40em;
	padding:0 .62em;
	font:1em sans-serif;
}
code,pre{
	line-height:1;
	font: 0.9em monospace;
	font-weight: 500;
}

h1, h2, h3, h4 {
    font-family: serif;
	font-weight: 400;
}


a {
	text-decoration: none;
}
a:active {
	color: #0044cc;
}
a:hover {
	text-decoration: blink;
}

table {
	border: 1px solid #ddd;
	border-radius: 8px;
	// border-collapse: collapse;
}
table thead th {
	border-bottom: 1px solid #ddd;
	font-style: normal;
	background: #f8f8f8;
	padding: 0 .62em;
}
tr {
	border-bottom: 1px solid #ddd;
	padding: 0 .62em;
}
td {
	padding: 0 .62em;
}
