#right-column svg{
	display: block;
	position: absolute;
}

#statewide{
	font-size: 12px;
	margin: 0;
	line-height: 14px;
	color: #999;
	visibility: hidden;
	cursor: pointer;
}

#right-column h3{
	margin-bottom: 0;
}

.chart-container{
	width: 260px;
}

.bar-chart{
	height: 60px;
	margin-bottom: 30px;
	position: relative;
}

.bar{
	margin-right: 10px;
	display: inline-block;
	background-color: #b0bfc8;
	position: relative;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid white;
}

.bar:hover{
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;
}

.bar-chart line{
	stroke: #ccc;
	stroke-width: 1;
}

.bar-chart text{
	font-size: 10px;
	fill: #333;
}

.chart-base{
	position: absolute;
	top: 50px;
	margin-left: 20px;
	height: 2px;
	width: 220px;
	background-color: #999;
}

p.bar-label{
	width: 60px;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	position: absolute;
	top: 56px;
	-webkit-transform: rotate(-30deg); 
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
}

.pie-chart{
	height: 80px;
	margin-bottom: 30px
}

.pie path{
	stroke: white;
	stroke-width: 1;
}

.pie path.slice-clone{
	stroke: black;
}

.pie-legend{
	margin-left: 100px;
}

.pie-legend-row{
	height: 15px;
	width: 150px;
}

.pie-legend-row div{
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: middle;
}

.pie-legend-row p{
	font-size: 10px;
	line-height: 12px;
	display: inline-block;
	color: #666;
	margin: 0 0 0 5px;
}

.pie-legend-row div.pie-check{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	background-color: #ccc;
	float: right;
	margin-top: 1px;
	margin-right: 5px;
	cursor: pointer;
	border: 4px solid #fafafa;
}

.pie-legend-row div.pie-check:hover{
	background-color: #666;
}

.pie-legend-row div.pie-check.selected, 
.pie-legend-row div.pie-check.selected:hover{
	border: none;
	border-radius: 0;
	background-color: transparent;
	width: 16px;
	height: 10px;
	margin-top: 3px;
	margin-right: 0;
	background-image: url(../images/propIcon.png)
}

#main-map circle{
	fill: rgba(255,255,255,.25);
	stroke: black;
}

.prop-header{
	float: right;
	margin: 0;
	text-decoration: underline;
}

#payer-prop, #education-prop{
	display: none;
}

#quickfacts{
	float: right;
	text-decoration: none;
	color: #06c;
	font-size: 12px;
}

#quickfacts img{
	border: none;
}