/* BODY STYLES */

/* Preview */
#publish {
	background: #333 none repeat scroll 0% 0%;
	color: #fff;
	padding: 30px;
	margin-bottom: 30px;
	font-size: 18px;
}
#publish_preview {
	background: #cc0000 none repeat scroll 0% 0%;
	color: #fff;
	padding: 5px;
	margin-left: 20px;
	cursor: pointer;
}

/* Disables zoom on devices when clicking input field */
input[type="text"]:focus, input[type="password"]:focus,
textarea:focus, select:focus {
	font-size: 22px;
}

h1 { color:#DC0000; font-size:2em; font-weight:900; font-family:"Helvetica Neue", sans-serif; line-height:1.1em; margin-bottom:10px; }
	h1 a:hover { text-decoration:none; }
h2 { color:#000000; font-size:2em; font-weight:900; font-family:"Helvetica Neue", sans-serif; }

body.polls .clearfix,
body.maps .clearfix {
	clear: both;
}
body.polls h2.page_title,
body.maps h2.page_title {
	margin:0;
	width: 100%;
	float: left;
	margin-right: -180px;
}
	body.polls h2.page_title > div,
	body.maps h2.page_title > div {
		margin-right: 180px;
	}
body.polls h3,
body.maps h3 { margin-top: 40px; clear: both; }
body.polls .more-link,
body.maps .more-link { font-weight:bold; }

body.polls h2.page_title.writeup_title {
	margin: 20px 0;
}
body.polls h2.page_title.writeup_title > div {
	margin: 0;
}
body.polls .writeup {
	clear: both;
}

#container .preload { display: none; }

.alpha-container { float:left; width:100%; }
	body.polls .alpha,
	body.maps .alpha { margin-right: 326px; /*border-right:1px solid #EBEBEB;*/ padding-right: 10px; padding-bottom: 50px; padding-left:10px;}

	.beta-container { float:left; width:326px; margin-left:-326px; }
	.beta { margin:0 auto 15px; width:300px; }

body.polls .comments-label,
body.maps .comments-label { padding-top:6px; }
body.polls .comments-count,
body.maps .comments-count { padding-top:24px; }

.footer-wrapper { display:inherit; }

.polls-header { border-bottom:7px solid #DC0000; margin:0; }
	.polls-header h1 { font-size:2.5em; margin-top: 0; }

.polls-social { float: right; text-align: right; width: 180px; font-size:0.95em; font-weight:bold; }
	.polls-social .socialBar { padding:0; width:100%; }
		.polls-social .socialBar .left { float:right; }

		.socialBar-clicks { color: #DC0000; display: inline-block; height: inherit; vertical-align: middle; }
			.socialBar-clicks .label { color: #919191; font-size: 0.8em; text-transform: capitalize; }

		.socialBar-divide { color: #b7b7b7; display: inline-block; height: inherit; padding: 0 3px; vertical-align: middle; }

		.socialBar-shares { color: #DC0000; display: inline-block; height: inherit; vertical-align: middle; }
			.socialBar-shares .label { color: #919191; font-size: 0.8em; text-transform: capitalize; }

.polls_header_dropdown {
	/*border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;*/
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
	.polls_header_dropdown .quick_links_content {
		display: none;
	}
	/*.polls_header_dropdown .quick_links_content.preview {
		display: block;
		height: 30px;
		overflow: hidden;
		position: relative;
	}*/
		/*.polls_header_dropdown .quick_links_content.preview .overlay {
			position: absolute;
			left: 0;
			right: 0;
			top: 20px;
			height: 50px;
			cursor:pointer;
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
			background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
			background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
			background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
			background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
		}*/
	.polls_header_dropdown .filter_content {
		display: none;
		padding: 20px;
		overflow: auto;
	}
	.polls_header_dropdown .open {
		float: left;
		width: 100%;
	}
		.polls_header_dropdown .open .polls_dropdown {
			float: right;
			padding: 6px 10px 0 0;
		}
			.polls_header_dropdown .open .polls_dropdown select {
				border: 1px solid rgb(221, 221, 221);
				padding: 1px;
				font-size: 12px;
				color: #666;
			}
		.polls_header_dropdown .open .find_a_poll_title {
			float: right;
			font-size: 12px;
			color: #666;
			padding: 6px 10px 0;
			height: 24px;
			/*border-left: 1px solid #EBEBEB;*/
		}
			.polls_header_dropdown .open .find_a_poll_title > span:first-child {
				float: left;
				padding-right: 7px;
				padding-top: 4px;
			}
			.polls_header_dropdown .open .find_a_poll_title input {
				border: 1px solid #ddd;
				padding: 2px 4px;
				width: 240px;
				height: 17px;
				font-size: 10px;
				text-align: center;
			}
		.polls_header_dropdown .open .quick_links_title {
			float: right;
			font-size: 12px;
			color: #666;
			padding: 10px 10px 0;
			height: 24px;
			cursor: pointer;
			/*border-left: 1px solid #EBEBEB;*/
		}
		.polls_header_dropdown .open .quick_links_title.active {
			background: #E5E5E5;
		}
		.polls_header_dropdown .open .quick_links_title:hover {
			background: #D5D5D5;
		}
		.polls_header_dropdown .open .filter_title {
			float: right;
			font-size: 12px;
			color: #666;
			padding: 10px 10px 0;
			height: 24px;
			cursor: pointer;
			/*border-left: 1px solid #EBEBEB;*/
		}
		.polls_header_dropdown .open .filter_title.active {
			background: #E5E5E5;
		}
		.polls_header_dropdown .open .filter_title:hover {
			background: #D5D5D5;
		}
		.polls_header_dropdown .open .arrow {
			float: right;
			color: #666;
			height: 24px;
			width: 24px;
			text-align: center;
			padding: 5px;
			cursor: pointer;
		}

.filter_content .filter_section {
	float: left;
	padding-right: 20px;
}
.filter_content .filter_section h4 {
	margin-top: 0;
}
	.filter_content .filter_section .multi_select {
		border: none;
	}
		.filter_content .filter_section .multi_select option {
			padding: 5px 30px;
		}
.filter_content .results {
	clear: both;
	overflow: auto;
}
	.filter_content .results .link_label {
		background-color: #DC0000;
		color: #fff;
		padding: 4px 10px;
		margin: 20px 0 5px;
	}
	.filter_content .results .link {
		margin-left: 10px;
	}
.filter_content .select_all_button {
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	display: inline-block;
	border: none;
	cursor: pointer;
	margin: 0 0 0 10px;
	position: relative;
	font-size: 13px;
	padding: 3px 7px;
	line-height: 1.39;
	background-color: #E7E7E7;
}
.filter_content .select_all_button:hover {
	background-color: #D7D7D7;
}
.filter_content .filter_button {
	float: left;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	display: inline-block;
	border: none;
	color: #FFF;
	cursor: pointer;
	vertical-align: middle;
	margin: 0px;
	position: relative;
	font-size: 13px;
	padding: 9px 13px;
	line-height: 1.39;
	background-color: #DC0000;

	margin: 60px 0 0 60px;
}
.filter_content .filter_button:hover {
	background-color: #C74635;
}
.filter_content .clear_filter_button {
	float: left;
	clear: left;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	display: inline-block;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	margin: 0px;
	position: relative;
	font-size: 13px;
	padding: 9px 13px;
	line-height: 1.39;

	margin: 10px 0 0 60px;

	background-color: #E7E7E7;
}
.filter_content .clear_filter_button:hover {
	background-color: #D7D7D7;
}

.quick_links_content {
	padding: 10px 20px 20px;
	overflow: hidden;
}
.quick_links_content h4 {
	margin: 10px 0 5px;
}
/*.quick_links_content .left {
	float: left;
	padding: 20px;
	width: 200px;
	background-color: #F7F7F7;
	margin-right: 20px;
}*/
/*.quick_links_content .right {
	padding: 20px 20px 20px 0;
}*/
.quick_links_content .link {
	color: #919191;
	font-size: 12px;
	display: block;
	margin-top: 4px;
}
.quick_links_content .link.highlight {
	color: #DC0000;
}
.quick_links_content .label {
	color: #DC0000;
}
.quick_links_content .link_section {
	width: 190px;
	display: inline-block;
	vertical-align: top;
}

#polling-data-rcp,
#polling-data-full {
	clear: both;
	overflow: auto;
}
	#polling-data-rcp .mobile_pollster_name,
	#polling-data-full .mobile_pollster_name {
		display: none;
	}
		#polling-data-rcp .foot,
		#polling-data-full .foot {
			margin: 0px 0px 20px;
			text-align: center;
			font-size: 12px;
			padding: 2px 0px;
			background: #F5F5F5;
			border-bottom: 1px solid #eee;
			font-weight: bold;
		}
	#polling-data-rcp.small_table,
	#polling-data-full.small_table {
		display: none;
	}
	#polling-data-rcp.flipped_table,
	#polling-data-full.flipped_table {
		display: none;
	}
#polling-data-rcp h3,
#polling-data-full h3,
h3.red-bar-section {
	margin: 20px 0 0;
	text-align: center;
	background-color: #DC0000;
	color: #fff;
	padding: 3px 0;
}
body.polls.comparison #polling-data-rcp h3,
body.polls.comparison #polling-data-full h3,
body.polls.comparison h3.red-bar-section {
	background: #ddd;
	color: #000;
	float: left;
	width: 100%;
	margin-top: 20px;
}
#polling-data-rcp table.data,
#polling-data-full table.data {
	border-collapse: collapse;
	font-size: 12px;
	width: 100%
}
	#polling-data-rcp table.data .rcpAvg,
	#polling-data-full table.data .rcpAvg,
	#polling-data-rcp table.data .rcpAvg2,
	#polling-data-full table.data .rcpAvg2 {
		font-weight: bold;
	}
	#polling-data-rcp table.data tr td,
	#polling-data-full table.data tr td {
		border-bottom: 1px solid #EEEEEE;
		background-color: #F5F5F5;
	}
	#polling-data-rcp table.data tr.header th,
	#polling-data-full table.data tr.header th {
		border-bottom: 1px solid #272727;
		background-color: #000000;
		color: #fff;
	}
	#polling-data-rcp table.data tr.rcpAvg td,
	#polling-data-full table.data tr.rcpAvg td,
	#polling-data-rcp table.data tr.final td,
	#polling-data-full table.data tr.final td {
		border-bottom: 1px solid #E5D364;
		background-color: #F0DF6B;
	}
	#polling-data-rcp table.data tr.rcpAvg2 td,
	#polling-data-full table.data tr.rcpAvg2 td {
		border-bottom: 1px solid #bbb;
		background-color: #ccc;
	}
	#polling-data-rcp table.data tr.alt td,
	#polling-data-full table.data tr.alt td {
		background-color: #fff;
	}
	#polling-data-full table.data tr.isInRcpAvg td {
		background-color: #ddd;
		border-bottom: 1px solid #ccc;
	}
	#polling-data-full table.data tr.isInRcpAvg td {
		border-left: 1px solid #ccc;
	}
	#polling-data-rcp table.data tr th,
	#polling-data-full table.data tr th {
		border-left: 1px solid #272727;
		padding: 3px 0;
		word-break: break-all;
	}
	#polling-data-rcp table.data.large tr.header th,
	#polling-data-full table.data.large tr.header th {
		border-left: 1px solid #070707;
	}
	#polling-data-rcp table.data tr.rcpAvg td,
	#polling-data-full table.data tr.rcpAvg td {
		border-left: 1px solid #E5D364;
		padding: 3px 0;
		text-align: center;
	}
	#polling-data-rcp table.data tr.rcpAvg2 td,
	#polling-data-full table.data tr.rcpAvg2 td {
		border-left: 1px solid #bbb;
		padding: 3px 0;
		text-align: center;
	}
	#polling-data-rcp table.data tr td,
	#polling-data-full table.data tr td {
		border-left: 1px solid #EEEEEE;
		padding: 3px 0;
		text-align: center;
		/*word-break: keep-all;*/
		white-space: nowrap;
	}
	#polling-data-rcp table.data tr td:first-child,
	#polling-data-full table.data tr td:first-child {
		text-align: left;
		padding: 3px 0 3px 10px;
		min-width: 76px;
	}
	#polling-data-rcp table.data tr.final td,
	#polling-data-full table.data tr.final td {
		border-left: 1px solid #E5D364;
		/*padding: 2px 0;*/
	}
	#polling-data-rcp table.data tr td:first-child,
	#polling-data-full table.data tr td:first-child {
		border-left: none;
		word-wrap: break-word;
		white-space: normal;
	}
	#polling-data-rcp table.data tr td.spread .dem,
	#polling-data-full table.data tr td.spread .dem {
		color:#00F;
	}
	#polling-data-rcp table.data tr td.spread .gop,
	#polling-data-full table.data tr td.spread .gop,
	#polling-data-rcp table.data tr td.spread .rep,
	#polling-data-full table.data tr td.spread .rep {
		color:#ff0000;
	}

