body {
	min-width: 0;
}
#centerwrapper, #mainpanel {
	width: auto;
}
#nav, #barabutton, #nihongobutton, #sizeselector, #leftbarbottom, .pullheader {
	display: none;
}
h1 img, h2 img {
	display: none;
}
#content {
	background-image: none;
	margin-left: 0;
	padding-left: 1em;
	height: 1%;
}


/* table */

#scrollwrapper {
	height: auto;
	overflow: visible;
}
#scrollwrapper thead tr, #scrollwrapper tfoot tr, #scrollwrapper tfoot td {
	position: static;
}
html>body #scrollwrapper thead tr, html>body #scrollwrapper tfoot tr {
	display: table-row;
}
html>body #scrollwrapper tbody {
	display: table-row-group;
	height: auto;
	overflow: visible;
}


/* Page-specific adjustments */

/* newsevents */

#monthlist {
	display: block !important;
}


/* Notes */

.imgbutton {
 	display: none;
}
.notewrapper {
	display: inline;
	float: none;
}
.note {
	position: static;
	width: auto;
	background: transparent;
	border: none;
	padding: 0;
}
.notewrapper .notecontents {
	margin-left: 1em;
	font-size: smaller;
	color: gray;
}
.notecontents:before {
	content: '(';
}
.notecontents:after {
	content: ')';
}
