
#sidebar {
	display: none;
}

.clear {
	clear: both;
}

.divider { display: none; }

.box, .group {
	border: medium solid black;
	margin: 1em 0;
}

.box {
	padding: 0.5em;
}

.group {
	padding: 0;
}

.group .header {
	margin: 0;
	border-bottom: medium solid black;
	padding: 0.5em;
}

.group .content {
	margin: 0.5em;
}

ol, ul {
	list-style-position: outside;
}

li {
	margin: 0;
}

.group ol.content, .group ul.content {
	list-style-position: inside;
}

.columns {
	margin: 0;
	width: 100%; /* give it a width so it should contain things */
	overflow: auto; /* expand to contain children */
	text-align: center;
	list-style-type: none;
	list-style-image: none;
}

.menu {
	text-align: left;
}

.columns li {
	float: left;
	margin: 0.5em 0;
}

.c2 li {
	width: 50%;
}

.c3 li {
	width: 33.3%;
}

.c4 li {
	width: 25%;
}

.col0 {
	clear: both;
}

.columns li li {
	margin: 0;
	float: none;
	width: auto;
}