#candidate-snapshot {
	overflow: auto;
	width: 100%;
}
#candidate-snapshot h3 {
	margin-top: 10px;
}
	#candidate-snapshot #candidates {
		float: left;
		width: 50%;
	}
	#candidate-snapshot #candidates.wide {
		float: none;
		width: auto;
	}
		#candidate-snapshot #candidates .candidate {
			float: left;
			padding-left: 20px;
			padding-top: 20px;
		}
			#candidate-snapshot #candidates .candidate p {
				margin: 0;
			}
	#candidate-snapshot #snapshot {
		float: left;
		width: 48%;
		margin-left: 2%;
	}

#short-news h3 {
	margin: 20px 0 0;
	text-align: center;
	background-color: #DC0000;
	color: #fff;
	padding: 3px 0;
}
#short-news ul {
	display: block;
	font-size: 0.95em
}

	#short-news ul > li { padding:3px 0; display: block; overflow:auto; text-align:left;}
		#short-news ul > li > a { float:left; margin-right:5px; font-weight:bold; }
		#short-news ul > li > span { font-size:0.75em; line-height:1.3em; color:#666; float:left; clear: left; }
			#short-news ul > li > span a { color: #666; }
		#short-news ul > li > br { display:none; }

/* Basic jQuery Slider essential styles */
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{top: auto !important; bottom: 10px; right:100px;font-size: 20px;font-weight: bold;background: #cc0000; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px;width:27px;height:27px;color: #fff;text-align: center; opacity: 0.7;}
ul.bjqs-controls.v-centered li.bjqs-next a:hover {text-decoration: none;color: #fff; opacity: 0.4;}
ul.bjqs-controls.v-centered li.bjqs-prev a{top: auto !important; bottom: 10px; left:100px;font-size: 20px;font-weight: bold;background: #cc0000; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px;width:27px;height:27px;color: #fff;text-align: center; opacity: 0.7;}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover {text-decoration: none;color: #fff; opacity: 0.4;}
/*ul.bjqs-controls li a{position:absolute;}
ul.bjqs-controls li.bjqs-next a{right:0;}
ul.bjqs-controls li.bjqs-prev a{left:0;}*/
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

#chart_slider_holder {
  margin-top: 10px;
}
#chart_slider {
  float: left;
  border: 1px solid #ccc;
  margin-right: 20px;
}
  #chart_slider > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
    #chart_slider > ul > li {
      background: #E2E2E2;
      font: 12px Verdana,Arial,Helvetica;
    }
      #chart_slider > ul > li .election_scorecard {
        background: #fff;
      }
      #chart_slider > ul > li .map {
        background: #fff;
      }
      #chart_slider > ul > li .map,
      #chart_slider > ul > li .map img {
        width: 100%;
      }
      #chart_slider > ul > li .title {
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        background: #fff;
      }
      #chart_slider > ul > li .subtitle {
        font-size: 10px;
        text-transform: uppercase;
        text-align: center;
        background: none repeat scroll 0% 0% #FFF;
      }
      #chart_slider > ul > li .numbers {
        text-align: center;
        background: #fff;
      }
        #chart_slider > ul > li .numbers a {
          color: inherit;
        }
        #chart_slider > ul > li .numbers a:hover {
          color: inherit;
          text-decoration: none;
        }
        #chart_slider > ul > li .numbers .dems.number {
          color: #0000cc;
          font-size: 18px;
          font-weight: bold;
          margin-right: 7px;
          display: inline-block;
        }
        #chart_slider > ul > li .numbers .gop.number {
          color: #cc0000;
          font-size: 18px;
          font-weight: bold;
          display: inline-block;
        }
        #chart_slider > ul > li .numbers .dems.label {
          color: #0000cc;
          margin-right: 20px;
          display: inline-block;
        }
        #chart_slider > ul > li .numbers .gop.label {
          color: #cc0000;
          margin-right: 7px;
          display: inline-block;
        }
        #chart_slider > ul > li .numbers .tossups {
          color: #666;
          font-size: 18px;
          font-weight: bold;
          margin-right: 20px;
          display: inline-block;
        }
          #chart_slider > ul > li .tossups .title > a {
            display: none;
          }
        #chart_slider > ul > li .dropdown {
          display: none;
      	}

