    #pollGraph{
      max-width: 1300px;
  }

  .dateSelect{
    display: block;
  }

  #pollGraph #graphContent{
    position: relative;
    height: 100%;
    margin-top: 50px;
  }

  #pollGraph .chart{
    float: left;
  }

  #pollGraph .item.first{
    clear: both;
    padding-top: 0px;
  }

   .item.first input{
      line-height: 1em;
      font-size: 1em;
      width: 95px;
      text-align: center;


   }

#pollGraph .item.first #graphContent{
    display: block;
  }

   #pollGraph .item h3, .pollHead{
    margin-top: 18px;
    margin-bottom: 45px;
    padding-bottom: 30px;
    border-bottom: 1px rgb(231, 231, 231) solid;
  }

  #colChart .mainChart{
    height: 400px;
  }


 #pollGraph .item.below h2{
  border: 0;
  
  }

  .item.below .chart{
    margin-bottom: 40px;
  }

 #pollGraph .item{
    clear: both;
    padding-top: 40px;
  }

 #pollGraph  #graphContent .text{
    float: left;
    width: 18%;
    padding-left: 10px;
    text-align: left;
    margin-top: -20px;
    font-size: 12px;
    line-height: 20px;
  }

#pollGraph   #floating {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

 #pollGraph .wrapper{
    width: 100%;
    border-bottom: 1px solid rgb(216, 216, 216);;
    margin-bottom: 40px;
  }

#pollGraph  .item h2{
  margin-bottom: 40px;
  }

#pollGraph .item h3{
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 0px;

    color: rgb(66, 66, 66);
  }

  #pollGraph .below h2{
    margin-bottom: 0;
  }

  #pollGraph .below #graphContent{
    margin-top: 0;

  }


 #pollGraph #options h3{
    font-size: 20px;
  }

  #pollGraph #options .submit{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }

 #pollGraph .text a{
    color: black;
  }

 #pollGraph #graphContent.axis path,
#pollGraph  #graphContent.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
  }

 #pollGraph #graphContent.x.axis path {
    display: none;
  }

#pollGraph #graphContent .line {
    fill: none;
    stroke: #000;
    stroke-width: 3px;
  }

 #pollGraph #graphContent .y.axis .tick line{
    stroke: #ccc;
    stroke-dasharray: 1,2;
    shape-rendering: crispEdges;
  }
#pollGraph  #graphContent .x.axis .tick line{
    stroke: #ccc;
    shape-rendering: crispEdges;
  }

#pollGraph  #graphContent path.domain{
    opacity:0;
  }

 #pollGraph #graphContent text{
    fill: #777;
  }

 #pollGraph .form{
    width: 850px;
    margin: auto;
    text-align: center;
    font-family: Georgia;
    font-size: 13px;
    text-align: left;
    padding-right: 40px;
    padding-left: 5px;
    margin-top: 30px;
  }
 #pollGraph .formCol{
    float: left;
    width: 320px;
  }


#pollGraph  .form .dates{
    float: left;
  }


 #pollGraph .line{
    opacity: 0.9;
  }

 #pollGraph .trendline{
    opacity: 0.4;
  }

 #pollGraph .priors{
    text-align: left;

    font-size: 11px;
    font-family: Arial;
    clear: both;
    width: 210px;
    display: inline;

  }


  #pollGraph .priors div{
    width: 105px;

    text-align: right;
  }

 #pollGraph .priors input{
    height: 16px;
   
  }


#pollGraph #options{
  width: 600px;
  margin: auto;

  margin-bottom: 45px;


    color: #222222;

font: 1.5em "Noto Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

 #pollGraph #options select{
    height: 15px;
    font-size: 10px;
    margin-left: 10px;
    width: 20
  }

 #pollGraph .priors #addRating{
    width: 25px;
    text-align: center;
  }

 #pollGraph .item input{
    color: rgb(101, 97, 97);
  }

  #pollGraph #codeText{
  font-family: monospace ;
}

 #pollGraph #lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#pollGraph #embedWrap{
  margin: auto;
  width: 800px;
  text-align: right;
}

#pollGraph .arrow{
  font-size: 50%;
  vertical-align: middle;
}

#pollGraph #graphContent {
  clear: both;


}

#pollGraph .item.below #graphContent{

}

#pollGraph .item.below a{
  color: rgb(66, 66, 66);
  text-decoration: none;
}

#pollGraph .item.below{

}

#pollGraph #graphContent .inputs{
  margin-right: 40px;
  text-align: right;
  font-size: 10px;
}
#pollGraph #graphContent .inputs a{
  color: black
}


#pollGraph .form select{
    border: none;
    border-bottom: 1px gray solid;
  }

  #pollGraph #selected span{
    display: none;
  }

  #pollGraph .analysis{
    max-width: 600px;
    margin: auto;
    color: black
  }

  #pollGraph #allInputs #dates{
    float: right;
margin-left: 35px;
  }
    #pollGraph #allInputs #dates input{ 
    font-size: 2em !important;
    font-family: gill sans mt;
    padding: .25em;    
  }

  #activePollsters{

    clear: both; float: right;text-align:right; padding-top: 45px;
    opacity: 0.6;


  }

      #activePollsters h4{
        font-size: 1.5em;
        margin-top: 0px;
        padding-top: 0px;
            border-bottom: gray 1px solid;

    margin-bottom: 0px;

  }

    #activePollsters ul{
      padding-top: 0px;
      font-size: 0.7em;

    list-style-type: none;

  }

