/* Just print styles */
body {font-size: 10pt;}
/* Stuff which hides */
.previewPanel, nav .js-hide, nav.js-hide {
	display: none !important;
}
.js-hide, .hidden-sm-gentle, [role="tabpanel"] {
	display: block !important;
}

/* Adding the URL in brackets is not *always* useful */
.crumb a[href]:after,
.toggle-link[href]:after {
	content: "";
}

th, td {
	padding: .5em;
}

.cta,
.icon-disc,
.icon-box,
.list-pros > li:before,
.list-cons > li:before {
	padding: 0;
}

/* We're going to include the tooltips in brackets */
.ic-tip .tip {
	color: #000;
	font-size: .9em;
	margin: 0;
	opacity: 1;
	padding: 0;
	position: static;
	width: auto;
	z-index: 1;
}
		.ic-tip .tip:before {
			border: none;
			content: "(";
			position: static;
		}
		.ic-tip .tip:after {
			content: ")";
		}

.match-height {height: auto !important;}