/*#modules {
	padding-left: 40px;
}*/

/* DEFENSE WIDGET STYLE */
div#rcd-analysis {float: right; width: 240px; margin: 5px;}
div#rcd-analysis-head {text-align:center;}
div#rcd-analysis-head img {width: 160px; padding:5px 0;}
div#rcd-analysis-text {padding: 5px; border: 1px solid rgb(204,204,204); }
div#rcd-analysis-text p {margin:0;}
/* END DEFENSE WIDGET STYLE */

/* LATEST POLLS */

.table-races {
	margin-top: 20px;
	font-size: 12px;
}
.table-races.hide {
	display: none;
}
	.table-races .click-sort {
		cursor: pointer;
	}
	.table-races .click-sort:hover {
		text-decoration: underline;
	}
	.table-races > table {
		width: 100%;
	}
	.table-races > table.sortable {
		margin-bottom: 15px;
	}
		.table-races > table.sortable .lp-race {
			width: 27%;
		}
		.table-races > table.sortable .lp-poll {
			width: 23%;
			word-wrap: break-word;
			break-word: break-all;
			word-break: break-all;
			word-break: break-word;
			white-space: normal;
		}
		.table-races > table.sortable .lp-results {
			width: 30%;
		}
		.table-races > table.sortable .lp-spread {
			white-space: nowrap;
		}
	.table-races > table th {
		text-align: left;
		padding: 4px 8px;
	}
	.table-races > table.sortable td {
		text-align: left;
		padding: 4px 8px;
	}
	.table-races > table.sortable tr {
		background-color: #E7E7E7;
	}
	.table-races > table.sortable tr.alt {
		background-color: #F7F7F7;
	}
	.table-races > table.sortable thead tr,
	.table-races > table.sortable thead tr.alt {
		background-color: #ccc;
	}
	.table-races > table td.date {
		padding-bottom: 5px;
		font-size: 16px;
	}

	.table-races .dem {
		color: #0000ff;
	}
	.table-races .rep,
	.table-races .gop {
		color: #ff0000;
	}

.polls-under-title-module,
#under-title {
	float: left;
	clear: left;
	margin-top: 7px;
}
.polls-under-title-module,
#under-title-mobile {
	float: left;
	clear: left;
	margin-top: 7px;
	display: none;
}
#under-title.maps {
	float: none;
	clear: none;
}
	#under-title.maps .count {
		font-size: 14px;
		color: #666;
	}
.polls-under-title-module:after,
#under-title:after {
	content: "";
	display: table;
	clear: both;
}
.polls-under-title-module a,
#under-title a {
	display: inline-block;
}
.polls-under-title-module a.selected {
	border-bottom: 2px solid #DC0000;
}
.polls-under-title-module a:hover {
	text-decoration: none;
	border-bottom: 2px solid #DC0000;
}

