#hilite { max-width: 100%; margin: 0 0 15px 0}
#controls { margin-bottom: -40px; text-align: right}

.feed-control {
	background: #333;
	font-weight: 700;
	color: #ddd;
	padding: 6px 10px;
	margin: 0 -2px;
	display: inline-block;
	cursor: pointer;
}
.feed-control:hover {
	background: #444;
}

#g-prev {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#g-next {
	border-left: 2px solid #222;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#compare-chart {
	font-family: 'Roboto Slab', Georgia, Times, Serif;
	width: 300px;
	background: #333;
	position: relative;
	margin: 0 auto;
}
#c-body {
	width: 270px;
	position: absolute;
	right: 0;
}

.gray-bar{
	height: 200px;
	width: 80px;
	margin-left: 10px;
	background: #222;
	float: left;
}

.segment {
	position: absolute;
	display: block;
	height: 0px;
	width: 100%;
}

.num {
	width: 30px;
	color: #777;
	text-align: right;
	display: block;
}

.tick {
	width: 265px;
	position: absolute;
	top: 12px;
	right: 0px;
	height: 0px;
	border-top: 1px dotted #888;
}

.first-set, .second-set {
	position: absolute;
	width: 30px;
	height: 20px;
	text-shadow: 0px 0px 5px #000;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	cursor: default;
	z-index: 5;
}

.first-set:hover, .second-set:hover {
	z-index: 20;
}

.first { right: 25px }
.second { right: 115px }
.third { right: 205px }

.yr-label.first,.comp-label.first {right: 0px}
.yr-label.second,.comp-label.second {right: 90px}
.yr-label.third,.comp-label.third {right: 180px}


.yr-label,.comp-label { width: 80px; position: absolute; color: #666; text-align: center}
.yr-label {top: 210px}
.comp-label {top: 270px}
.comp-head {position: absolute; top: 240px; right: 0px; width: 270px; text-align: center; font-weight: 700}

/*CLASSES*/