@charset "UTF-8";

/* body.mceContentBody {margin:8px;text-align:left;} */

html {
	box-shadow: inset 0px 4px 3px 0px rgba(70, 70, 70, 0.1);
}

pre {
	color           : #555555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color           : #111111;
	letter-spacing  : 1px;
}

h4,
h5,
h6 {
	font-size  : 12px;
}
ul {
	line-height     : 1.5;
	margin          : 0 0 0.5em 20px;
	padding         : 0;
}

ol {
	line-height     : 1.5;
	margin          : 0 0 0.5em 18px;
	padding         : 0;
	color           : black;
}

ol li {margin-left:7px;}

blockquote {
	padding-left    : 7px;
	margin-left     : 3px;
	background-color: #fcfcfc;
}

table {margin-bottom:8px;}
td,th {padding:4px;font:inherit;}
th    {background-color:#fcfcfc;text-align:left;}

a:hover {
	color: #7fa2ff;
}

.justifyleft     {text-align:left;}
.justifyright    {text-align:right;}
img.justifyleft  {float:left; margin-right:10px;margin-bottom:5px;}
img.justifyright {float:right; margin-left:10px;margin-bottom:5px;}

body, p {
	color: hsl(var(--muted-foreground));	
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

h1, h2, h3, h4 {
	font-weight: 700;
}

h1 {
	text-align: center;
	font-size: 2.25rem;
   	line-height: 2.5rem;
	margin-bottom: 2rem;
}

h2 {
    font-size: 1.5rem;
    line-height: 2rem;	
	margin-bottom: 1.5rem;
}


li {
	font-size: 16px;
	line-height: 36px;
}
li::marker {
	color: hsl(var(--primary));
}