#under-title .links .layered {
	display: inline-block;
	overflow: auto;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #ccc;
	padding: 0 10px;
}
#under-title .links .layered:first-child {
	border-left: 0;
}
	#under-title .links .layered a {
		display: block;
		font-size: 14px;
	}
	#under-title .links .layered a.sub {
		color: #666;
		font-size: 12px;
	}

#recent_elections {
	background: #e7e7e7;
	text-align: center;
}

table.hide { display: none; }

p#my-nav { text-align: right; }
p#my-nav a { margin-left: 5px; }
p#my-nav a.hide { display: none; }
p#my-nav a.on { color: #000; }

/* More polling data button */
a#more_table_data { padding-right: 13px; background: transparent url('http://www.realclearpolitics.com/images/bg_down_arrow.gif') no-repeat right 5px; font: normal 14px Arial, Helvetica, sans-serif; color: #666; }
#more_table_data_footer { margin-top: -1px; clear: both; text-align: center; padding: 4px; background: #fff url('http://www.realclearpolitics.com/images/bg_legend.gif') repeat-x bottom; border: 1px solid #999; font-weight: bold; }

@media ( min-width : 1200px ) {
	body.polls .alpha,
	body.maps .alpha {
		margin-right: 310px;
		padding-left: 0;
	}

	.beta-container {
		width:300px;
		margin-left:-300px;
	}
}

/* Used to be max-width : 1139px media query
now .go_diag applied at custom width by javascript set by CMS */

#polling-data-rcp.go_diag  table.data.large tr.header th,
#polling-data-full.go_diag  table.data.large tr.header th {
	background: none;
	color: #000;
}
#polling-data-rcp.go_diag  table.data.large tr.header th.diag,
#polling-data-full.go_diag  table.data.large tr.header th.diag
{
	height: 70px;
	white-space: nowrap;
	/*width: 30px;*/
}

#polling-data-rcp.go_diag  table.data.large tr.header th.diag > div,
#polling-data-full.go_diag  table.data.large tr.header th.diag > div
{
	color: #000;
	transform: translate(15px, -3px) rotate(315deg);
	-ms-transform: translate(15px, -3px) rotate(315deg);
	-webkit-transform: translate(15px, -3px) rotate(315deg);
	width: 23px;
	float: right;
}

#polling-data-rcp.go_diag  table.data.large tr.header th.diag > div > span,
#polling-data-full.go_diag  table.data.large tr.header th.diag > div > span
{
	border-bottom: 1px solid #070707;
	width: 100px;
	display: inline-block;
	text-align: left;
}

#polling-data-rcp.go_diag  table.data.large tr.header,
#polling-data-full.go_diag  table.data.large tr.header {
	background: none;
	color: #000;
	vertical-align: bottom;
}

#polling-data-rcp.go_diag  table.data.large tr.header th,
#polling-data-full.go_diag  table.data.large tr.header th {
	border-left: none;
}

#polling-data-rcp.go_diag  table.data.large tr.header th.spread,
#polling-data-full.go_diag  table.data.large tr.header th.spread {
	text-align: right;
}

#polling-data-rcp.go_diag  table.data.large tr td.cell_date,
#polling-data-full.go_diag  table.data.large tr td.cell_date,
#polling-data-rcp.go_diag  table.data.large tr th.cell_date,
#polling-data-full.go_diag  table.data.large tr th.cell_date {
	display: none;
}


