div.markdown {
	margin-left: 20px;
	margin-right: 20px;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
	padding: 10px;
	/*border: 1px solid #aaa;*/
	font: 11pt "Source Sans Pro",UILanguageFont,Arial,sans-serif;
	/*clear: right;*/
	color: #333;
}

div.markdown h1 {
	color: #222;
	font: 16pt "Source Sans Pro",UILanguageFont,Arial,sans-serif;
	font-weight: bold;
	margin-top: 5px;
}

div.markdown p {
	text-align: justify;
}

span.markdown-hashtag {
	color: #3557d9;
	cursor: pointer;
}

div.markdown-inputhider {
	overflow: auto;
	/*position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;*/
	/*background: #e5e5e5;*/
	/*border-radius: 6px;*/
	/*background: rgba(229,229,229,0.8);*/
	background: white;
	border: 1px solid #719ECE;
	/*box-shadow: 0 0 10px #aaa;*/
	margin-left: 10px;
	margin-right: 10px;
}

.markdown-inputCodeArea {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	/*margin: 5px;*/
	/*position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;*/
	border-color: #719ECE;
    /*box-shadow: 0 0 10px #719ECE;*/
	color: #2b4957;/*#233b46;*/
	/*padding-top: 8px;
	padding-left: 5px;*/
	background-color: white;
	/*overflow: auto;*/
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translate3d(0,0,0);
}

div.markdown-outputcontent {
	position: relative;
	/*display: flex;
	flex-direction: column;*/
	/* width: 100%;*/
	min-width: calc(100% - 56px);
	min-height: calc(100% - 28px);
	resize: none;
	box-sizing: border-box;
	padding: 10px;
	cursor: text;
	outline: none;
	font: 10pt "Source Sans Pro",UILanguageFont,Arial,sans-serif;
	white-space: pre;
	/*overflow: auto;*/
	/*background: #f5f5f5;*/
	/*background: white;*/
	/*background: rgba(255,255,255,0.95);
	box-shadow: 0 0 8px #aaa;*/
	/*height: 130px;*/
	min-height: 80px;
}

span.markdown-comment-hidden {
	color: #aaa;
}

div.markdown-comment-line {
	display: inline-block;
	white-space: pre-wrap;
}

div.markdown-comment-line2 {
	/*display: inline-block;*/
	white-space: pre-wrap;
}

span.markdown-tag {
	font-style: normal;
	color: #3557d9;
}

.markdown-comment-h1 {
	color: #222;
	font: 14pt Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.markdown-comment-h2 {
	color: #222;
	font: 12pt Arial,Helvetica,sans-serif;
}

