@charset "utf-8";

/* English text should not be stretched to fill narrow columns. */
body {
	text-align: left;
	text-justify: auto;
}

#sidebar .menu,
#sidebar .topic {
	text-align: left;
	text-justify: auto;
	word-spacing: normal;
	letter-spacing: normal;
}

/* Only the equipment overview on the English facilities page. */
#equipment-overview h4.main_A {
	height: auto;
	min-height: 23px;
	line-height: 1.6;
}

#equipment-overview ul.equipment li {
	line-height: 1.6;
	margin-bottom: 4px;
}

/* Let this English feature grow while preserving its original minimum height. */
#special-news-en #main_special_left2,
#special-news-en #main_special_right2 {
	height: auto;
	min-height: 1000px;
}

/* Allow wrapped labels to grow only in the English Research sidebars. */
body.research-en #sidebar li.listB > a.listB,
body.research-en #sidebar li.listB > a.listB_select {
	height: auto;
	min-height: 21px;
	line-height: 1.4;
}

body.research-en #sidebar li.listB > a.listC {
	height: auto;
	min-height: 39px;
	line-height: 1.4;
}