@media ( max-width : 549px ){

	#polling-data-rcp .normal_pollster_name,
	#polling-data-full .normal_pollster_name {
		display: none;
	}
	#polling-data-rcp .mobile_pollster_name,
	#polling-data-full .mobile_pollster_name {
		display: inline;
	}

	/* implement all diag styles that used to be applied 1139 */
	#polling-data-rcp  table.data.large tr.header th,
	#polling-data-full  table.data.large tr.header th {
		background: none;
		color: #000;
	}
	#polling-data-rcp  table.data.large tr.header th.diag,
	#polling-data-full  table.data.large tr.header th.diag
	{
		height: 70px;
		white-space: nowrap;
		/*width: 30px;*/
	}

	#polling-data-rcp table.data.large tr.header th.diag > div,
	#polling-data-full table.data.large tr.header th.diag > div
	{
		color: #000;
		transform: translate(15px, -1px) rotate(315deg);
		-ms-transform: translate(15px, -1px) rotate(315deg);
		-webkit-transform: translate(15px, -1px) rotate(315deg);
		width: 23px;
		float: right;
	}
	#polling-data-rcp.go_diag  table.data.large tr.header th.diag > div,
	#polling-data-full.go_diag  table.data.large tr.header th.diag > div
	{
		/* Makes sure go_diag table is back to -1px instead of -3px */
		transform: translate(15px, -1px) rotate(315deg);
		-ms-transform: translate(15px, -1px) rotate(315deg);
		-webkit-transform: translate(15px, -1px) rotate(315deg);
	}

	#polling-data-rcp  table.data.large tr.header th.diag > div > span,
	#polling-data-full  table.data.large tr.header th.diag > div > span
	{
		border-bottom: 1px solid #070707;
		width: 100px;
		display: inline-block;
		text-align: left;
	}

	#polling-data-rcp  table.data.large tr.header,
	#polling-data-full  table.data.large tr.header {
		background: none;
		color: #000;
		vertical-align: bottom;
	}

	#polling-data-rcp  table.data.large tr.header th,
	#polling-data-full  table.data.large tr.header th {
		border-left: none;
	}

	#polling-data-rcp  table.data.large tr.header th.spread,
	#polling-data-full  table.data.large tr.header th.spread {
		text-align: right;
	}

	#polling-data-rcp  table.data.large tr td.cell_date,
	#polling-data-full  table.data.large tr td.cell_date,
	#polling-data-rcp  table.data.large tr th.cell_date,
	#polling-data-full  table.data.large tr th.cell_date {
		display: none;
	}



	#candidate-snapshot #candidates,
	#candidate-snapshot #snapshot {
		float: none;
		width: auto;
		margin: 0;
		overflow: auto;
		text-align: center;
	}
		#candidate-snapshot #candidates .candidate {
			display: inline-block;
			float: none;
			padding-left: 10px;
			padding-right: 10px;
		}
	#polling-data-rcp table.data tr td.cell_date,
	#polling-data-full table.data tr td.cell_date,
	#polling-data-rcp table.data tr td.cell_moe,
	#polling-data-full table.data tr td.cell_moe,
	#polling-data-rcp table.data tr td.cell_sample,
	#polling-data-full table.data tr td.cell_sample,
	#polling-data-rcp table.data tr th.cell_date,
	#polling-data-full table.data tr th.cell_date,
	#polling-data-rcp table.data tr th.cell_moe,
	#polling-data-full table.data tr th.cell_moe,
	#polling-data-rcp table.data tr th.cell_sample,
	#polling-data-full table.data tr th.cell_sample {
		display: none;
	}
	#polling-data-rcp table.data.large tr td.cell_date,
	#polling-data-full table.data.large tr td.cell_date,
	#polling-data-rcp table.data.large tr td.cell_moe,
	#polling-data-full table.data.large tr td.cell_moe,
	#polling-data-rcp table.data.large tr td.cell_sample,
	#polling-data-full table.data.large tr td.cell_sample,
	#polling-data-rcp table.data.large tr th.cell_date,
	#polling-data-full table.data.large tr th.cell_date,
	#polling-data-rcp table.data.large tr th.cell_moe,
	#polling-data-full table.data.large tr th.cell_moe,
	#polling-data-rcp table.data.large tr th.cell_sample,
	#polling-data-full table.data.large tr th.cell_sample {
		display: table-cell;
	}

	#polling-data-rcp.large_table,
	#polling-data-full.large_table {
		display: none;
	}

	#polling-data-rcp.small_table,
	#polling-data-full.small_table {
		display: block;
	}

	#polling-data-rcp.flipped_table,
	#polling-data-full.flipped_table {
		display: block;
		overflow-x: scroll;
	}

	#polling-data-rcp table.data.large tr.header th.diag,
	#polling-data-full table.data.large tr.header th.diag
	{
		height: 90px;
	}

	#polling-data-rcp table.data.large tr.header th.diag > div > span,
	#polling-data-full table.data.large tr.header th.diag > div > span
	{
		width: 90px;
		padding-left: 5px;
		line-height: 0.8;
	}

	#polling-data-rcp table.data.large tr td.v_rcp_avg,
	#polling-data-full table.data.large tr td.v_rcp_avg
	{
		background-color: #F0DF6B;
		border-bottom: 1px solid #E5D364;
	}

	#polling-data-rcp table.data.large tr td.v_final,
	#polling-data-full table.data.large tr td.v_final
	{
		background-color: #F0DF6B;
		border-bottom: 1px solid #E5D364;
	}
	#polling-data-rcp table.data.large tr td.v_rcp_avg_2,
	#polling-data-full table.data.large tr td.v_rcp_avg_2
	{
		background-color: #ccc;
		border-bottom: 1px solid #bbb;
	}
	#polling-data-rcp.flipped_table table.data.large tr th.diag,
	#polling-data-full.flipped_table table.data.large tr th.diag
	{
		/*width: 35px;*/
	}
	#polling-data-rcp.flipped_table table.data.large tr th.empty,
	#polling-data-full.flipped_table table.data.large tr th.empty
	{
		width: auto;
		border-bottom: none;
		background: none;
	}
	#polling-data-rcp table.data.large tr.v_spread,
	#polling-data-full table.data.large tr.v_spread
	{
		background-color: #DDDDDD;
	}
	#polling-data-rcp.flipped_table table.data.large tr th:first-child,
	#polling-data-full.flipped_table table.data.large tr th:first-child
	{
		width: 75px;
	}
	#polling-data-full.flipped_table
	{
		overflow-x: scroll;
		overflow-y: auto;
	}
	#polling-data-rcp.flipped_table table.data,
	#polling-data-full.flipped_table table.data {
		width: auto;
		table-layout: fixed;
	}
	#polling-data-rcp.flipped_table table.data tr td:first-child,
	#polling-data-full.flipped_table table.data tr td:first-child {
		padding: 2px 10px;
	}
}

@media ( min-width : 768px ) and ( max-width : 949px ){

	#polling-data-rcp.go_diag table.data.large tr.header th.diag,
	#polling-data-full.go_diag table.data.large tr.header th.diag
	{
		width: auto;
	}

	#polling-data-rcp.go_diag table.data.large tr.header th.diag > div,
	#polling-data-full.go_diag table.data.large tr.header th.diag > div
	{
		width: 21px;
	}
}

@media ( min-width : 550px ) and ( max-width : 629px ){

	#polling-data-rcp.go_diag table.data.large tr.header th.diag,
	#polling-data-full.go_diag table.data.large tr.header th.diag
	{
		width: auto;
	}

	#polling-data-rcp.go_diag table.data.large tr.header th.diag > div,
	#polling-data-full.go_diag table.data.large tr.header th.diag > div
	{
		width: 21px;
	}
}

/*@media ( min-width : 1025px ) and ( max-width : 1439px ){
	body.polls .alpha,
	body.maps .alpha { margin:0 387px 0 0; }
}*/

body.polls .beta-container.one_col { display:none; }
body.polls .alpha.one_col { margin-right:0; }

/* BASE POLLS RESPONSIVE STYLES - DESKTOP & TABLET */

@media ( min-width : 768px ) and ( max-width : 1054px ){
	body.polls .alpha,
	body.maps .alpha { margin-right: 300px; }

	.beta-container { border-left:none; margin-left:-300px; width:300px; }
}

@media ( max-width : 1027px ){

	.polls-social { width:100%; margin: 10px 0;}
		.polls-social .socialBar { display:block; }
			.polls-social .socialBar .left { float:left; }

	body.maps h2.page_title {
		margin:0;
		float: none;
	}
	body.maps h2.page_title > div {
		margin: 0;
	}
}

@media ( max-width : 768px ){
	#results .photo { width:97%; padding-bottom:10px; }
	#results .result .date { display:inline-block; width:100%; padding-left:27px; }
}

/* SMARTPHONE STYLES */



@media ( max-width : 1164px ) {

	.polls_header_dropdown .open .find_a_poll_title input {
		width: 147px;
	}
	.polls_header_dropdown .open .polls_dropdown #search_by_race {
		width: 150px;
	}
}

@media ( max-width : 1023px ){
	body.maps .beta-container { display:none; }
	body.maps .alpha { margin-right:0; }

	body.maps #results { margin:-30px 0 30px; }
}

@media ( max-width : 921px ){

	body.polls h2.page_title {
		margin:0;
		float: none;
	}
	body.polls h2.page_title > div {
		margin: 0;
	}
	body.polls .beta-container { display:none; }
		body.polls .alpha { margin-right:0; padding-left: 10px; }
}

@media ( max-width : 835px ) {

	.polls_header_dropdown .open .find_a_poll_title input {
		width: 167px;
	}
}

