body,
html {
  margin: 0; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
  border: 0;
  -ms-interpolation-mode: bicubic; }

.grid__partai {
  width: 6.25%;
  box-sizing: border-box;
  float: left;
  text-align: center;
  padding: 8px 0px; }

.container {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  *zoom: 1; }

.quickCount {
  max-width: 1100px;
  margin: auto;
  font-family: "Roboto", sans-serif;
  background: #eaeaea;
  color: white;
  overflow-x: hidden; }
  .quickCount--forTribun {
    max-width: 1150px; }
    .quickCount--forTribun .quickCount__number {
      bottom: 18px; }
    .quickCount--forTribun .quickCount__item {
      margin: 0 40px; }
  .quickCount__wrapper {
    background: #39c;
    padding: 10px 0 0;
    position: relative;
    overflow-y: hidden; }
  .quickCount__title {
    font-size: 1.22em;
    text-align: left;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 4px;
    padding-top: 3px;
    letter-spacing: 1px;
    line-height: 1; }
    .quickCount__title strong {
      font-size: 1.5em; }
  .quickCount__content {
    position: relative;
    padding: 0 0;
    height: 75px;
    width: 100%;
    float: left;
    background: url(../img/bg.png);
    background-size: cover;
    margin-top: 5px; }
    .quickCount__contentBg {
      position: absolute;
      top: 0;
      height: 75px;
      width: 100%;
      z-index: 1; }
  .quickCount__item {
    margin: 0 30px;
    display: flex; }
  .quickCount__party {
    top: -50px;
    position: relative;
    display: flex;
    margin: 0 0px;
    width: 40%;
    position: relative;
    z-index: 5; }
    .quickCount__party:first-child .quickCount__name {
      padding-left: 10px; }
    .quickCount__party:last-child .quickCount__name {
      padding-right: 10px; }
  .quickCount__partyMiddle {
    display: inline-block;
    margin: 0 0px;
    width: 20%;
    height: 100%;
    text-align: center; }
  .quickCount__footer {
    display: inline-block;
    justify-content: space-between;
    align-items: center;
    background: #085b84;
    height: 50px;
    text-align: center;
    width: 100%;
    font-size: 14px; }
    .quickCount__footerLinks {
      background: #003d5b;
      text-align: center;
      padding: 6px;
      z-index: 12;
      position: relative; }
      .quickCount__footerLinks a {
        color: #ffff00;
        font-size: 12px;
        text-decoration: none; }
        .quickCount__footerLinks a img {
          display: inline-block;
          padding: 5px; }
        .quickCount__footerLinks a:hover {
          color: #ccc; }
  .quickCount__desc {
    margin-top: 10px;
    margin-bottom: 0; }
    .quickCount__desc span {
      margin-right: 5px; }
  .quickCount__support {
    display: flex;
    align-items: flex-end; }
    .quickCount__support span {
      margin-right: 10px; }
    .quickCount__support img {
      display: block;
      max-width: 100%;
      max-height: 19px; }
  .quickCount__img {
    width: 55%;
    text-align: center; }
    .quickCount__img:before {
      content: attr(number);
      display: block;
      position: absolute;
      z-index: 10;
      bottom: 0;
      left: -25px;
      background: #fff;
      border-radius: 50%;
      color: #085b84;
      font-weight: bold;
      font-size: 26px;
      padding: 4px 6px; }
    .quickCount__img-dua:before {
      left: auto;
      right: -25px; }
  .quickCount__name {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
    font-size: 15px;
    padding-top: 3px;
    padding-left: 10px; }
  .quickCount__max {
    width: 45%;
    position: relative; }
  .quickCount__number {
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 3.3em;
    font-weight: 700;
    color: #fff000;
    z-index: 2;
    padding-bottom: 38px; }
  .quickCount__bar {
    background: #ff7800;
    position: absolute;
    display: block;
    z-index: 1;
    height: 100%; }
  .quickCount__text {
    width: 500px;
    margin: auto;
    text-align: center; }
    .quickCount__text img {
      float: left;
      margin-right: 18px;
      width: 59px; }
  .quickCount__sponsor {
    margin: 0px 0 0;
    font-size: 11px; }
    .quickCount__sponsor:before {
      padding-right: 5px;
      content: attr(title);
      display: inline-block; }
    .quickCount__sponsor img {
      vertical-align: middle;
      float: none; }
  .quickCount__partai {
    width: 100%;
    float: left;
    background: #7bc6eb; }
    .quickCount__partai .title {
      float: left;
      padding: 8px 10px;
      font-weight: bold;
      text-transform: uppercase;
      color: #003d5b;
      font-size: 14px; }
    .quickCount__partai .data {
      float: right;
      font-size: 12px;
      color: #085b84;
      padding: 8px 10px; }
      .quickCount__partai .data__suara {
        padding-right: 12px; }
    .quickCount__partaiName {
      background: #a9d7ee;
      float: left;
      width: 100%; }

.partai__name {
  padding: 5px 0;
  font-size: 7.6px;
  color: #000;
  font-weight: bold;
  display: block; }
.partai__percentage {
  color: #085b84;
  font-weight: bold;
  font-size: 13px;
  display: block; }

.disclaimer {
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 8px;
  padding-right: 100px;
  color: #8fb6ca;
  text-align: left; }

/*# sourceMappingURL=style.css.map */


body{margin: 0px !important;}