.positive {
	background-color: #d87;
}

.negative {
	background-color: #6c7;
}

#datatable {
	width: 620px;
}

#datatable ul {
	margin-bottom: 0;
	-webkit-transition: all .35s linear;
	overflow: hidden;
	padding-left: 80px;
	border-bottom: 1px solid #ccc;
}

#datatable .mainrow td {
	padding-top: 5px;
	padding-bottom: 5px;
}

#datatable .hidden {
	height: 0;
	display: none;
}

#datatable th {
	text-align: left;
}

#datatable .pov, #datatable .cpov {
	text-align: right;
}

#datatable .mainrow td:last-child:after {
	content: "\25BA";
	display: block;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 14px;
}
#datatable .mainrow.active td:last-child:after {
	content: "\25BC";
	display: block;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 14px;
}

#datatable .mainrow span {
	width: 5em;
	display: inline-block;
}
#datatable .mainrow:hover {
	background-color: #E6E0C3;
}
#datatable .mainrow.positive:hover {
	background-color: #c87;
}
#datatable .mainrow.negative:hover {
	background-color: #6b7;
}

#datatable .active, #datatable .active:hover {
	background-color: #D1CCB2;
}

#datatable .active.positive, #datatable .active.positive:hover {
	background-color: #a65;
	color: #e6e6e6;
	text-shadow: 0 0 0 white;
}

#datatable .active.negative, #datatable .active.negative:hover {
	background-color: #495;
	color: #e6e6e6;
	text-shadow: 0 0 0 white;
}
#map { margin-left: -70px; }
.home #zip_code {
	border-left: 1px solid #ccc;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
}
#address {
	width: 380px;
}
.dist {
	width: 20%;
}

.pov {
	width: 25%;
}

.chg {
	width: 25%;
}
.cong {
	text-align: center;
	float: none;
	border-bottom: 1px solid #ccc;
	margin: 2px 0; 
}
.cong-link {
	margin-right: .5em;
}

.cong-link:after {
	content: '\2022';
	margin-left: .5em;
}
.cong-link:last-child:after {
	content: '';
	margin-left: none;
}