body {
	/* need a way to easily match code/diagram themes */
	background-color: #B4A4DB;
	color: #48240A;
}
div.mermaid {
	margin-left: 0 !important;
	text-align: center;
	resize:both;
	overflow:auto;
	margin-bottom: 2px;
	position:relative;
	max-height: auto;
	max-width: 100%;
}
div.mermaid::after {
	content:'';
	display:block;
	width:10px;
	height:10px;
	background-color:yellowgreen;
	position:absolute;
	right:0;
	bottom:0;
}
.mermaid svg {
	max-width: 100%;
	height: auto;
}
