body {
	font-family: sans-serif;
}

.numeric {
	text-align: right;
}

.center {
	text-align: center;
}

h1 {
	background-image: url("conrs.svg");
	background-size: 1.2em;
	background-position: 0.3em;
}

h2 {
	background-image: url("cn6.svg");
	background-size: 1.8em;
	background-position: left;
}

h1, h2 {
	font-size: 180%;
	background-repeat: no-repeat;
	padding-left: 2.5em;
}

h1, h2, h3, h4, h5, th {
	color: #172b48ff;
}

th {
	padding: 0em .8em;
}

td.date {
	text-align: right;
	padding-right: 1.5em;
}

h1 a:link, h1 a:visited {
	text-decoration: none;
	color: inherit !important;
}

#main {
	width: 70%;
	margin-left: 25%;
	margin-right: 5%;
}

#lateral {
	float: left;
	width: 20%;
	min-width: 7em;
	overflow: hidden;
	margin-right: 2.5%;
}

#menu {
	background-color: #172b48;
	border-radius: 1ex 1ex 1ex 1ex;
	padding: 0 .75em .5em;
}

@media screen and (max-width: 35em) {
	#lateral {
		float: none;
		width: 100%;
		margin: 0;
	}

	#main {
		margin: 0;
		width: 100%;
	}
}

#menu, #menu a:link, #menu a:visited {
	color: white;
	text-decoration: none;
}

#menu h3 {
	color: #3e73c1;
	margin-bottom: 0;
}

#main h3 {
	font-size: 140%;
	border-top: solid 1px #172b48;
	padding-top: .25ex;
	margin-bottom: 0;
}

h4, h5 {
	margin-bottom: 0;
}

h4 + ul, h5 + ul {
	margin-top: 0;
}

p.date {
	margin: 0;
	color:  #3e73c1;
}

#menu ul {
	margin: 0;
	padding: 0 1em;
	list-style-type: none;
}

#menu li {
	margin: .5ex;
}

.header {
	font-style: italic;
	font-size: 130%;
}

#menu #logo {
	margin: auto;
	text-align: center;
}

#menu #logo img {
	width: 100%;
	max-width: 15em;
}

table {
	margin-top: 1em;
}

.toot {
	margin: 0 0 1em;
	font-size: 80%;
	border: solid 2px #172b48;
	border-radius: 1ex 1ex 1ex 1ex;
	padding: 0 1ex 1ex;
}

.toot .sign {
	text-align: right;
}

.toot img {
	width: 100%;
}
