body {
	/* font-family: "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif;*/
	font-size: medium; 
    color: black;
	/* padding: 0 26px; */
	line-height: 22px;
	/* word-wrap: break-word; */
}

.pl-0 {
    list-style-position: inside;
    padding-left: 0px;
}
.pl-4 {
    list-style-position: inside;
    padding-left: 20px;
}
.pl-6 {
    list-style-position: inside;
    padding-left: 40px;
}
.toc {
    /* padding-top: 35px; */
    color: blue;
}

img {
	max-width: 100%;
	max-height: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 1px solid -webkit-focus-ring-color;
	outline-offset: -1px;
}

ol, ul, menu {
    list-style: disc;
    margin: 0;
    padding-left: 35px;
}

hr {
	border: 0;
	height: 2px;
	border-bottom: 2px solid;
}

h1 {
	padding-bottom: 0.3em;
	line-height: 1.2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    font-size: xx-large;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

h2 {
    font-size: x-large;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
}

h3 {
    font-size: large;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 20px;
    margin-right: 20px;
}

h1, h2, h3 {
	font-weight: bold;
}

img {
    /* margin: 10px; */
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.w-full {
    margin: 0px;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

table {
	border-collapse: collapse;
    margin-left: 20px;
    margin-right: 20px;
}

table > thead > tr > th {
	text-align: left;
	border-bottom: 1px solid;
}

table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td {
	padding: 5px 10px;
}

table > tbody > tr + tr > td {
	border-top: 1px solid;
}

blockquote {
	margin: 0 7px 0 5px;
	padding: 0 16px 0 10px;
	border-left-width: 5px;
	border-left-style: solid;
}

code {
	font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Courier New", monospace, "Droid Sans Fallback";
	font-size: 1em;
	line-height: 1.357em;
}


