#roget
{
	padding-left:20px;
	padding-top:20px;
	padding-right:20px;
	padding-bottom: 20px;
}

div.roget_content
{
	display:inline-block;
	width:500px;
	vertical-align: top;
	padding-left: 30px;
}

div.roget_content>h1
{
	font-size:1.5em;
	margin-bottom: 30px;
}

ul.roget_cats
{
	font-family:'Neue Helvetica W01';
	font-weight:600;
	text-transform: uppercase;
	width:300px;
	border-right:1px dotted #999;
	padding-right:30px;
	display:inline-block;
	vertical-align: top;
}

ul.roget_cats a
{
	text-decoration: none !important;
}

ul.roget_cats>li>a
{
	font-size:1.2em;
	padding:10px;
	display:block;
}

ul.roget_cats_sub
{
	margin-left: 15px;
}

ul.roget_cats_sub>li>a
{
	font-size:0.9em;
	display:block;
	padding:5px;
}

ul.roget_cats_sub>li>a.null
{
	opacity:0.3;
}


ul.roget_cats_sub2
{
	margin-left:15px;
}

ul.roget_cats_sub2>li>a
{
	font-size:0.8em;
	display:block;
	padding:5px;	
}

div.roget_items
{
	text-align: center;
}

div.roget_item
{
	display:inline-block;
	background-color:#eee;
	margin: 20px;
	position: relative;
	vertical-align: top;
}

div.roget_item_donut
{
	width:200px;
	height:200px;	
	padding:20px;
	position: relative;
}

div.roget_item:hover
{
}

div.roget_item_donut>svg
{
    z-index: 5;
    position: relative;	
}

div.roget_item_donut_number
{
	position: absolute;
	font-size:2em;
	top:50%;
	width:100%;
	text-align: center;
	margin-top:-0.675em;
	left:0;
	font-family:'Neue Helvetica W01';
	font-weight:600;
	color:#fff;
	z-index: 10;	
}

div.roget_item_donut_number>span
{
	font-size:0.35em;
	display:block;
	text-transform: uppercase;
}

div.roget_item_name
{
	padding-bottom: 20px;
	font-size:1.1em;
	width:200px;
	position: relative;
	padding-left:20px;
	padding-right:20px;
	overflow: hidden;
	vertical-align: middle;
}


div.roget_content #sunburst_wordlist
{
	position: relative;
	height:auto;
	bottom:auto;
	margin-left:auto;
	z-index: 0;
}

#roget_detail_donut
{
	padding:20px;
	height:400px;
	background-color: #eee;
	margin-bottom: 20px;
}