/*adapted from http://jasonm23.github.io/markdown-css-themes/*/

img {
	max-width: 100%;
}

table {
	width: 100%;
}

table, th, td {
	padding: 5px;
}

html, body {
	padding:1em;
	margin:auto;
	background:#fefefe;
}

body {
	font-family: "Lora", Palatino, Times;
	font-size: 1em;
	color: #333;
	line-height: 1.4;
}

footer {
	text-align: center;
}

a[download] {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	font-size: 1em;
}

a[download] img {
	width: 1em;
	height: 1em;
}

h1 {
	margin-top: 0;
	margin-block-end: 0.5em;
	font-weight: normal;
}

h2 {
	font-weight: normal;
	margin-block-end: 0.5em;
}

h3 {
	font-weight: normal;
	font-style: italic;
	margin-top:1em;
	margin-bottom:0.5em;
}

p {
	margin-top:0;
	margin-bottom: 0.5em;
	-webkit-hypens:auto;
	-moz-hypens:auto;
	hyphens:auto;
}

ul {
	list-style: square;
	margin-top: 0.5em;
	padding-left:1.2em;
}

ol {
	margin-top: 0.5em;
	padding-left:1.2em;
}

blockquote {
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #ddd;
}

code {
	font-family: "Consolas", "Menlo", "Monaco", monospace, serif;
	font-size: .9em;
	background: white;
}

a {
	color: #2484c1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border:none;
}

h1 a, h1 a:hover {
	color: #333;
	text-decoration: none;
}

hr {
	color : #ddd;
	height : 1px;
	margin: 2em 0;
	border-top : solid 1px #ddd;
	border-bottom : none;
	border-left: 0;
	border-right: 0;
}
