#gia-sotu {
	width: 940px;
	margin: 15px auto;
	font-family: sans-serif;
	font-size: 12px;
	position: relative;
}

.axis {
	font-size: 12px;
	font-family: sans-serif;
}
.axis path,
.axis line {
	fill: none;
	stroke: #000;
	shape-rendering: crispEdges;
	opacity: 1;
}

.circleKey text {
	pointer-events: none;
	font-family: verdana;
	font-size: 9px;
}
.circleKey line {
	stroke: #000;
	shape-rendering: crispEdges;
}
.circleKey circle {
	stroke: #bbb;
	stroke-dasharray: 3, 1;
	fill: none;
}

circle.speech {
	cursor: pointer;
}

.gia-axisLabel {
	pointer-events: none;
	font-family: "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 10px;
}

#popupConnectors line {
	pointer-events: none;
	shape-rendering: crispEdges;
	stroke-dasharray: 2, 2;
	stroke: #aaa;
}

.gia-num {
	text-align: right;
}

#gia-sotu-presidents {
	position: relative;
	overflow: auto;
}

#gia-sotu-president-header {
	padding-bottom: 4px;
	border-bottom: 1px solid #eee;
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: lighter;
	font-family: "Georgia", serif;
	margin:0;
}

.gia-sotu-president {
	position: relative;
	float: left;
	width: 218px;
	margin: 0 4px;
	padding: 4px;
	height: 320px;
}

.gia-sotu-presidentImage {
	overflow: hidden;
	width: 99px;
	height: 110px;
	display: inline-block;
	float: left;
	margin-right: 6px;
	border: 1px solid #9e9e9e;
}

.gia-sotu-quote-left {
	background: url(../img/quote-left.png) no-repeat;
	width: 34px;
	height: 19px;
	display: inline-block;
	vertical-align: text-bottom;
}

.gia-sotu-quote-right {
	background: url(../img/quote-right.png) no-repeat;
	width: 34px;
	height: 19px;
	display: inline-block;
	vertical-align: text-top;
}

.gia-sotu-note-text, .gia-sotu-speech-years {
	font-family: "Helvetica Neue", sans-serif;
	font-size: 10px;
	color: #9e9e9e;
}

.gia-sotu-speech-years > span {
	padding: 0 2px;
	cursor: default;
	display: inline-block;
	font-size: 9px;
}

.gia-sotu-president-kincaid {
	font-size: 48px;
	font-family: Georgia, serif;
	overflow: auto;
}

.gia-sotu-president h3 > span {
	color: #9e9e9e;
	font-size: 14px;
}

.gia-sotu-president h3 {
	font-size: 18px;
	font-weight: lighter !important;
	color: #000;
	font-family: "Helvetica Neue", sans-serif;
	margin: 4px 0;
}

#gia-sotu-chart {
	position: relative;
	background: #fff;
	z-index: 10;
}

#gia-sotu-popup {
	pointer-events: none;
	position: absolute;
	width: 200px;
	height: 90px;
	padding: 0 0 0 100px;
	background: rgba(255, 255, 255, .7);
	background: rgba(255, 255, 255, 1);
}

#gia-sotu-popup h3 {
	margin: 0;
}

#gia-sotu-popup-portrait {
	position: absolute;
	left: 0;
	width: 90px;
	height: 90px;
	overflow: hidden;
	border: 1px solid #9e9e9e;
}

#gia-sotu-popup-portrait > img {
	width: 100%;
	margin: 0;
}

.gia-sotu-popup-date {
	color: #9e9e9e;
}

.gia-sotu-avg-sentence {
	clear: both;
	display: block;
	margin-top: 8px;
}

.gia-sotu-avg-sentence p {
	margin: 4px 0;
}

.gia-sotu-popup-kincaid {
	font-family: "Georgia", serif;
	font-size: 48px;
}

.gia-sotu-popup-kincaid-text {
	display: inline-block;
	font-weight: normal;
	font-size: 10px;
	width: 60px;
	color: #9e9e9e;
	font-family: "Verdana", sans-serif
}

.gia-sotu-annotation {
	position: absolute;
	pointer-events: none;
	font-size: 9px;
	line-height: 11px;
	font-family: "Verdana", sans-serif;
}

.gia-sotu-annotation-line {
	border-left: 1px dashed #9e9e9e;
	margin-top: 2px;
}
