
    #progress-marker,
    #progress-marker-text {
        position: absolute;
        display: block;
        color: #fff;
        top: 18px;
        height: 18px;
        font-family: "Guardian Agate Sans", Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        text-align: left;
        width: 100%;
        z-index: 99999999;
      }

      .results-hide-text {
        display: none;
      }

      #progress-marker-mobile {
        position: absolute;
        display: block;
        color: #fff;
        top: 20px;
        height: 18px;
        font-family: "Guardian Agate Sans", Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        text-align: left;
        width: 100%;
        z-index: 99999998;
        background: #333;
        padding:  5px 5px 3px 5px;
      }

      #progress-marker-text {
        position: absolute;
        display: block;
        width: 160px;
        margin-left: -80px;
        background: #333;
        padding: 5px 5px 3px 5px;
        text-align: center;
        border-radius: 2px;
        top: 12px;
      }

      #progress-marker .triangle {
        bottom: 0;
  border: solid transparent;
  height: 0;
  width: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #333;
  border-width: 10px;
  margin: 0 0 14px -11px;
      }

       #progress-marker .white-triangle {
       bottom: 0;
  border: solid transparent;
  height: 0;
  width: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px;
  margin: 0 0 17px -11px;
      }

      #progressBar {
      display: block;
      width: 100%;
      position: absolute;
      top: 130px;
    }

    #progress-label-main {
  color: #333;
  font-family: "Guardian Agate Sans", Arial, sans-serif;
  text-align: center;
  font-size: 14px;
  width: 100%;
  display: none;
}

.progress-label {
  position: absolute;
  font-family: "Guardian Agate Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  top: 18px;
  padding: 0 5px 0 5px;
  color: #767676;
  display: none;
}

#progress-label-32 {
 right: 0;
}

  #innerBar {
      position: relative;
     background: #cdcdcd;
width: 100%;
height: 18px;
margin-top: 0;
    }

    .progress_block {
height: 18px;
position: absolute;
box-sizing: border-box;
border-right: 1px solid #cdcdcd;
}

.progress_block.votesIn {
background: #767676;
box-sizing: content-box;
border-left: 1px solid #767676;
border-right: none;
margin-left: -1px;
}

#halfway-marker-gauge {
  position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -1px;
    height: 80px;
    border-right: 2px dashed #fff;
}

.total-label {
  font-weight: 500;
}

.votes-total {
  font-size: 14px;
  font-family: "Guardian Agate Sans", Arial, sans-serif;
  display: none;
}

.votes-total:after {
    content: '\A';
    white-space: pre;
}

#latest-timestamp {
  position: absolute;
  top: 20px;
  right: auto;
  left: 0;
  font-size: 10px;
  font-family: "Guardian Agate Sans", Arial, sans-serif;
}

.white-tick-large {
    display: none;
}

#wrapper .tick {
    display: none;
}


    html, body {
      background-color: #fff;
      margin: 0;
      padding: 0;
      -webkit-font-smoothing: subpixel-antialiased;
      font-weight: 300;
      font-family: "Guardian Egyptian Headline", Georgia, serif;
    }
    #wide-dummy {
      width: 0;
      height: 0;
      display: none;
    }

    #bar-container {
      display: none;
    }

    #wrapper {
      position: relative;
      margin: 0;
      width: 100%;
      height: auto;
      overflow: hidden;
      background-color: #fff;
      height: 200px;
      vertical-align: top;
      cursor: pointer;
    }
    #header {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      height: 30px;
      font-size: 18px;
    }

    #header h2 {
      color: #333;
      font-size: 16px;
      padding: 0;
      margin: 0;
      font-weight: 500;
    }
    #footer {
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: right;
      height: 35px;
      border-top: 1px solid #ececec;
    }
    #footer a {
      display: inline-block;
      color: #005689;
      cursor: pointer;
      text-decoration: none;
      font-family: "Guardian Agate Sans", Arial, sans-serif;
      margin: 20px 0 5px 5px;
      font-size: 14px;
    }
    #footer a:hover {
      text-decoration: underline;
    }
    #declared {
      display: none;
    }
    ul {
      list-style: none;
      padding: 0;
      margin: 0;
      width: 100%;
      list-style-position:inside;
      }
      ul li {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .view {
      position: absolute;
      width: 100%;
    }
    .view h2 {
      margin: 5px 0 2px 5px;
      padding: 0;
      font-weight: 500;
      font-size: 16px;
      text-align: left;
    }
    .view h3 {
      display: inline-block;
      width: 40%;
      text-align: left;
      font-family: "Guardian Egyptian Headline", Georgia, serif;
      font-size: 24px;
      color: #24406e;
      float: left;
      margin: 45px 0 0 0;
      line-height: 20px;
    }
    .view h3:last-of-type {
      text-align: right;
      float: right;
      color: #a01c31;
    }
    .view h3 .total {
      font-size: 20px;
      font-weight: 500;
    }
    .view h3 .label {
      font-size: 14px;
      font-weight: 500;
      color: #333;
    }
    .view h3 .label {
      font-size: 14px;
      font-weight: 500;
      color: #333;
    }

    #pie-container {
      width: 90%;
      margin-left: 5%;
      position: absolute;
      bottom: 0;
    }
    #pie-container svg {
      margin-bottom: 60px;
    }
    #seats-view {
      display: none;
    }
    #ticker-view {
      display: none;
    }

    #gauge-view {
      text-align: center;
      height: 170px;
      top: 0;
    }
    .result-container {
      width: 90%;
      padding: 0 10px 10px 0;
      display: none;
      font-size: 14px;
    }
    .result-time {
      font-size: 12px;
      color: #767676;
      font-family: "Guardian Agate Sans", Arial, sans-serif;
      padding-right: 10px;
    }
    .result-authority {
      font-weight: 600;
      display: inline-block;
    }

    .note {
      margin-top: 20px;
      font-family: "Guardian Agate Sans", Arial, sans-serif;
      font-size: 12px;
    }

    #halfway-marker {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    height: 100px;
    border-right: 2px dashed #fff;
}


