/* https://raw.githubusercontent.com/jasonm23/markdown-css-themes/gh-pages/markdown-alt.css */

body {
	line-height: 1.2em;
	color: black;
	padding:1em;
	margin:auto;
	max-width:85%;
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.0em;
}

li {
	color: black;
}

h1,
h2, 
h3, 
h4, 
h5, 
h6 {
	border: 0 none !important;
}

h1 {    
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 3px solid #500000 !important;
}

h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;    
	border-bottom: 1px solid #500000 !important;
}

pre {
	background-color: #f8f8f8;    
	border: 1px solid #2f6fab;
	border-radius: 3px;
	overflow: auto;
	padding: 5px;
}

pre code {
	background-color: inherit;
	border: none;    
	padding: 0;
	font-size: 0.9em;
}

code {
	background-color: #ffffe0;
	border: 1px solid orange;
	border-radius: 3px;
	padding: 0 0.2em;
}

a:link {
    text-decoration: none;
	color: blue;
}

a:visited {
    text-decoration: none;
	color: blue;
}

a:hover {
    text-decoration: underline;
	color: blue;
}

a:active {
    text-decoration: underline;
	color: blue;
}

ul, ol {
	padding-left: 30px;
}

li {
	margin: 0.2em 0 0 0em; padding: 0px;
}

em {
	color: #b05000;
}

img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
	border: 1px solid #CCCCCC;
}

.images{
    text-align: center;
}

table.text th, table.text td {
	vertical-align: top;
	border-top: 1px solid #ccc;
	padding:5px;
}

table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

th, td {
	text-align: right;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
	background-color: #500000;
	color: white;
}

.button {
    background-color: #500000;
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

a.button {
    text-decoration: none;
	color: white;
}
