body {
	min-width: inherit;
	margin: 0 0.5em;
	background: white;
	font-size: x-small;
}
body * {
	margin: 0 !important;
	padding: inherit !important;
	width: auto !important;
	line-height: normal !important;
	position: static !important;
	float: none !important;
	list-style-type: inherit !important;
	list-style-image: none !important;
	list-style-position: inside !important;
}
a {
	text-decoration: underline !important;
	color: #1E1DA9 !important;
}
a:visited {
	color: #831EA8 !important;
}
a:active, a:hover {
	color: red !important;
}
#content {
	background: none;
}
h1, h2 {
	font-size: inherit;
}
h2 {
	font-weight: normal;
}
h1, .pullheader, table, #contact {
	margin-top: 1em !important;
}
ul, ol {
	margin-left: 1em !important;
}
acronym {
	padding: 0 !important;
}
#mainpanel {
	background: none;
}
.h2note {
	float: right !important;
}
p + p {
	text-indent: 1em;
}
table, tr, td, th {
	display: block;
}


/* Navbar */

#nav {
	background: none;
	height: auto;
}
#nav * {
	border: none !important;
}
#nav a {
	display: inline;
	background: none !important;
	text-align: left !important;
	font-weight: normal !important;
}
#nav ul {
	display: block !important;
}
#nav ul ul {
	list-style-type: circle !important;
}
#nav ul ul ul {
	list-style-type: none !important;
	margin-left: 2em !important;
}
#nav:before {
	content: 'Navigation';
	font-weight: bold;
	display: block;
	margin-top: 0.5em !important;
	color: #006400;
	background: #CAEBB9;
}
#nav a.currentlink {
	text-decoration: none !important;
}
#nav a.currentlink:hover, #nav a.currentlink:active {
	color: #1E1DA9 !important;
}


/* Get rid of graphical frills */

#logo, #shadowtop, #banner, #leftbarbottom, #shadowbottom, #sizeselector, img.picture, table.image {
	display: none;
}
#nav ul#statsmenu {
	content: 'Statistics (to view use full-size browser)';
	margin-left: 0 !important;
}
a[href='stats.html'] {
	display: none !important;
}
#barabutton, #nihongobutton {
	content: attr(alt);
}


/* Page-specific adjustments */

/* index */

#floats, .fhelpicon {
	display: none;
}
.morelink {
	list-style-type: none !important;
}
.newsdate:after {
	content: ' ';
}

/* newsevents */

#loading {
	margin-top: 0.5em !important;
}
dt {
	float: left !important;
	margin: 0 0.5em !important;
}
#monthlist a, li #oldtoggle {
	padding: 0 7px !important;
}
a#oldtoggle {
	padding-right: 21px !important;
}

/* projects */

#mapwrapper, #mapnote, #maplegend, .piclinks {
	display: none;
}
.citydate {
	color: black !important;
}

/* table */

.ntkTable[summary] {
	content: 'To view these statistics tables, please visit our website with a full-size web browser.';
	font-size: inherit;
	color: red;
	font-weight: bold;
}
#scrollwrapper {
	height: auto;
}
#tablenoteslabel, #tablenotes {
	display: none;
}

/* links.html */

form.pullheader {
	display: none;
}

/* contact.html */

#address {
	margin-left: 2em !important;
}

/* cirs.html */

#mapspacer {
	display: none;
}


/* Notes */

.imgbutton {
 	display: none;
}
.notewrapper {
	display: block;
	float: none;
}
.note {
	position: static;
	width: auto;
	background: transparent;
	border: none;
	padding: 0;
}
.notewrapper .notecontents {
	margin-left: 2em !important;
	font-size: smaller;
	color: gray;
}
.notecontents:before {
	content: '(';
}
.notecontents:after {
	content: ')';
}
