
.bubbletree-wrapper { 
	width: 100%; 
	height: 100%; 
	position: absolute; 
}

.bubbletree { 
	background: #fff; 
	position: relative; 
	height: 100%; 
	overflow: hidden; 
}

.bubbletree .label { 
	font-family: 'Graublau Web','Ubuntu Condensed',  sans-serif; 
	position: absolute; 
	color: #fff; 
	text-align: center; 
	cursor: default; 
}

.bubbletree .amount { 
	font-family: 'Graublau Web','Ubuntu Condensed',  sans-serif; 
	font-size: 15px; 
}

.bubbletree .desc { 
	font-family:  'Graublau Web','Ubuntu Condensed', sans-serif; 
	font-size: 11px;

}

.bubbletree .label2 { 
	position: absolute; 
	color: #000; 
	text-align: center; 
	cursor: default; 
	font-size: 11px;
	font-family: 'Graublau Web', 'Ubuntu Condensed',  sans-serif;
	margin-top:5px;
}

.bubbletree .label2 span {
	background: #fff;
}

.loading {
	z-index: 1000;
	position: absolute;
	width: 700px;
	height: 400px;
}

@font-face {
	font-family: 'Graublau Web';
	src: url('../../fonts/graublau/GraublauWeb.otf') format("opentype");
}	


html, body { 
	background: #fff; 
	margin: 0; 
	height: 100%; 
	width: 100%; 
	padding: 0; 
	overflow: hidden; 
}

#header {
	font-family:  'Graublau Web','Ubuntu Condensed', sans-serif;	
	width: 300px;
	position: absolute;
	color: #333;
	top: 1.5%;
	right: 2.5%;
	z-index: 1000;
	text-align: left;
}

#footer {
	font-family: 'Graublau Web', 'Ubuntu Condensed', sans-serif;
	width: 300px;
	position: absolute;
	color: #333;
	bottom: 5%;
	right: 2.5%;
	z-index: 1000;
	text-align: left;
}

.quote {
  font-family: Georgia;
  font-style: italic;
}

#footer .desc {
	font-size: 12px;
        margin-top: 5px;
}

a {
	color: #333;
	text-decoration: none;
}

.desc a  {
	color: #444;
	text-decoration: none;
	border-bottom:1px dashed; 
}


#header .title, #footer .title  {
	font-size: 30px;

}
#footer .subtitle{
	font-size: 17px;
}
#header .subtitle, {
	font-size: 17px;
        margin-top: 2px;
}

.bubbletree-wrapper .tooltip { 
	max-width: 220px; 
	border: 1px solid #999; 
	position: absolute; 
	background: #fff; 
	z-index: 9999;
	box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	border-radius: 2px;
	font-family: sans-serif; 
	font-size: 13px; 
	padding: 4px;
}

.bubbletree-wrapper .tooltip .header {
	padding: 6px;
}

.bubbletree-wrapper .tooltip .header .icon {
	width: 38px;
	height: 38px;
	float: left;
	background: #600;
	border-radius: 19px;
	margin-right: 8px;
}

.bubbletree .tooltip svg {
	width: 100px; height: 100px; fill: black; display: block; position: relative; visibility: visible; 
	z-index: 10000;
}

.bubbletree .tooltip svg path {
	fill-opacity: 1; visiblity: visible;
}

.bubbletree-wrapper .tooltip .row {
	clear: both;
	border-top: 1px solid #999; padding: 6px;
}


#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #fff;
	padding: 5px;

	border: 1px solid #999;
	box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	border-radius: 2px;
	font-family: sans-serif; 
	font-size: 13px; 
	padding: 4px;	
	max-width: 200px;
}

#tooltip .amount {
	font-weight: bold;
}

#tooltip h3, #tooltip div { margin: 0; }

p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }
