




/*
     FILE ARCHIVED ON 10:51:19 Mar 20, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 2:45:36 Apr 14, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
html body div.chartAndTable section.reutersPollsChartContainer {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    min-height: 500px;
    transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

html body aside.deviceTooltip {
	display: none;
	width: 100%;
	padding: 30px 2% 2% 2%;
	float: left;
	clear: both;
	background: #fbfbfb;
}

.tipsy {
  font-size: 12px;
}
.tipsy h3 {
  font-size: 12px;
  font-weight: bold;
  font-family: 'Arial';
  display: block;
  border-bottom: 1px solid #fff;
  padding: 2px 0 5px 0;
  margin: 0 0 5px 0;
  text-align: center;
  color: white;
}
.tipsy h3 span {
  font-weight: normal;
}

@media only screen and (max-height:720px) {
    html body div.chartAndTable section.reutersPollsChartContainer {
        overflow-y: auto;
    }
}

@media only screen and (max-width:480px) {
    html body div.chartAndTable section.reutersPollsChartContainer {
        overflow: auto;
        width: 96%;
        padding: 2%;
    }
}

html body div.chartAndTable section.reutersPollsChartContainer header {
    z-index: 1000;
    float: left;
    clear: both;
    color: #fefefe;
    width: 100%;
}

html body div.chartAndTable section.reutersPollsChartContainer header div.details div.kickerAndShare {
    width: 100%;
    float: left;
    clear: both;
}

html body div.chartAndTable section.reutersPollsChartContainer header div.details div.kickerAndShare h6 {
    float: left;
    clear: both;
    padding: 12px 0 0 0;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: normal;
    color: #FFFFFF;
}

html body div.chartAndTable section.reutersPollsChartContainer header div.details div.headlineAndArrows {
    width: 100%;
    font-size: 2em;
    clear: both;
}

@media only screen and (max-width:480px) {
    html body div.chartAndTable section.reutersPollsChartContainer header div.details div.headlineAndArrows {
        margin-top: -8px;
    }
}

html body div.chartAndTable section.reutersPollsChartContainer header div.details div.headlineAndArrows h1 {
    font-weight: normal;
    color: #FFFFFF;
    padding: 0 0 12px 0;
    font-family: FoundersGrotCond-Semibold, Helvetica, Arial, sans-serif;
    font-size: 30px;
}

@media only screen and (max-width:480px) {
    html body div.chartAndTable section.reutersPollsChartContainer header div.details div.headlineAndArrows h1 {
        font-size: 1em;
    }
}

html body div.chartAndTable section.reutersPollsChartContainer header div.details div.headlineAndArrows div.arrows {
    float: right;
    width: 114px;
    text-align: left;
    margin: -30px 50px 0 0;
}

@media only screen and (max-width:480px) {
    html body div.chartAndTable section.reutersPollsChartContainer header div.details div.headlineAndArrows div.arrows {
        display: none;
    }
}

html body div.chartAndTable section.reutersPollsChartContainer header div.details div.headlineAndArrows div.arrows p.arrow {
    height: 20px;
    font-size: 3em;
    display: inline-block;
    cursor: pointer;
    color: #aaaaaa;
    font-family: FoundersGrotCond-Light, Helvetica, Arial, sans-serif;
}

html body div.chartAndTable section.reutersPollsChartContainer header div.details div.headlineAndArrows div.arrows p.arrow:first-of-type {
    margin: 0 30px 0 12px;
}

html body div.chartAndTable section.reutersPollsChartContainer header div.details div.headlineAndArrows div.arrows p.arrow:hover {
    color: #ff8000;
}

html body div.chartAndTable section.reutersPollsChartContainer div.right {
    float: right;
    width: 74%;
    height: 100%;
}

@media only screen and (max-width:480px) {
    html body div.chartAndTable section.reutersPollsChartContainer div.right {
        float: none;
        width: 100%;
    }
}

html body div.chartAndTable section.reutersPollsChartContainer section.chartUberContainer {
    clear: both;
    position: relative;
    z-index: 1;
    min-height: 500px;
}

@media only screen and (max-width:480px) {
    html body div.chartAndTable section.reutersPollsChartContainer section.chartUberContainer {
        min-height: 400px;
        margin-left: 0;
        clear: both;
    }
}

@media only screen and (max-width:480px) and (orientation:landscape) {}

html body div.chartAndTable section.reutersPollsChartContainer section.chartUberContainer section.activeFilters {
    display: none;
}

@media only screen and (max-width:480px) {
    html body div.chartAndTable section.reutersPollsChartContainer section.chartUberContainer section.activeFilters {
        display: block;
        float: right;
        width: 150px;
        border: 0;
    }
}

#content.poll #chartContainerDetails,
#content.poll #chartContainerAndRecent {
    height: 100%;
}

@media only screen and (max-width:480px) {
    #content.poll #chartContainerDetails,
    #content.poll #chartContainerAndRecent {
        float: left;
        clear: both;
        width: 100%;
        height: 100%;
        min-height: 400px;
    }
}

#content.poll #chartContainerContainer , .reutersPollingWidgetContainer {
    width: 100%;
    height: 100%;
    position: absolute;
}


@media only screen and (max-width:480px) {
    #content.poll #chartContainerContainer , .reutersPollingWidgetContainer {
        position: inherit;
    }
}

#content.poll #chartContainerContainer section.chartAndRecent aside.chartMostRecent , .reutersPollingWidgetContainer section.chartAndRecent aside.chartMostRecent {
    float: right;
    width: 126px;
    padding: 24px;
    position: relative;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    color: #aaaaaa;
    height: calc(100% - 50px);
}

@media only screen and (max-width:480px) {
    #content.poll #chartContainerContainer section.chartAndRecent aside.chartMostRecent , .reutersPollingWidgetContainer section.chartAndRecent aside.chartMostRecent {
        float: right;
        clear: both;
        width: 96%;
        padding: 2% 2% 100px 2%;
        height: auto;
        min-height: 300px;
    }
}

#content.poll #chartContainerContainer section.chartAndRecent aside.chartMostRecent h2 , .reutersPollingWidgetContainer section.chartAndRecent aside.chartMostRecent h2 {
    font-size: 0.75em;
    font-family: Arial, Helvetica, sans-serif;
    color: #BBB;
    text-transform: uppercase;
}

#content.poll #chartContainerContainer section.chartAndRecent aside.chartMostRecent h6 , .reutersPollingWidgetContainer section.chartAndRecent aside.chartMostRecent h6 {
    color: #999;
    font-size: 0.6em;
}

#content.poll #chartContainerContainer section.chartAndRecent aside.chartMostRecent div.collapsible , .reutersPollingWidgetContainer section.chartAndRecent aside.chartMostRecent div.collapsible {
    padding: 5px 0 0 0;
}

#content.poll #chartContainerContainer section.chartAndRecent aside.chartMostRecent div.collapsible h6 , .reutersPollingWidgetContainer section.chartAndRecent aside.chartMostRecent div.collapsible h6 {
    cursor: pointer;
}

#content.poll #chartContainerContainer section.chartAndRecent aside.chartMostRecent div.chartDetailsPanelItem , .reutersPollingWidgetContainer section.chartAndRecent aside.chartMostRecent div.chartDetailsPanelItem {
    margin-top: 10px;
    display: block;
    cursor: pointer;
}

@media only screen and (max-width:480px) {
    #content.poll #chartContainerContainer section.chartAndRecent aside.chartMostRecent div.chartDetailsPanelItem , .reutersPollingWidgetContainer section.chartAndRecent aside.chartMostRecent div.chartDetailsPanelItem {
        text-align: center;
        padding: 0 2% 0 2%;
        float: left;
        width: 45%;
    }
}

#content.poll #chartContainerContainer section.chartAndRecent aside.chartMostRecent div.chartDetailsPanelItem h6 , .reutersPollingWidgetContainer section.chartAndRecent aside.chartMostRecent div.chartDetailsPanelItem h6 {
    color: #999;
    font-size: 0.75em;
}

@media only screen and (max-width:480px) {
    #content.poll #chartContainerContainer section.chartAndRecent aside.chartMostRecent div.chartDetailsPanelItem h6 , .reutersPollingWidgetContainer section.chartAndRecent aside.chartMostRecent div.chartDetailsPanelItem h6 {
        text-align: center;
    }
}

#content.poll #chartContainerContainer section.chartAndRecent aside.chartMostRecent div.chartDetailsPanelItem h3 , .reutersPollingWidgetContainer section.chartAndRecent aside.chartMostRecent div.chartDetailsPanelItem h3 {
    color: #000;
    font-size: 1.2em;
}

#content.poll #chartContainerContainer section.chartAndRecent aside.chartMostRecent section.noData , .reutersPollingWidgetContainer section.chartAndRecent aside.chartMostRecent section.noData {
    font-size: 0.6em;
    margin-top: 10px;
}

@media only screen and (max-width:480px) {
    #content.poll #chartContainerContainer section.chartAndRecent aside.chartMostRecent section.noData , .reutersPollingWidgetContainer section.chartAndRecent aside.chartMostRecent section.noData {
        display: inline-block;
        text-align: center;
        padding: 0 5px 0 5px;
    }
}

#content.poll #chartContainerContainer section.chartAndRecent aside.chartMostRecent section.noData img , .reutersPollingWidgetContainer section.chartAndRecent aside.chartMostRecent section.noData img {
    width: 16px;
    height: 2px;
}

#content.poll #chartContainerContainer div.chartModalBG , .reutersPollingWidgetContainer div.chartModalBG {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#content.poll #chartContainer , .reutersPollingWidgetContainer {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.reutersPollingWidgetContainer{
    height: 200px;
    position: relative;
}


@media only screen and (max-width:480px) {
    #content.poll #chartContainer , .reutersPollingWidgetContainer {
        clear: both;
        position: inherit;
        overflow: visible;
    }
}

#content.poll #chartContainer div.chartSVGContainer , .reutersPollingWidgetContainer div.chartSVGContainer {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:480px) {
    #content.poll #chartContainer div.chartSVGContainer , .reutersPollingWidgetContainer div.chartSVGContainer {
        float: left;
        clear: both;
        position: inherit;
        min-height: 300px;
        height: 100%;
        margin: 20px 0 20px 0;
        width: 100%;
    }
}

#content.poll #chartContainer section.timeframe , .reutersPollingWidgetContainer section.timeframe {
    font-size: 1.063em;
    padding: 5px 0 5px 0;
    margin: 0 140px 0 5px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

@media only screen and (max-width:480px) {
    #content.poll #chartContainer section.timeframe , .reutersPollingWidgetContainer section.timeframe {
        float: left;
        position: relative;
        margin: 0;
        width: 150px;
        padding: 10px 0 10px 0;
    }
}

#content.poll #chartContainer section.timeframe ul li , .reutersPollingWidgetContainer section.timeframe ul li {
    display: inline-block;
    margin: 0 5px 0 5px;
}

@media only screen and (max-width:480px) {
    #content.poll #chartContainer section.timeframe ul li , .reutersPollingWidgetContainer section.timeframe ul li {
        display: block;
        margin: 0;
        padding: 0;
    }
}

#content.poll #chartContainer section.timeframe h6 , .reutersPollingWidgetContainer section.timeframe h6 {
    font-size: 0.75em;
    display: inline-block;
    color: #aaaaaa;
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 5px 5px 0 0;
}

@media only screen and (max-width:480px) {
    #content.poll #chartContainer section.timeframe h6 , .reutersPollingWidgetContainer section.timeframe h6 {
        display: block;
        margin: 0;
        padding: 0;
    }
}

#content.poll #chartContainer section.timeframe h4.timeframeLabel , .reutersPollingWidgetContainer section.timeframe h4.timeframeLabel {
    font-size: 0.75em;
    color: #999;
    display: inline-block;
    padding: 3px 5px 0 0;
    margin-left: -5px;
}

@media only screen and (max-width:480px) {
    #content.poll #chartContainer section.timeframe h4.timeframeLabel , .reutersPollingWidgetContainer section.timeframe h4.timeframeLabel {
        display: block;
        margin: 0;
        padding: 0;
    }
}

#content.poll #chartContainer section.timeframe h4.timeframeLabel strong,
#content.poll #chartContainer section.timeframe h4.timeframeLabel span.responseTimeframe , .reutersPollingWidgetContainer section.timeframe h4.timeframeLabel span.responseTimeframe {
    display: inline-block;
    margin: 0 5px 5px 5px;
    color: #cccccc;
    font-weight: normal;
    border-bottom: 1px solid #cccccc;
}

@media only screen and (max-width:480px) {
    #content.poll #chartContainer section.timeframe h4.timeframeLabel strong,
    #content.poll #chartContainer section.timeframe h4.timeframeLabel span.responseTimeframe , .reutersPollingWidgetContainer section.timeframe h4.timeframeLabel span.responseTimeframe {
        display: block;
        margin: 0 0 5px 0;
        padding: 0;
        border-bottom: 0;
    }
}

#content.poll #chartContainer section.timeframe aside , .reutersPollingWidgetContainer section.timeframe aside {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 30px;
    left: 10px;
}

@media only screen and (max-width:480px) {
    #content.poll #chartContainer section.timeframe aside , .reutersPollingWidgetContainer section.timeframe aside {
        left: -10px;
    }
}

#content.poll #chartContainer section.timeframe section.timeframeTypes , .reutersPollingWidgetContainer section.timeframe section.timeframeTypes {
    position: absolute;
    top: 32px;
    left: auto;
    right: 30px;
    z-index: 1;
    background: #000000;
    padding: 20px;
    display: none;
    width: 250px;
    overflow: hidden;
    border: 1px solid #444444;
    color: #FFFFFF;
}

@media only screen and (max-width:480px) {
    #content.poll #chartContainer section.timeframe section.timeframeTypes , .reutersPollingWidgetContainer section.timeframe section.timeframeTypes {
        width: 300px;
        padding: 2%;
        border: 0;
        position: absolute;
        margin: 10px 0 10px 0;
        top: auto;
        right: auto;
    }
}

#content.poll #chartContainer section.timeframe section.timeframeTypes h4 , .reutersPollingWidgetContainer section.timeframe section.timeframeTypes h4 {
    padding: 0 0 20px 0;
}

#content.poll #chartContainer section.timeframe section.timeframeTypes div.closeButton , .reutersPollingWidgetContainer section.timeframe section.timeframeTypes div.closeButton {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}

#content.poll #chartContainer section.timeframe section.timeframeTypes div.closeButton img , .reutersPollingWidgetContainer section.timeframe section.timeframeTypes div.closeButton img {
    width: 12px;
    height: 12px;
}

#content.poll #chartContainer section.timeframe section.timeframeTypes li , .reutersPollingWidgetContainer section.timeframe section.timeframeTypes li {
    display: inline-block;
    padding: 5px 15px 0 0;
    font-size: 0.75em;
    color: #FFFFFF;
    cursor: pointer;
}

#content.poll #chartContainer section.timeframe section.timeframeTypes li.selected , .reutersPollingWidgetContainer section.timeframe section.timeframeTypes li.selected {
    font-weight: bold;
    color: #ff8000;
}

#content.poll #chartContainer text , .reutersPollingWidgetContainer text {
    text-rendering: optimizeLegibility;
}

#content.poll #chartContainer g.xAxis path.tick line , .reutersPollingWidgetContainer g.xAxis path.tick line {
    display: none;
    opacity: 0;
}

@media only screen and (max-width:480px) {
    #content.poll #chartContainer g.xAxis line , .reutersPollingWidgetContainer g.xAxis line {
        opacity: 0;
        display: none;
    }
}

#content.poll #chartContainer g.xAxis rect,
#content.poll #chartContainer g.xAxis path.xDomain , .reutersPollingWidgetContainer g.xAxis path.xDomain {
    fill: none;
    stroke: #444444;
    stroke-width: 1px;
}

#content.poll #chartContainer g.xAxis g text , .reutersPollingWidgetContainer g.xAxis g text {
    font-size: 12px;
    fill: #909090;
    text-anchor: middle;
    font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (max-width:768px) {
    #content.poll #chartContainer g.xAxis g text , .reutersPollingWidgetContainer g.xAxis g text {
        font-size: 0.6em;
    }
}

@media only screen and (max-width:480px) {
    #content.poll #chartContainer g.xAxis g text , .reutersPollingWidgetContainer g.xAxis g text {
        opacity: 0;
    }
}

#content.poll #chartContainer g.xAxis g:first-of-type text , .reutersPollingWidgetContainer g.xAxis g:first-of-type text {
    opacity: 1;
}

#content.poll #chartContainer g.xAxis g:last-of-type text , .reutersPollingWidgetContainer g.xAxis g:last-of-type text {
    opacity: 1;
}

@media only screen and (max-width:480px) {
    #content.poll #chartContainer g.xAxis g:last-of-type text , .reutersPollingWidgetContainer g.xAxis g:last-of-type text {
        text-anchor: end;
    }
}

#content.poll #chartContainer g.yAxis path.yPath , .reutersPollingWidgetContainer g.yAxis path.yPath {
    fill: none;
    stroke: #eaeaea;
    stroke-width: 1px;
    opacity: 1;
}

#content.poll #chartContainer g.yAxis text.yAxisText , .reutersPollingWidgetContainer g.yAxis text.yAxisText {
    font-weight: bold;
    font-size: 15px;
    fill: #444;
    font-family: FoundersGrotCond-Medium, Helvetica, Arial, sans-serif;
}

#content.poll #chartContainer g.yAxis text.ySetText , .reutersPollingWidgetContainer g.yAxis text.ySetText {
    text-anchor: end;
    font-size: 0.75em;
}

#content.poll #chartContainer .oneDimension text.ySetText , .reutersPollingWidgetContainer .oneDimension text.ySetText {
    display: none;
}

#content.poll #chartContainer g.chartG g.bg g.bgBar , .reutersPollingWidgetContainer g.chartG g.bg g.bgBar {
    font-weight: bold;
    opacity: 0;
}

#content.poll #chartContainer g.chartG g.bg g.bgBar.selected , .reutersPollingWidgetContainer g.chartG g.bg g.bgBar.selected {
    opacity: 1;
}

#content.poll #chartContainer g.chartG path.dataLine , .reutersPollingWidgetContainer g.chartG path.dataLine {
    fill: none;
    stroke: #000000;
    opacity: .1;
    transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
    stroke-width: 1.5px;
}

#content.poll #chartContainer g.chartG path.dataLine.strong, .reutersPollingWidgetContainer g.chartG path.dataLine.strong{
    opacity: 1;
}

#content.poll #chartContainer g.chartG path.dataArea , .reutersPollingWidgetContainer g.chartG path.dataArea {
    opacity: .07;
    transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

#content.poll #chartContainer g.chartG path.dataArea.selected , .reutersPollingWidgetContainer g.chartG path.dataArea.selected {
    opacity: .5 !important;
}

#content.poll #chartContainer g.chartG circle.dataPoint , .reutersPollingWidgetContainer g.chartG circle.dataPoint {
    /*fill: white;
    stroke: #F7F1E2;
    stroke-width: 1px;
    opacity: 1;*/
    transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
    opacity: 0.1 !important;
}

