.title {
	font-size: 26px;
	margin-bottom: 16px;
}

.heading {
	font-size: 24px;
	margin-top: 20px;
}

.body, .menu {
	font-size: 15px;
}

.body, .menu, table.comparison td.header, table.comparison td.detail, table.comparison td.label {
	font-size: 15px;
	line-height: 18px; /* for some reason leaving this at the normal 15 makes sidebar text not in a callout appear too small */
}

#sidebar .callout .body {
	line-height: 18px; /* for some reason leaving this at the normal 14 makes sidebar text not in a callout appear too small */
}

.segmented_buttons {
	font-size: 14px;
}

.sidebar_menu_heading {
	font-size: 14px; /* was 12 */
	line-height: 16px; /* was 12 */
}

.sidebar_menu {
	font-size: 15px;
}
.sidebar_menu img {
	margin-bottom: -1px;
	margin-right: 4px;
	width: 25px;
	height: 20px;
}

/* override any table cell nowrap attributes */
td {
	white-space: normal;
}