@media ( max-width : 767px ) {

	.polls_header_dropdown .open .filter_title {
		display: none;
	}
	.polls_header_dropdown .open .polls_dropdown #search_by_race {
		width: 180px;
	}
	.polls_header_dropdown .open .find_a_poll_title input {
		width: 245px;
	}

	.polls-under-title-module,
	#under-title.mobile_exists {
		display: none;
	}
	.polls-under-title-module,
	#under-title-mobile {
		display: block;
	}
}

@media ( max-width : 735px ) {

	.polls_header_dropdown .open .find_a_poll_title input {
		width: 175px;
	}
}

@media ( max-width : 666px ) {

	.polls_header_dropdown .open .quick_links_title span {
		display: none;
	}
	.polls_header_dropdown .open .polls_dropdown #search_by_race {
		width: 155px;
	}
	.polls_header_dropdown .open .find_a_poll_title input {
		width: 150px;
	}
}

@media ( max-width : 567px ) {
	.polls_header_dropdown .open {
		float: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
		.polls_header_dropdown .open .find_a_poll_title {
			float: none;
			order: 2;
		}
			.polls_header_dropdown .open .find_a_poll_title input {
				width: 200px;
			}
		.polls_header_dropdown .open .polls_dropdown {
			float: none;
			padding: 6px 0;
			order: 1;
		}
			.polls_header_dropdown .open .polls_dropdown #search_by_race {
				width: 135px;
			}
		.polls_header_dropdown .open .arrow {
			order: 4;
		}
		.polls_header_dropdown .open .quick_links_title {
			order: 3;
		}
}
@media ( max-width : 479px ) {

	.polls_header_dropdown .open .find_a_poll_title input {
		width: 160px;
	}
}
@media ( max-width : 440px ) {

	.polls_header_dropdown .open {
		display: block;
	}
	.polls_header_dropdown .open .find_a_poll_title {
		display: none;
	}
	.polls_header_dropdown .open .polls_dropdown #search_by_race {
		width: 180px;
	}
	.polls_header_dropdown .open .quick_links_title span {
		display: inline;
	}
}

@media ( max-width : 374px ) {

	.polls_header_dropdown .open {
		float: none;
		display: table;
	}
		.polls_header_dropdown .open .find_a_poll_title {
			float: none;
			display: table-header-group;
		}
			.polls_header_dropdown .open .find_a_poll_title input {
				width: 204px;
			}
		.polls_header_dropdown .open .polls_dropdown {
			float: none;
			padding: 6px 0;
			display: table-caption;
			box-sizing: border-box;
			padding-right: 9px;
		}
			.polls_header_dropdown .open .polls_dropdown #search_by_race {
				width: 100%;
			}
}



@media ( max-width : 499px ) {

	#polling-data-full table.data .sample,
	#polling-data-rcp table.data .sample,
	#polling-data-full table.data .moe,
	#polling-data-rcp table.data .moe {
		display: none;
	}
}

@media ( max-width: 479px ) {
	.filter_content .filter_section {
		float: none;
		padding: 0 0 40px;
	}
	.filter_content .filter_button {
		margin: 0;
	}
	.filter_content .clear_filter_button {
		margin: 10px 0 0;
	}
}

/* Stacktable styles */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 549px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}

@media ( min-width : 768px ) and ( max-width : 879px ) {
	.stacktable.large-only { display: none; }
	.stacktable.small-only { display: table; }
}

/* Maps */

#map-scorecard {
	background-color: #e7e7e7;
}
	#map-scorecard > table {
		width: 100%;
	}
		#map-scorecard > table td.dem {
			text-align: left;
			color: #3333CC;
		}
		#map-scorecard > table td.tossup {
			text-align: center;
			color: #666;
		}
		#map-scorecard > table td.gop {
			text-align: right;
			color: #CC3333;
		}
			#map-scorecard > table td > table {
				display: inline-block;
			}
				#map-scorecard > table td > table td.seats {
					font-size: 36px;
					font-weight: bold;
					padding: 0 10px;
				}
	#map-scorecard .container .current {
		text-align: center;
		color: #666;
	}
		#map-scorecard .container .current .dem {
			color: #3333CC;
		}
		#map-scorecard .container .current .gop {
			color: #CC3333;
		}

