.page-title {
	font-size: 2rem;
	font-weight: bold;
	border-left: 15px solid #BBB; /*  #00E0AA; */
	padding-left: 0.3em;
	margin-bottom: 0.8em;
	color: #888;
}
.section-division {
  height: 3rem;
}
.bottom-padded { 
  margin-bottom: 2em;
}
.bottom-extra-padded { 
  margin-bottom: 4em;
}

.related-pages-wrapper {
  padding: 1em;
  background: #EEE;
  margin-bottom: 2em;
}
.page-node {
  margin-bottom: 0.5em;
}
.node-level-1 { margin-bottom: 1em; }
.node-level-2 {

}
.node-level-3 {
  margin-left: 0.8em;
}
.node-level-4 {
  margin-left: 1.6em;
}

.node-link-level-1 {
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 1px solid #CCC;
  display: block;
  margin-bottom: 0.5em;

}
.node-link-level-2 {

}
.side-node-tree {
  font-size: 1.1em;
}
.current-node { color: #999; }
.section-header { 
  font-size: 1.1em;
}
.page-top-banner-wrapper {
  margin-bottom: 2em;
}
.page-top-banner {
  max-width: 1000px;
  border: 1px solid #DDD;
  padding: 1px;
}
#page .grid-container.left { margin: 0; padding-left: 0;}
.somo-super-bigtitle {
	font-size: 3em;
	font-weight: bold;;
}
.somo-bigtitle {
	font-size: 2em;
	font-weight: bold;;
}
.somo-subtitle {
	font-size: 1.4em;
	font-weight: bold;;
}
.bold-text {
	font-size: 1.2em;
	font-weight: bold;;
}
.underlined { text-decoration: underline; }
.centered { text-align: center;}
.somo-large-text {
	font-size: 1.2em;
	font-weight: bold;;
}

.page-feature-title {
  display:block;
  min-height: 3rem;
  font-size: 1.3rem;
  font-weight:bold;
  margin-bottom: 0.4em;
}
.feature-item { margin-bottom: 2em;}

.single-plan-table th {
	width: auto;
	max-width: 200px;
	padding: 0.5em 0;
}
.single-plan-table td {
	width: auto;
	padding: 0.5em;
}
.plan-table th {
	width: 25%;
}
.plan-table td {
	width: 25%;
	border: 1px solid #f1f1f1;
}
td.no-border {
	border: none; 
	background: #FFF !important;
	text-align: center;
	padding: 1em 0;
}
td.table-section-header {
	font-size: 1.4em;
	font-weight:bold;
	text-align: center;
	padding: 0.5em;
}

.recovery-rate-display {
	display: inline-flex;
	align-items: center;
	gap: 0.55em;
	vertical-align: middle;
	white-space: nowrap;
}
.recovery-rate-value {
	font-variant-numeric: tabular-nums;
	font-weight: 700;
	min-width: 3.5em;
}
.recovery-rate-gauge {
	width: 8.5em;
	height: 0.85em;
	background: #ececec;
	border: 1px solid #b5b5b5;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.16);
}
.recovery-rate-display.is-wide .recovery-rate-gauge {
	width: 14em;
	height: 1.1em;
}
.recovery-rate-gauge-fill {
	height: 100%;
	border-radius: 2px 0 0 2px;
	background-image: linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 42%, rgba(0,0,0,0.12) 100%);
	background-color: #3dbe72;
	background-repeat: no-repeat;
}
.recovery-rate-gauge-fill.is-low {
	background-color: #e24a4a;
}
.recovery-rate-gauge-fill.is-mid {
	background-color: #f0a202;
}
.recovery-rate-gauge-fill.is-high {
	background-color: #3dbe72;
}
