<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-container {
	width: 960px;
	margin-left: 10px;
}

h2 {
	clear: both;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 10px;
}
#sliders-container {
	width: 980px;
	margin-left: -20px;
}

.slider-container {
	float: left;
	margin-left: 20px;
	width: 176px;
}

.slider-label, .slider-values {
	text-align: center;
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #999;
}
.obama {
	color: #007ABC;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}
.romney {
	color: #CA0002;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}

#dem-thumb {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
#rep-thumb {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}
#chart-container {
	text-align: center;
	position: relative;
	height: 52px;
}


.ev-label {
	font-size: 14px;
}
#obamaEV {
	font-weight: bold;
	color: #007ABC;
}
#romneyEV {
	font-weight: bold;
	color: #ca0002;
}
#dem-label {
	position:absolute;
	top: 4px;
	left: 58px;
}
#rep-label {
	position: absolute;
	top: 4px;
	right: 58px;
}

#chart-bars {
	position: absolute;
	top: 27px;
	left: 53px;
	width:854px;
	background-color: #dbdbdb;
	height: 25px;
}

#bar-dem {
	background-color: #007ABC;
	background-image: url('http://i.cdn.turner.com/cnn/.e/img/3.0/election/electoral.calculator/cnn_blue.jpg');
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	width: 0;
	height: 25px;
}
#bar-rep {
	background-color: #ca0002;
	background-image: url('http://i.cdn.turner.com/cnn/.e/img/3.0/election/electoral.calculator/cnn_red.jpg');
	background-repeat: repeat-x;
	position: absolute;
	right: 0;
	width: 0;
	height: 25px;
}

#bar270 {
	border-right: 1px solid #666;
	width: ;
}

#states-results {
	width: 970px;
	margin-left: -10px;
	clear: both;
}

#states-container {
	float: left;
	width: 720px;
}

#states-container&gt;div {
	font-size: 16px;
	margin-left:10px;
	margin-bottom: 10px;
	width: 145px;
	padding: 5px 12px;
	float: left;
	color: #FFF;
	cursor: pointer;
}

#state-summary {
	float: left;
	width: 240px;
	margin-left: 10px;
}

#setSliderButtons {
	float: right;
	margin: -40px 0 0 0;
}
.dry-btn {
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	color: #000;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #dadada;
	/* background gradient */
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E6E6E6));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E6 100%);
	
}

.dry-btn:hover {
	color: #CA0002;
}

.tie { background-color: #acacac; }
.dem { background-color: #007ABC; }
.rep { background-color: #ca0002; }

.demTxt { color: #007abc; }
.repTxt { color: #ca0002; }


p.footnote {
	font-size: 11px;
	color: #999;
}

#state-summary h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
p.stateEv {
	margin: 0 0 5px 0;
	padding: 0 !important;	
	font-style: italic;
}
#state-summary table {
	border-collapse: collapse;
	font-size: 11px;
}
#state-summary th, td {
	border-bottom: 1px solid #999;
	padding: 3px;
	text-align: center;
}
th {
	font-weight: bold;
}
#state-summary .total {
	background-color: #dadada;
}
div.clear {
	clear: both;
	margin-top: 5px;
}
p.credits {
	color: #999;
	font-size: 11px;
}
p.credits&gt;span {
	font-weight: bold;
}
</pre></body></html>