body {
	background: transparent;
	color: #222;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	padding: 0;
	margin: 0;
}

a {
	cursor: pointer;
	width: 150px;
}

a:hover {
	font-weight: bold;
}

.decision-links a {
	background-color: #e31f3e;
	color: #ffffff !important;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0 10px 10px 0;
	float: left;
	border-radius: 3px;
	padding: 9px 20px;
	transition: background 0.2s ease;
}

.decision-links a:hover {
	background-color: #b71730;
	text-decoration: underline;
}

.decision-links:active {
	position: relative;
	top: 1px;
}
a:link {
	text-decoration: none !important;
	color: #e31f3e;
}
a:hover {
	text-decoration: underline;
	color: #e31f3e;
}

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

#tree-window {
	margin: 0;
	padding: 0;
	width: 680px;
	height: auto;
	overflow: hidden;
}

#tree-slider {
	margin: 0;
	padding: 0;
	height: 400px;
}

.tree-content-box {
	padding: 0;
	margin: 0;
	float: left;
	width: 680px;
}

.decision-links {
	padding: 0px 0px 0px 0px;
	margin: 10px 0 15px;
	text-align: left;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}

.back-link {
	background-color: #313131;
	display: inline-block;
	color: #ffffff !important;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	padding: 6px 6px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: background 0.2s ease;
	border-radius: 3px;
}

.back-link:hover {
	background-color: #222;
}
