#WritelyTableOfContents {
display: none;
}

body {
	background: #666;
	text-align: center;
}

.hideable {
	display: none;
}
.hideable_shown {
	display: block;
}


/*
textarea, input.text_input {
	border: 1px solid #888;
	padding: 2px 4px;
}

table th {
	text-align: right;
}
*/

#container {
	background: #fff;
	color: #444;
	border: 1px solid #444;
	border-right: 4px solid #333;
	width: 800px;
	margin: 10px auto;
	text-align: left;
}

div.contents {
	margin: -8px 22px 0 12px;
}

/* THE BELOVED CLEARFIX */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */