html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: black;
  background: white; }

a {
  font-weight: bold;
  text-decoration: underline;
  color: black; }
  a:hover {
    text-decoration: none; }

h2 {
  margin: 0 0 0 0;
  padding: 0 0 18px 0;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #ddd; }

table {
  width: 100%;
  margin: 0 0 36px 0;
  border-collapse: separate;
  border-top: 1px solid white; }
  table thead th {
    padding: 9px 0 18px 0;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ddd; }
    table thead th.party {
      text-align: left; }
  table tbody th {
    width: 50%;
    padding: 9px 0 16px 0;
    text-align: left;
    border-top: 1px solid white;
    border-bottom: 1px solid #ddd; }
    table tbody th span {
      display: inline-block;
      width: 1em;
      height: 1em;
      margin: 0 0.5em -1px 0;
      background: grey; }
  table tbody td {
    width: 25%;
    padding: 9px 0 16px 0;
    text-align: center;
    white-space: nowrap;
    border-top: 1px solid white;
    border-bottom: 1px solid #ddd; }

div#page {
  margin: 0 auto;
  text-align: center; }
  div#page div#header {
    padding: 18px 0 0 0;
    background: white; }
    div#page div#header h1 {
      display: block;
      width: 351px;
      height: 67px;
      margin: 0 auto;
      font-size: 36px;
      text-indent: -999em;
      background: url(/i/electornot.png) 50% 50% no-repeat transparent; }
    div#page div#header ul {
      padding: 27px 0 9px 0; }
      div#page div#header ul li {
        display: inline; }
        div#page div#header ul li a {
          padding: 0 10px;
          font-weight: normal;
          text-decoration: none; }
          div#page div#header ul li a:hover {
            text-decoration: underline; }
        div#page div#header ul li strong a {
          font-weight: bold; }
  div#page div#footer {
    padding: 36px 0; }
    div#page div#footer p {
      margin: 9px 0;
      font-size: 12px;
      color: #666; }
  div#page div#scores {
    border-bottom: 1px solid white; }
    div#page div#scores ul {
      overflow: hidden;
      zoom: 1;
      height: 5px; }
      div#page div#scores ul li {
        float: left;
        height: 5px;
        overflow: hidden;
        list-style: none;
        text-indent: -999em; }
  div#page div#content {
    padding: 36px 0;
    background: #dedede;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dedede));
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    -webkit-box-shadow: #999999 0 0 2px;
    -moz-box-shadow: #999999 0 0 2px;
    box-shadow: #999999 0 0 2px; }
    div#page div#content p.previous {
      width: 500px;
      margin: -18px auto 18px auto;
      padding: 4px 10px 5px 10px;
      color: black;
      background: #ccc;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 3px;
      -moz-border-radius-bottomright: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px; }
    div#page div#content div.section {
      overflow: hidden;
      zoom: 1;
      width: 500px;
      margin: 0 auto 36px auto;
      text-align: left; }
      div#page div#content div.section p {
        display: inline; }
      div#page div#content div.section div.one {
        float: left;
        width: 240px; }
        div#page div#content div.section div.one h2 {
          display: inline;
          padding: 0 0.5em 0 0; }
      div#page div#content div.section div.two {
        float: right;
        width: 240px; }
        div#page div#content div.section div.two h2 {
          display: inline;
          padding: 0 0.5em 0 0; }
      div#page div#content div.section.chart table tbody th {
        width: 50%; }
      div#page div#content div.section.chart table tbody td {
        width: 16%; }
      div#page div#content div.section.chart.list h2 {
        border: none; }
    div#page div#content ol {
      width: 500px;
      margin: 0 auto 36px auto;
      text-align: left; }
      div#page div#content ol li {
        overflow: hidden;
        zoom: 1;
        clear: both;
        margin: 0 0 27px 0;
        padding: 27px 30px 27px 30px;
        background: white;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-box-shadow: #999999 0 0 2px;
        -moz-box-shadow: #999999 0 0 2px;
        box-shadow: #999999 0 0 2px;
        list-style: none; }
        div#page div#content ol li img {
          float: left;
          width: 140px;
          margin: 0 10px 9px 0; }
        div#page div#content ol li strong {
          display: block;
          margin: 0 0 9px 0; }
        div#page div#content ol li span {
          display: block;
          margin: 0 0 9px 0; }
          div#page div#content ol li span span {
            display: inline-block;
            width: 1em;
            height: 1em;
            margin: 0 0.5em -1px 0;
            background: grey; }
        div#page div#content ol li abbr {
          margin: 0 1em 0 0; }
    div#page div#content form {
      overflow: hidden;
      zoom: 1;
      margin: 0 0 36px 0; }
      div#page div#content form div.candidate input {
        display: block;
        width: 200px;
        margin: 0 auto;
        padding: 0.5em 0;
        font-size: 1em;
        cursor: pointer;
        border: 1px outset white;
        background: #eee; }
      div#page div#content form div.candidate div.img {
        width: 140px;
        margin: 0 auto;
        padding: 27px 30px 45px 30px;
        background: url(/i/thisone.gif) 27px 176px no-repeat white;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-box-shadow: #999999 0 0 2px;
        -moz-box-shadow: #999999 0 0 2px;
        box-shadow: #999999 0 0 2px; }
        div#page div#content form div.candidate div.img span {
          display: block;
          height: 140px;
          width: 140px;
          overflow: hidden;
          margin: 0 auto; }
        div#page div#content form div.candidate div.img img {
          display: block;
          width: 140px; }
      div#page div#content form div.candidate.button div.img {
        cursor: pointer; }
        div#page div#content form div.candidate.button div.img:hover {
          background-image: url(/i/thisone-on.gif);
          -webkit-box-shadow: #666666 0 0 2px;
          -moz-box-shadow: #666666 0 0 2px;
          box-shadow: #666666 0 0 2px; }
      div#page div#content form div.candidate.button input {
        display: none; }
      div#page div#content form div.candidate.two.button div.img {
        background-image: url(/i/thatone.gif); }
        div#page div#content form div.candidate.two.button div.img:hover {
          background-image: url(/i/thatone-on.gif); }

