/* ikiwiki local style sheet */

/* Add local styling here, instead of modifying style.css. */

body {
	margin: 7%;
/*	background-color: #FFFFEE;*/
}
/*ol {
	left-margin: 3em;
} */
table {
	text-align: left;
}

div.toc {
	padding: 0%;
	border-style: none;
	list-style-position: inside;
}
p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html p {height: 1%;}
*/* End hide from IE-mac */

input, form {
	display: inline;
}
.imgemb {
	display: inline;
	margin: 0.5em;
	color: #000000;
	float: left;
	border-style: none;
}
.imgform {
	border-width: 2px;
	border-style: solid;
}
.plain {
	padding: 0%;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
.comment {
	text-align: center;
}
ins {
	text-decoration: none;
}
textarea {
	margin: auto;
	width: 80%;
}

li.L1 {
	list-style: upper-roman;
}
li.L2 {
	list-style: decimal;
}
li.L3 {
	list-style: lower-alpha;
}
li.L4 {
	list-style: disc;
}
li.L5 {
	list-style: square;
}
li.L6 {
	list-style: circle;
}
li.L7 {
	list-style: lower-roman;
}
li.L8 {
	list-style: upper-alpha;
}

