#content>svg
{
}

path[type='child'] {
	stroke-opacity:0.8;
	stroke-width:0.5px;
	stroke:#666;
	cursor: pointer;
}

path[type='parent'] {
	cursor: pointer;
	stroke-opacity:1;
	stroke-width:2px;
	stroke:#666;	

}

path[type='bg'] {
	cursor:;
	stroke-opacity:0.8;
	stroke-width:1px;
	stroke:#333;

}

#bigDonut path, #donut path {
	cursor: default;
	stroke-opacity:0.8;
	stroke-width:0.5px;
	stroke:#666;
}

path[type='child']:hover {
	stroke-opacity:1;
	stroke-width:1px;
	stroke:#666;
}

div.tooltip2, div.tooltip
{
	background-color: #eee;
	padding: 10px;
	border:1px solid #000;
	overflow: hidden;
}

div.tooltip>span, div.tooltip2>span
{
	font-size:0.8em;
}


{
	background-color: #eee;
	padding: 10px;
	border:1px solid #000;
	overflow: hidden;
}


#donut
{
	width:100px;
	height:100px;
	float:left;
	margin-right: 10px;
	background-color: #eee;
}

#donut_container
{
	display:none;

}

#sunburst_wordlist
{
	right:0%;
	bottom:-20%;
	margin-left:-240px;
	width:100%;
	height:30%;
	position: absolute;
	background-color: #eee;
	display:none;
	padding:20px;
    -webkit-transition: bottom 0.2s; /* For Safari 3.1 to 6.0 */
    transition: bottom 0.2s;
    z-index: 100;		
}


#sunburst_wordlist:hover
{
	bottom:0px;
}	



#sunburst_words
{
	margin-bottom: -10px;
	position: relative;
	max-height:100%;
	overflow-y:scroll;

}

#sunburst_words>li
{

	float:left;
	display:;
	margin-right:0.25em;
	line-height: 1.1;
	position: relative;
	cursor: pointer;	
	margin-bottom: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
}

#sunburst_words>li>a
{
	text-decoration: none;

}

#sunburst_words>li>a>span
{
	font-size:1.5em;
}

#sunburst_words>li div.sunburst_word_parent
{
	height:10px;
	width:100%;
	overflow: hidden;
	position: relative;
	/*margin-top: -5px;*/
}

div.sunburst_word_parent_colorbox
{
	height:10px;
	float:left;
	position: relative;
	border-right:1px solid #eee !important;
	border-left:1px solid #eee !important;
	border-top:1px solid #eee !important;
	border-bottom:1px solid #eee !important;
}


div.sunburst_word_parent_colorbox[hex="ffffff"]
{
	border:0;
	position: relative;
}

div.sunburst_word_parent_colorbox[hex="ffffff"]:before
{
	z-index: 101;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border:1px solid #ccc !important;
}

div.sunburst_word_parent_colorbox[hex=""]
{
	border:0;

}

div.sunburst_word_parent_colorbox[hex=""]:before
{
	z-index: 500;
	 content: "";
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  right: 0px;
	  bottom: 0px;
	border:1px dashed #999 !important;

}



#sunburst_words>li:hover .word_pop
{
	display:block !important;
}

#sunburst_back
{
	background-color:;
	position: absolute;
	top:0;
	left:0;
	width:50px;
	height:50px;
	top:50%;
	left:50%;
	margin-top:-35px;
	margin-left:-25px;
	display:none;
	text-align: center;
	background-color: #eee;
	border-radius:500px;
	cursor: pointer;
}

#sunburst_back>i
{
	font-size:1.5em;
	color:#000;
	text-align: center;
	margin-top:13px;
	z-index: 50000;
}