#content.poll #chartContainer g.chartG circle.dataPoint.strong, .reutersPollingWidgetContainer g.chartG circle.dataPoint.strong{
    opacity: 1 !important;
}

#content.poll #chartContainer g.chartG path.oneshotPath , .reutersPollingWidgetContainer g.chartG path.oneshotPath {
    fill: none;
    stroke: #000000;
    stroke-width: 50px;
    opacity: .4;
}

#content.poll #chartContainer g.chartG path.oneshotMeanBar , .reutersPollingWidgetContainer g.chartG path.oneshotMeanBar {
    fill: none;
    stroke: #000000;
    stroke-width: 1px;
    opacity: 1;
}

#content.poll #chartContainer g.chartG path.lollipop , .reutersPollingWidgetContainer g.chartG path.lollipop {
    fill: none;
    stroke: #999999;
    stroke-width: 1px;
    opacity: 1;
}

#content.poll #chartContainer g.chartG text.lollipopLabel , .reutersPollingWidgetContainer g.chartG text.lollipopLabel {
    font-size: 0.75em;
    fill: #cccccc;
    text-anchor: middle;
    font-family: FoundersGrotCond-Medium, Helvetica, Arial, sans-serif;
}
.reutersPollingWidgetContainer g.chartG text.lollipopLabel{
    display: none;
}

@media only screen and (max-width:480px) {
    #content.poll #chartContainer g.chartG text.lollipopLabel , .reutersPollingWidgetContainer g.chartG text.lollipopLabel {
        display: none;
    }
}

#content.poll #chartContainer g.chartG text.lollipopLabel tspan , .reutersPollingWidgetContainer g.chartG text.lollipopLabel tspan {
    text-anchor: middle;
}

html body div.chartAndTable section.reutersPollsChartContainer section.chartUberContainer div.modalBG {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
