body{
	background: #FFF;
	color: #000;
	/*font-family: Geneva, Arial, Helvetica, sans-serif; */
	font-family: Roboto Condensed,sans-serif;
	font-size: xx-large;
}

a{
 cursor: pointer;
 color: #cd2215;
}
a:hover{
	text-decoration: underline;
}


#debug{
	position: absolute;
	right: 0;
	width: 300px;
	font-size: small;
	background: #EEE;
	color: #000;
	padding: 1em;
	display: none;
}

#tree-window{
	margin: 0;
	padding: 0;
	background: #FFA;
	width: 100%;
	min-height: 500px;
	overflow: hidden;
}
#tree-slider {
	margin: 0;
	padding: 0;
	min-height: 600px;
	width: 100% !important;
}
.tree-content-box{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding-top: 15px;
	float: left;
	width: 100%;
	min-height: 825px;
    font-size: 1em;
    background: #fefefe;
}
.tree-content-box .content {
	/*padding: 0 15px; */
}
.tree-content-box .content h3 {
	margin: 0;
    padding: 0.5em 15px;
	font-weight: 700;
}
.tree-content-box .content .faq-content {
	padding: 1em 15px 0.5em;
	border-top: 1px solid #000;
	text-align: left;
	min-height: 640px;
}
.tree-content-box .content .faq-content p:first-of-type {
	margin-top: 0;
}
.tree-content-box .content .faq-content p.footnote {
	font-size: 0.75em;
}
.tree-content-box .content .faq-content ul,
.tree-content-box .content .faq-content ol { padding-left:  1.1em; }
.tree-content-box .content .faq-content ul>b,
.tree-content-box .content .faq-content ol>b { margin-left: -1.1em;}
.decision-links{
	/*margin-top: 1em; */
	padding: 1em 15px 0.5em;
	border-top: 1px solid #000;
	text-align: left;
	font-size: 1.15em;
}
.decision-links a {
 display: block;
 /*margin-right: 1em; */
 margin-bottom: 0.5em;
 padding: 0.45em 1em;
 border: 1px solid #666;
 font-weight: 700;
 border-radius: 3px;
 color: #fff;
 background-color: #0059a8;
 border-color: #0062cc;
}
.decision-links a:hover { 
	text-decoration: none;
	background-color: #0069d9;
}
.decision-links a.last-child{
	margin-bottom: 1em;
	/*border: none; */
} 
 
a.refresh-link,
a.back-link {
	display: inline;
	margin: 0.5em;
	padding: 0.35em 0.5em;
	font-size: 1.25em;
	border: 1px solid #666;
	 font-weight: 700;
	 border-radius: 8px;
	 color: #fff;
	 background-color: #cd2215;
	  border-color: #cd2215;
}
a.back-link {
	margin-left: 15px; 
}
a.refresh-link:hover,
a.back-link:hover {
	text-decoration: none;
	background-color: #dc3545;
}
