:root {
  --md-primary-fg-color:               #4cc2f1!important;
  /* Accent color shades */
  --md-accent-fg-color:                #4cc2f1;
}


/* Define own styles for header	*/
.md-typeset h1 {
	font-weight:			600!important;
	border-bottom: 			1px solid;
}

.md-typeset h2 {
	font-weight:			600!important;
}

.md-typeset h3 {
	font-weight:			550!important;
}

.md-typeset h4 {
	font-weight:			450!important;
	font-style: 			italic;
}

.md-content p {
	text-align: justify;
}

/* Color for: XML-Tag Names */
.hljs-name {
	color: 		#2b6bd5;
}

.hljs-comment {
	color: 		darkgreen!important;
	font-style: 	italic;
}
 
.hljs-string {
  color: red!important;
} 
