.d3graph svg {
	width: 100%;
	height: 100%;
}

.d3graph path.slice{
	stroke-width:2px;
}

.d3graph polyline{
	opacity: .3;
	stroke: black;
	stroke-width: 2px;
	fill: none;
}
.d3graph .labelValue
{
	font-size: 60%;
	opacity: .5;
	
}
.toolTip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    display: none;
    width: auto;
    height: auto;
    background: none repeat scroll 0 0 white;
    border: 0 none;
    border-radius: 8px 8px 8px 8px;
    box-shadow: -3px 3px 15px #888888;
    color: black;
    font: 12px sans-serif;
    padding: 5px;
    text-align: center;
}
.d3graph text {
  font: 12px sans-serif;
}
#graphOpina{opacity:0;height: 0px;overflow: hidden;}