body {
	font-family: Sans-serif;
}

.dc-chart .pie-slice {
    fill: white;
    font-size: 12px;
    cursor: pointer;
}

.dc-chart .pie-slice :hover{
    fill-opacity: .8;
}

.dc-chart .selected path{
    stroke-width: 3;
    stroke: #ccc;
    fill-opacity: 1;
}

.dc-chart .deselected path{
    strok: none;
    fill-opacity: .5;
    fill: #ccc;
}

.dc-chart rect.bar {
    stroke: none;
    fill: red;
}

.dc-chart rect.bar:hover {
    fill-opacity: .5;
}

.dc-chart .brush rect.extent {
	fill-opacity: .5;
}

.dc-chart .axis path, .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.dc-chart .axis text {
    font: 10px sans-serif;
}

.dc-chart .grid-line line {
    fill: none;
    stroke: #ccc;
    opacity: .5;
    shape-rendering: crispEdges;
}

.dc-chart path.line {
    fill: none;
    stroke: steelblue;
    stroke-width: 1.5px;
}

.dc-chart path.area {
    fill: steelblue;
    fill-opacity: .3;
    stroke: none;
}

#overviewUsageChart g.y {
	display: none;
}

span#filterRange {
	font-weight: normal;
	font-size: 10px;
}

.pointer {
	cursor: pointer;
}

td.indented {
	padding-left: 2em;
}

tr.company {
	background-color: #ccbbbb;
	font-weight: bold;
}