.coloured-tick {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 22px;
    padding: 0 3px 0 3px;
}

.view h3 .label {
        font-size: 18px;
        font-weight: 400;
        color: #333;
      }

      #pie-container {
        width: 60%;
        margin-left: 20%;
      }

      #pie-container svg {
        margin-bottom: 30px;
      }

    .votes-word {

      display: none;
    }


    @media screen and (min-width: 150px) {
      .view h3 {
        margin: 45px 0 0 0;
      }

       .view h3 .label {
        font-size: 16px;
        font-weight: 400;
        color: #333;
      }

      #pie-container svg {
        margin-bottom: 30px;
      }

      #pie-container {
        width: 60%;
        margin-left: 20%;
      }
    }

    @media screen and (min-width: 180px) {
      .view h3 {
        margin: 30px 0 0 0;
      }

      .view h3 .label {
        font-size: 18px;
        font-weight: 400;
        color: #333;
      }

      #pie-container svg {
        margin-bottom: 30px;
      }

      #latest-timestamp {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}

.results-hide-text {
        display: inline;
      }
      
    }

    @media screen and (min-width: 210px) {
      .view h3 {
        margin-top: 30px;
        line-height: 20px;
      }
      .view h3 .total {
        font-size: 24px;
        font-weight: 500;
      }
      .view h3 .label {
        font-size: 18px;
        font-weight: 400;
        color: #333;
      }

      #pie-container {
        width: 60%;
        margin-left: 20%;
      }

      .progress_block {
        border-right: 1px solid #eaeaea;
      }

      .progress_block.votesIn {
          border-right: 1px solid #eaeaea;
          border-left: none;
          box-sizing: border-box;
          margin-left: 0;
      }

      #halfway-marker-gauge {
  position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -1px;
    height: 100px;
    border-right: 2px dashed #fff;
}