.ribbon { margin: 0 0 5px 0; padding: 0 0 0 0; background: transparent url('http://assets.realclearpolitics.com/images/bg_line.gif') no-repeat center -6px; text-align: center; }
.ribbon span.total { background: none; font: 9px Arial, Helvetica, sans-serif; color: #444; margin-bottom: 5px; display: block; }
.ribbon span.note { margin-top: 4px;font-size: 12px; display: block; }

.ribbon span.in_play { font: bold 12px Arial, Helvetica, sans-serif; color: #444; display: block; z-index: 100; position: relative; }
.ribbon span.in_play span { background: #fff; }
.ribbon table { width: 100%; font: 10px Arial, Helvetica, sans-serif; color: #fff; font-weight: bold; text-align: center;}
.ribbon td { padding: 2px 0; border-right: 0px solid #fff; }
.ribbon td.dem_safe { background: #000066; }
.ribbon td.dem_likely { background: #3333cc; }
.ribbon td.dem_lean { background: #9999ff; }
.ribbon td.toss_up { background: #666; }
.ribbon td.gop_lean { background: #ff9999; }
.ribbon td.gop_likely { background: #cc3333; }
.ribbon td.gop_safe { background: #990000; }
.ribbon td.ind { background: #9933cc; }

#states { border-top: 1px solid #fff; }
#states div.states-in-play-wide { width: 297px; float: left; font: 10px Arial, Helvetica, sans-serif; }
#states div.states-in-play-wide table { width: 100%; }
#states div.states-in-play-wide th { text-align: center; padding: 1px 0; }
#states div.states-in-play-wide td { text-align: center; padding: 1px 0 0 0; }
#states div.states-in-play-wide td.pickup { }

#states div.states-in-play {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	font: 10px Arial, Helvetica, sans-serif;
}
#states div.states-in-play table { width: 100%; }
#states div.states-in-play th { text-align: center; padding: 1px 0; }
#states div.states-in-play td { text-align: center; padding: 1px 0 0 0; }
#states div.house_hook td a { color: #ff0000; }
#states div.house_hook td a.dem { color: #0000ff;  }
#states div.house_hook td a.new { color: #666;  }
#states div.house_hook td a.mem { color: #9300FF;  }
#states div.dem1 th { background: #000066; color: #fff; }
#states div.dem2 th { background: #3333cc; color: #fff; }
#states div.dem3 th { background: #9999ff; color: #fff; }
#states div.tu th { background: #606060; color: #fff; }
#states div.gop3 th { background: #ff9999; color: #fff; }
#states div.gop2 th { background: #cc3333; color: #fff; }
#states div.gop1 th { background: #660000; color: #fff; }

#map_canvas {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 67%;
	vertical-align: middle;
	overflow: hidden;
}
	#map_canvas .map_svg {
		/*overflow: hidden;*/
		position: absolute;
		display: inline-block;
		top: 0;
		left: 0;
	}

#map_container {
	position: relative;
}
#map-legend table {
	border: 1px solid #ccc;
	background: #fff;
	padding: 0;
	color: #333;
	position: absolute;
	bottom: 0;
	right: 0;
	font: 10px Arial, Helvetica, sans-serif;
	width: 320px;
}
#map-legend table th { width: 160px; text-align: center; padding-bottom: 2px; padding-top: 1px; text-transform: uppercase; border-bottom: 1px solid #ccc; }
#map-legend table td { padding: 1px 0 1px 3px; color: #555; border-right: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; }
#map-legend table td.pu { width: 160px; }
#map-legend table th.leg-gop, #map-legend table td.leg-gop { width: 15px; border: 0; }
#map-legend table td span.legend_icon { display:block; width: 13px; height: 8px; float: left; margin-top: 2px; margin-right: 3px;}

#map_container #map-create { position: absolute; bottom: 24px; left: 16px; }
#map_container #map-create a.button {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #DC0000;
	color: #fff;
	padding: 7px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#map_container #map-create a.button:visited { color: #fff; }
#map_container #map-create a.button:hover { background: #990000; text-decoration: none; }

.fine_print {
	font-size: 14px;
	color: #666;
}

.changes {
	color: #333;
	/*font: 11px Verdana, Arial, Helvetica, sans-serif;*/
	margin-top: 10px;
}
.changes tr.alt { background: #f1f1f1;}
.changes table { width: 100%; }
.changes td { padding: 5px; text-align: center; border-top: 1px solid #ddd;  }
.changes td.date, .changes th.date { text-align: left; }
.changes td.status { width: 105px; }
.changes td.arrow { width: 10px; }
.changes th { background: #333; color: #fff; padding: 5px; text-align: center; font-size: 9px; text-transform: uppercase; }
.changes td.total, .changes td.projection { /*font: 14px Arial, Helvetica, sans-serif;*/ color: #ccc; }
.changes td.projection { width: 100px; }
.changes td.projection a { text-decoration: none; }

.changes span.dem { color: #3333cc; font-weight: bold; }
.changes td.total span.toss_up { color: #606060; font-weight: bold;  }
.changes span.gop { color: #cc3333; font-weight: bold; }
.changes span.ind { color: #9933cc; font-weight: bold; }
.changes span.independent { color: #9933cc; }
.changes span.safe_dem { color: #000066;}
.changes span.likely_dem { color: #3333cc;}
.changes span.leans_dem { color: #9999ff;}
.changes span.toss_up { color: #606060;}
.changes span.leans_gop { color: #ff9999;}
.changes span.likely_gop { color: #cc3333;}
.changes span.safe_gop { color: #660000;}
.changes span.empty_ind { padding: 0 8px; }

.changes table.house { font-size: 9px; }
.changes table.house td.status { width: auto; }
.changes table.house td.arrow { width: auto; }
.changes table.house td.projection { width: auto; }

.changes td.region .postal {
	display: none;
}
p.house_chart { margin: 0; padding: 0; color: #fff; background: #cc3333 url('http://assets.realclearpolitics.com/images/bg_election_sub_header2.gif') repeat-x center bottom; font-size: 10px; font-weight: bold; text-transform: uppercase; text-align: center; padding: 4px; }

h2.election { text-transform: uppercase; letter-spacing: 3px; font-size: 25px; text-align: center; margin-top: 30px; }
h2.election span { font-size: 33px; }

#map-header h2 {
	margin-bottom: 10px;
}
#map-header p.sub_title {
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 22px;
	color: #666;
	margin: 5px 0;
}

.changes th.header { background: #cc3333 url('http://assets.realclearpolitics.com/images/bg_election_sub_header2.gif') repeat-x bottom; font-size: 10px; }
.changes td.end { border-left: 1px solid #ccc; }
.changes th.end { border-left: 1px solid #fff; }


#pickups .gop { margin-top: 3px; }
#pickups table { width: 100%; text-align: center; }
#pickups td { padding: 3px 0; }
#pickups th {
	padding: 7px 0 4px 0;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 0px solid #ccc;
	letter-spacing: 1px;
}
#pickups h3 { margin-top: 10px;}
#pickups .party {
	overflow: auto;
}
#pickups .party .level {
	float: left; width: 33.33%; background: #f4f4f4; padding-bottom: 5px;
}
#pickups .party .level a { font-size: 12px; font-weight: bold; }
#pickups .party .dem-light { background: #d7dfff; }
#pickups .party .gop-light { background: #ffdbd7; }

#pups { margin-bottom: 10px; margin-top: 0; }
#pups table { width: 100%; font: bold 14px Arial, Helvetica, sans-serif; }
#pups td { vertical-align: top; }
#pups table.changes_list td.dem { width: 49%; }
#pups table.changes_list td.gop { width: 49%; }
#pups td.gop { width: 249px; }
#pups td.dem a, #pups td.dem span {
	display: block;
	float: left;
	color: #9999ff;
	border-right: 1px solid #9999ff;
	border-bottom: 1px solid #9999ff;
	border-top: 1px solid #9999ff;
	padding: 2px 3px;
}
#pups td.dem span:first-child {
	border-left: 1px solid #9999ff;
}
#pups td.gop a, #pups td.gop span {
	display: block;
	float: right;
	color: #ff9999;
	border-left: 1px solid #ff9999;
	border-bottom: 1px solid #ff9999;
	border-top: 1px solid #ff9999;
	padding: 2px 3px;
}
#pups td.gop span:first-child {
	border-right: 1px solid #ff9999;
}

@media ( max-width : 959px ) {
	#map-legend table {
		position: static;
	}
	#map_container #map-create {
		position: static;
		margin-top: 10px;
	}
}
@media ( max-width: 599px) {

	#pups.pups_changes { margin-top: 24px; }
}
@media ( max-width : 479px ) {
	#states div.states-in-play {
		width: 100%;
	}
	#mymap {
		display: table;
		width: 100%;
	}
	#states {
		display: table-footer-group;
	}
	#map_container {
		display: table-header-group;
	}
	#map-create {
		margin-bottom: 10px;
	}
	#map-create a {
		display: inline-block;
	}

	#map-legend table {
		width: 100%;
	}
	.changes td.arrow,
	.changes th.arrow {
		display: none;
	}
	.changes td.electoral,
	.changes th.electoral {
		display: none;
	}
	.changes td {
		font-size: 12px;
	}
	.changes td.region .postal {
		display: inline;
	}
	.changes td.region .full_name {
		display: none;
	}
	.changes td.status .party {
		display: none;
	}
	#pickups .party .level {
		float: left; width: 100%;
	}
	#map-scorecard {
		font-size: 12px;
	}
		#map-scorecard > table td > table td.seats {
			font-size: 20px;
		}
}

/* ADS */

body.polls .RC-AD-TOP-BANNER,
body.polls .RC-AD-BOTTOM-BANNER,
body.polls .RC-AD-MOBILE-BANNERL,
body.maps .RC-AD-TOP-BANNER,
body.maps .RC-AD-BOTTOM-BANNER,
body.maps .RC-AD-MOBILE-BANNER {
	margin-left: auto;
	margin-right: auto;
}

body.polls .RC-AD-MOBILE-BANNER,
body.maps .RC-AD-MOBILE-BANNER {
	display: none;
	margin: 0 auto;
}

body.polls .RC-AD-BANNER-SMALL,
body.maps .RC-AD-BANNER-SMALL {
	display: none;
	margin: 0 auto;
}

body.polls .alpha .RC-AD-BOX-TOP,
body.maps .alpha .RC-AD-BOX-TOP,
body.polls .alpha .RC-AD-BOX-BOTTOM,
body.maps .alpha .RC-AD-BOX-BOTTOM {
	display: none;
	margin: 0 auto 20px;
}

body.polls .alpha .RC-AD-BOX-MIDDLE,
body.maps .alpha .RC-AD-BOX-MIDDLE {
	margin: 0px auto;
}
body.polls .alpha .RC-AD-BOX-MIDDLE.mobile_only,
body.maps .alpha .RC-AD-BOX-MIDDLE.mobile_only {
	display: none;
}

@media ( min-width : 1028px ) and ( max-width : 1075px ){
	body.polls .RC-AD-TOP-BANNER,
	body.maps .RC-AD-TOP-BANNER,
	body.polls .RC-AD-BOTTOM-BANNER,
	body.maps .RC-AD-BOTTOM-BANNER {
		margin-left:-10px;
	}
}

@media ( min-width : 922px ) and ( max-width : 1027px ){
	body.polls .RC-AD-MOBILE-BANNER {
		display: block;
	}
	body.polls .RC-AD-TOP-BANNER,
	body.polls .RC-AD-BOTTOM-BANNER {
		display: none;
	}
	body.polls .alpha.one_col .RC-AD-TOP-BANNER,
	body.polls .alpha.one_col .RC-AD-BOTTOM-BANNER
	{
		display: block;
	}
}

@media ( min-width : 768px ) and ( max-width : 939px ){
	body.polls .RC-AD-MOBILE-BANNER {
		margin-left:-10px;
	}
}

@media ( min-width : 768px ) and ( max-width : 1089px ){
	body.maps .RC-AD-MOBILE-BANNER {
		display: none;
	}
}

@media ( min-width : 768px ) and ( max-width : 1028px ){
	body.maps .RC-AD-TOP-BANNER,
	body.maps .RC-AD-BOTTOM-BANNER {
		display: block;
	}
}

@media ( min-width : 1024px ) and ( max-width : 1027px ){
	body.maps .RC-AD-MOBILE-BANNER {
		display: block;
	}
	body.maps .RC-AD-TOP-BANNER,
	body.maps .RC-AD-BOTTOM-BANNER {
		display: none;
	}
}

@media ( min-width : 640px ) and ( max-width : 767px ){
	body.polls .RC-AD-MOBILE-BANNER,
	body.maps .RC-AD-MOBILE-BANNER {
		display: block;
	}
	body.polls .RC-AD-TOP-BANNER,
	body.polls .RC-AD-BOTTOM-BANNER,
	body.maps .RC-AD-TOP-BANNER,
	body.maps .RC-AD-BOTTOM-BANNER {
		display: none;
	}
}
@media ( max-width : 639px ){
	body.polls .RC-AD-MOBILE-BANNER,
	body.maps .RC-AD-MOBILE-BANNER {
		display: block;
	}
	body.polls .alpha .RC-AD-BOX-TOP,
	body.maps .alpha .RC-AD-BOX-TOP,
	body.polls .alpha .RC-AD-BOX-BOTTOM,
	body.maps .alpha .RC-AD-BOX-BOTTOM {
		display: block;
	}
	body.polls .alpha .RC-AD-BOX-MIDDLE.mobile_only,
	body.maps .alpha .RC-AD-BOX-MIDDLE.mobile_only {
		display: block;
	}
	body.polls .RC-AD-TOP-BANNER,
	body.polls .RC-AD-BOTTOM-BANNER,
	body.maps .RC-AD-TOP-BANNER,
	body.maps .RC-AD-BOTTOM-BANNER {
		display: none;
	}
	#chart_slider_holder {
	  text-align: center;
	}
		#chart_slider_holder > div {
		  display: inline-block;
		}
	#chart_slider {
		float: none;
		margin: 0 0 10px;
	}
}

/* Polls Autosuggest styles */
.tt-menu {
	right: 0;
	left: -70px !important;
}
.tt-dataset {
	border: 1px solid #ccc;
	background: #fff;
	max-height: 400px;
	overflow-y: auto;
}
	.tt-dataset .tt-selectable {
		padding: 8px 12px;
		cursor: pointer;
		margin-bottom: 1px solid #ccc;
	}
		.tt-dataset .tt-selectable .value {
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;
			color: #DC0000;
		}
		.tt-dataset .tt-selectable .scores {
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;
		}
	.tt-dataset .tt-selectable:hover {
		background: #ddd;
	}
	.tt-dataset .footer-message {
		padding: 8px 12px;
	}
	.tt-dataset .empty-message {
		padding: 8px 12px;
	}

/* Comparisons */

body.polls.comparison #polling-data-rcp .foot, #polling-data-full .foot {
	margin: 0 0 5px;
}
.comparison_final {
	margin: 0;
	font-size: 12px;
}
body.polls.comparison #polling-data-rcp table.data tr td:first-child,
body.polls.comparison #polling-data-full table.data tr td:first-child {
	width: 85px;
}
body.polls.comparison #polling-data-rcp table.data tr td:nth-child(2),
body.polls.comparison #polling-data-full table.data tr td:nth-child(2) {
	width: 90px;
}
body.polls.comparison #polling-data-rcp table.data tr td:last-child,
body.polls.comparison #polling-data-full table.data tr td:last-child {
	width: 100px;
}