body{
	max-width: 60rem;
	margin: auto;
	padding: 10px;
}

#title {
	#border-bottom: 1px dashed #00869A;
}

#title h1>a {
	color: #e1aa5d;
	text-decoration: none;
}

#title h1 {
	font-size: 2.4em;
	margin:10px 0 0;
	border-bottom: none;
	padding-bottom: 0.1em;
}
#title h1::before{
	content: '';
}

#footer{
	padding-top:10px;
	margin:10px 0 20px;
	border-top: 1px dashed #00869A;
	text-align:center;
}

a{text-decoration:underline;color:#3377AA;}
a:visited{text-decoration:none;color:#336699;}
blockquote{background-color:#f9f9f9;border-left:solid 4px #e9e9e9;margin-left:12px;padding:12px 12px 12px 24px;}
blockquote img{margin:12px 0px;}
blockquote iframe{margin:12px 0px;}

#title{ font-size: x-large; }
li{
	margin-bottom:8px;
}

pre{
	display: block;
	padding: 1rem;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f9f9f9;
}
code{
	display: block;
	padding: 1rem;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f9f9f9;
}

.subtitle{
	color:#F39D21
}
h1{	
	margin:50px 0 8px;
	color:#3377AA;
	font-size: 1em;
	padding-bottom: .5em;
	border-bottom: 1px solid #3377AA;
}
h1::before{
	#content: '# ';
}

a.posttitle {
	text-decoration: none;
}

h2{
	font-size:1em;
	#color:#b5e853;
	color:#3377AA;
}
h2::before{
	#content: '## ';
}
h3{
	font-size:1em;
	margin-top:42px;
	margin-bottom:8px;
	width:100%;
}
img{max-width:100%;}
#description{font-size:large;margin-bottom:12px;}
#main-links {
	font-size:large;
	float:right;
}
#main-links a {
	margin: 0 10px;
}
#all_posts{margin-top:24px;text-align:center;}

table {
	width: 100%;
	table-layout: fixed;
}

tr:hover {background-color: #f2f2f2;}

th {
	background-color: #ddd;
}

th.opener {
	width: 14em;
}

td {
	overflow: hidden;
}

.input {
	width: 80%;
}

