/* Styles go here */
.dc-chart .axis text{
	font: 11px "Chronicle Text G1 A" !important;
}
.dc-chart path.area{
	fill-opacity:1 !important;
	fill : #6baed6;
}
body {
	font: 7px "Chronicle Text G1 A";
	/*font-family:Raleway;*/
}
.dc-chart .axis path, .dc-chart .axis line{
	stroke:#000;
}
.dc-chart path.line{
	stroke: #000 !important;
	stroke-width:0.1 !important;
	fill:none !important;
	/*shape-rendering: crispEdges;*/
}

.axis path, .axis line {
	fill: none;
	stroke: #000;
	shape-rendering: crispEdges;
}
.dc-chart .axis path, .axis line{
	stroke:#ccc !important;
}
/* hide y axis */
#activity  .axis .tick line,#activity .axis path {
	display: none;
}

.category-circle {
	fill: none;
}

.question-circle {
	fill: #a6d8fc;//url(#gradient-questions);
}

.chart-area-circle {
	/*stroke: #fff;
	stroke-width: 1px;*/
	/*fill: url(#gradient-chart-area);*/
	fill:#fff;
}

.center-circle {
	fill: #fff;
}

.bars {
	fill: #6baed6;
}

.gridlines {
	fill: none;
	stroke: #fff;
}

.minor {
	stroke-width: 1px
}

.major {
	stroke-width: 1px
}

.question-label-arc {
	/*fill: white;
    stroke: #AAAAAA;
    fill: url(#gradient-questions);*/
	
}

.category-label-text {
	/*font-weight: bold;*/
	font-size: 12px;
	fill: #ddd;
}

.question-label-text {
	font-size: 8px;
	fill: #000;
}

.question-labels {
	text-anchor: middle;
	font-weight: bold;
}

.category-labels {
	text-anchor: middle;
	font-weight: bold;
	font-size: 14px;
	fill: #fff;
}

.axis path, .axis line {
	fill: none;
	stroke: #ddd;
	shape-rendering: crispEdges;
}

#activity .x.axis path {
	display: none;
}

#emotion {
	font: 12px sans-serif;
}