html, body {
	font-family: "Open Sans", sans-serif;
	padding:1em;
    padding: 0;
    margin: auto;
	background:#fefefe;
}

h1 h2 h3 {
	font-family: "Montserrat", sans-serif;
}

a{
	color: #4183C4;
} 
a:visited {
	color: #4183C4;
}
a:hover {
	color:#4183C4;
}
a:active {
	color: #4183C4;
}

.markdown-link{
	color: black;
} 
.markdown-link:visited {
	color: black;
}
.markdown-link:hover {
	color:black;
}
.markdown-link:active {
	color: black;
}



.blog {
    max-width: 800px;
    background: #f7f7f7;
    margin: 0 auto;
    padding: 50px;
}

.blog-post {
	margin-bottom: 5px;
}

.blog-post h1 {
	color: black;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 15px;
}

.title .date {
	color: black;
	font-size: 16px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}
.separator::before {
    margin-right: .25em;
}
.separator::after {
    margin-left: .25em;
} 

.markdown h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

.markdown h1 {
	color: #000000;
	font-size: 28pt;
}

.markdown h2 {
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	font-size: 24px;
}

.markdown h3 {
	font-size: 22px;
}

.markdown h4 {
	font-size: 14px;
}

.markdown h5 {
	font-size: 14px;
}

.markdown h6 {
	color: #777777;
	background-color: inherit;
	font-size: 14px;
}

.markdown hr {
	height: 0.2em;
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
}

.markdown p, blockquote, ul, ol, dl, li, table, pre {
	margin: 15px 0;
}

.markdown blockquote {
    background: #fafafa;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 10px 5px 35px;
    position: relative;
    overflow: hidden;
}

.markdown blockquote:before,
.markdown blockquote:after {
    content: '“';
    position: absolute;
    left: 5px;
    top: 10px;
    line-height: 50px;
    font-size: 80px;
    color: rgba(0, 0, 0, 0.3);
    font-family: Arial, sans-serif;
}

.markdown blockquote:after {
    content: '”';
    left: initial;
    top: initial;
    line-height: 0px;
    bottom: 0px;
    right: 0px;
}

.markdown img {
	max-width: 100%;
}

.markdown table {
	border-collapse: collapse;
	width: 100%;
}

.markdown table, th, td {
	border: 1px solid #EAEAEA;
	
	border-radius: 3px;
	padding: 5px;
}

.markdown tr:nth-child(even) {
  background-color: #F8F8F8;
}

.markdown a, a:visited {
	background-color: inherit;
	text-decoration: none;
}

.markdown #message {
	border-radius: 6px;
	border: 1px solid #ccc;
	display:block;
	width:100%;
	height:60px;
	margin:6px 0px;
}

.markdown button, #ws {
	font-size: 10pt;
	padding: 4px 6px;
	border-radius: 5px;
	border: 1px solid #bbb;
	background-color: #eee;
}

.markdown code, pre, #ws, #message {
	font-family: Monaco, monospace;
	font-size: 10pt;
	border-radius: 3px;
	background-color: #F8F8F8;
	color: inherit;
}

.markdown code {
	border: 1px solid #EAEAEA;
	margin: 0 2px;
	padding: 0 5px;
}

.markdown pre {
	border: 1px solid #CCCCCC;
	overflow: hidden;
	padding: 4px 8px;
}

.markdown pre > code {
	font-size: 14px;
	border: 0;
	margin: 0;
	padding: 0;
}

.markdown #ws { background-color: #f8f8f8; }

.markdown .send { color:#77bb77; }
.markdown .server { color:#7799bb; }
.markdown .error { color:#AA0000; }