#progress-marker-text {
      
        font-size: 14px;

      }

      .votes-total {

      display: inline;

    }

    .coloured-tick {
  
    width: 24px;

    }

     #latest-timestamp {
 font-size: 12px;
}
     
    }

    @media screen and (min-width: 290px) {
      .view h3 {
        margin-top: 30px;
        line-height: 25px;
      }
      .view h3 .total {
        font-size: 34px;
        font-weight: 400;
      }
      .view h3 .label {
        font-size: 24px;
        font-weight: 400;
        color: #333;
      }
      
      #pie-container {
        width: 52%;
        margin-left: 24%;
      }

    }

    @media screen and (min-width: 460px) {
     
      .view h3 .total {
        font-size: 44px;
      }

      #pie-container {
        width: 42%;
        margin-left: 29%;
      }

      .votes-word {

      display: inline;
    }
      


    }

    @media screen and (max-width: 540px) {
      #progress-marker-text {
        left: 0 !important;
        width: 100%;
        top: 20px;
        margin-left: 0;
      }
    }

    @media screen and (min-width: 540px) {


      .result-container {
        width: 90%;
        padding: 0 10px 10px 0;
        display: none;
        font-size: 16px;
        line-height: 1.3em;
      }
      #wide-dummy {
        display: block;
      }
      .view {
        margin-bottom: 0;
      }

      .view h3 {
        margin-top: 30px;
        line-height: 1.9em;
      }

      #ticker-view {
        width: 100%;
        position: absolute;
        top: 180px;
        left: 0;
        border-top: none;
        vertical-align: top;
        height: 53px;
        padding-top: 2px;
        display: block;
      }

      #pie-container {
        width: 36%;
        margin-left: 32%;
      }

      
      #footer {
        border: none;
      }
  }

    @media screen and (max-width: 620px) {
        .white-tick-large {
            display: none !important;
        }
    }

    @media screen and (min-width: 620px) {

      #wrapper {

      background-color: #fff;

    }

   .votes-total:after {
    content: '';
}

 #votes-total-no {
  margin-right: 10px;
 }

 #votes-total-yes {
  margin-right: 10px;
 }  

    #halfway-marker-gauge {
      display: none;
    }

    #progress-marker-mobile {

      display: none;
    }


      #pie-container {
        display: none;
      }
      #bar-container {
        display: block;
        position: absolute;
        width: 100%;
        top: 25px;
      }
      #bar-container .bar {
        position: absolute;
        height: 73px;
      }
      #bar-container #yes-bar {
        background: #ccc;
        left: 0;
        width: 100%;
      }
      #bar-container #no-bar {
        background: #a01c31;
        right: 0;
      }
      #gauge-view h3 {
         margin-top: 42px;
         margin-left: 5px;
         margin-right: 5px;
         line-height: 22px;
      }
      #gauge-view h3 .total {
        color: #fff;
        font-size: 50px;
      }
      #gauge-view h3 .label {
        font-weight: 300;
        color: #fff;
        font-size: 20px;
      }
      #progress-container{
          height:50px;
          position: absolute;
          width:100%;
          top:15px;
          overflow: hidden;
      }
      #progress-marker {
        position: absolute;
        display: block;
        color: #fff;
        top: 4px;
        left: 0px;
        height: 18px;
        font-family: "Guardian Agate Sans", Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        text-align: left;
        width: 160px;
        z-index: 99999999;
      }

      #progress-marker #progress-marker-inner {
        position: absolute;
        display: block;
        width: 160px;
        left: -80px;
        background: #333;
        padding: 5px 5px 5px 5px;
        text-align: center;
        border-radius: 2px;
      }

      #progress-marker .triangle {
       bottom: 0;
       border: solid transparent;
       height: 0;
       width: 0;
       left: 0;
       position: absolute;
       pointer-events: none;
       border-bottom-color: #333;
       border-width: 10px;
       margin: 0 0 8px -11px;
      }

    #progress-marker .white-triangle {
       bottom: 0;
       border: solid transparent;
       height: 0;
       width: 0;
       left: 0;
       position: absolute;
       pointer-events: none;
       border-bottom-color: #fff;
       border-width: 10px;
       margin: 0 0 11px -11px;
      }

      #progressBar {
      display: block;
      width: 100%;
      position: absolute;
      top: 100px;
    }

    #innerBar {
      position: relative;
     background: #cdcdcd;
width: 100%;
height: 25px;
margin-top: 22px;
    }

    .progress_block {
height: 25px;
float: left;
box-sizing: border-box;
border-right: 1px solid #eaeaea;
}

.progress_block.votesIn {
background: #767676;
}

.progress-label {
  position: absolute;
  font-family: "Guardian Agate Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  top: 26px;
  padding: 0 5px 0 5px;
  color: #767676;
  display: none;
}

#progress-label-32 {
 right: 0;
}

#progress-label-main {
  color: #333;
  font-family: "Guardian Agate Sans", Arial, sans-serif;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 14px;
  display: block;
  text-align: left;
}

#gauge-view h2 {
  opacity: 0;
}

 #ticker-view {
  position: absolute;
        top: 180px;

      }

#ticker-view h2 {
        display: none;
      }

.white-tick-large {
    display: inline-block;
    margin: 0;
    padding: 0 4px 0 4px;
    width: 30px;
}

.coloured-tick {
    display: none !important;
}

#ticker-waiting {
  position: absolute;
  left: 0;
  top: -13px;
}

#total-label-yes {
  float: left;
  padding-right: 10px;
}

}

#debug {
    position: absolute;
    top: 0;
    right: 45%;
    font-size: 9px;
    z-index: 999999999999;
}

#debug select {
    font-size: 9px;
    padding: 1px;
    background: #0F0;
}
