﻿#topMenuDiv {
	height: 33px; /* 35; must be set as start; if not, scrollbars in bodyDiv */
}
#topMenuDiv > div {
	display: table-cell;
}
#topMenuDiv #map_title h2 {
	margin-left: 0; /* override default of h2 */
	font-size: 1.2em; /* 1.5 */
}
#topMenuDiv #disclaimer {
    margin-left: .25in; /* same as #map_title, set in wmf_main.css */
	color: red;
}

/*#topMenuDiv div {
	display: table-cell;
}
#topMenuDiv #map_title {
	white-space: nowrap;
	padding-right: 2px;
}
#topMenuDiv #disclaimer {
	padding-left: 2px;
	border: 1px solid red;
	color: red;
	font-style: italic;
	font-weight: bold;
	font-size: 140%;
}*/
