@charset "utf-8";

h1 {
	margin: 1em 0.5em;
	font-size: 110%;
}
h2 {
	margin-top: 1.5em;
}
.inner {
	font-size: 90%;
}

ul{
    //margin-bottom: 3em;
}

table {
	width: 100%;
	border-collapse: collapse;
    margin-bottom: 4em;
    font-size: 90%;
}

table tr > * {
	padding: 0.5em;
	border: 1px solid #ccc;
}

table th {
	background: #eee;
	font-weight: 700; 
} 
