@font-face {
  font-family: "htzIcons";
  src: url(fonts/htzIcons.eot);
  src: url("//www.haaretz.co.il/htz/css/resp/fonts/htzIcons.eot?#iefix") format("embedded-opentype"), url("//www.haaretz.co.il/htz/css/resp/fonts/htzIcons.woff") format("woff"), url("//www.haaretz.co.il/htz/css/resp/fonts/htzIcons.ttf") format("truetype"), url("//www.haaretz.co.il/htz/css/resp/fonts/htzIcons.svg#htzIcons") format("svg"); }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "htzIcons";
    src: url("//www.haaretz.co.il/htz/css/resp/fonts/htzIcons.svg#htzIcons") format("svg"); } }
@media screen and (max-width: 600px) {
  body {
    background-color: #fff !important; } }

.main-wrapper {
  visibility: hidden;
  margin-top: 48px;
  margin-bottom: 48px;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  }
  @media screen and (max-width: 600px) {
    .main-wrapper {
      margin-top: 50px;
      width: 100%; } }
  @media screen and (min-width: 700px) and (max-width: 800px) {
    .main-wrapper {
      width: 80%; } }
  .main-wrapper .reviewers-wrapper, .main-wrapper .parties-wrappers {
    width: 100%;
    margin: 0 auto 102px; }
    @media screen and (max-width: 600px) {
      .main-wrapper .reviewers-wrapper, .main-wrapper .parties-wrappers {
        margin: 0 auto 20px; } }
    .main-wrapper .reviewers-wrapper .select-wrapper, .main-wrapper .parties-wrappers .select-wrapper {
      padding-right: 2%;
      padding-bottom: 32px; }
      @media screen and (max-width: 600px) {
        .main-wrapper .reviewers-wrapper .select-wrapper, .main-wrapper .parties-wrappers .select-wrapper {
          padding-right: 0px !important;
          padding-top: 12px;
          padding-bottom: 0 !important; } }
      .main-wrapper .reviewers-wrapper .select-wrapper .drop-down-header-wrapper, .main-wrapper .parties-wrappers .select-wrapper .drop-down-header-wrapper {
        display: inline-block; }
        .main-wrapper .reviewers-wrapper .select-wrapper .drop-down-header-wrapper .currentDate, .main-wrapper .reviewers-wrapper .select-wrapper .drop-down-header-wrapper .arrowIcon, .main-wrapper .parties-wrappers .select-wrapper .drop-down-header-wrapper .currentDate, .main-wrapper .parties-wrappers .select-wrapper .drop-down-header-wrapper .arrowIcon {
          font-size: 20px;
          font-weight: bold; }
          .main-wrapper .reviewers-wrapper .select-wrapper .drop-down-header-wrapper .currentDate.hideIcon, .main-wrapper .reviewers-wrapper .select-wrapper .drop-down-header-wrapper .arrowIcon.hideIcon, .main-wrapper .parties-wrappers .select-wrapper .drop-down-header-wrapper .currentDate.hideIcon, .main-wrapper .parties-wrappers .select-wrapper .drop-down-header-wrapper .arrowIcon.hideIcon {
            display: none; }
        @media screen and (max-width: 600px) {
          .main-wrapper .reviewers-wrapper .select-wrapper .drop-down-header-wrapper, .main-wrapper .parties-wrappers .select-wrapper .drop-down-header-wrapper {
            display: block; } }
      .main-wrapper .reviewers-wrapper .select-wrapper h2, .main-wrapper .parties-wrappers .select-wrapper h2 {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #2d2d2d; }
      .main-wrapper .reviewers-wrapper .select-wrapper .info-btn, .main-wrapper .parties-wrappers .select-wrapper .info-btn {
        font-family: htzIcons;
        font-size: 24px;
        margin-right: 69px;
        vertical-align: middle;
        display: none;
        color: #737373;
        /* float: left; */
        }
        @media screen and (max-width: 600px) {
          .main-wrapper .reviewers-wrapper .select-wrapper .info-btn, .main-wrapper .parties-wrappers .select-wrapper .info-btn {
            margin-right: 9px;
            vertical-align: bottom;
            font-size: 20px;
            float: left;
            } }
        .main-wrapper .reviewers-wrapper .select-wrapper .info-btn.showBtn, .main-wrapper .parties-wrappers .select-wrapper .info-btn.showBtn {
          display: inline-block; }
      .main-wrapper .reviewers-wrapper .select-wrapper .reviewers, .main-wrapper .reviewers-wrapper .select-wrapper .parties, .main-wrapper .parties-wrappers .select-wrapper .reviewers, .main-wrapper .parties-wrappers .select-wrapper .parties {
        width: 178px;
        margin-right: 12px;
        color: #00a9d5;
        font-weight: bold;
        font-family: "Open Sans Hebrew","Helvetica Neue",Helvetica,Arial,sans-serif; }
        @media screen and (max-width: 600px) {
          .main-wrapper .reviewers-wrapper .select-wrapper .reviewers, .main-wrapper .reviewers-wrapper .select-wrapper .parties, .main-wrapper .parties-wrappers .select-wrapper .reviewers, .main-wrapper .parties-wrappers .select-wrapper .parties {
            width: 100%;
            margin-top: 6px;
            margin-right: 0;
            padding: 4px 0;
            font-weight: bold;
            background-color: #fff;
            margin-bottom: 4px; } }
        .main-wrapper .reviewers-wrapper .select-wrapper .reviewers option, .main-wrapper .reviewers-wrapper .select-wrapper .parties option, .main-wrapper .parties-wrappers .select-wrapper .reviewers option, .main-wrapper .parties-wrappers .select-wrapper .parties option {
          color: #222; }
          .main-wrapper .reviewers-wrapper .select-wrapper .reviewers option:hover, .main-wrapper .reviewers-wrapper .select-wrapper .parties option:hover, .main-wrapper .parties-wrappers .select-wrapper .reviewers option:hover, .main-wrapper .parties-wrappers .select-wrapper .parties option:hover {
            box-shadow: 0 0 10px 100px red inset; }
  .main-wrapper .reviewers-wrapper {
    position: relative; }
    .main-wrapper .reviewers-wrapper .info-popup-wrapper {
      position: absolute;
      top: 8%;
      right: 36%;
      left: 0;
      z-index: 3;
      background-color: #fff;
      padding: 12px;
      transition: opacity 0.25s ease-in-out;
      width: 50%;
      display: inline-block;
      transform: translate(5%, 5%);
      border-radius: 4px;
      border: 1px solid #09a5d9;
      }
      @media screen and (max-width: 600px) {
        .main-wrapper .reviewers-wrapper .info-popup-wrapper {
          top: 15%;
          left: 3%;
          right: 3%;
          width: 94%;
          transform: translate(0%, 0%); } }
      @media screen and (min-width: 700px) and (max-width: 1023px) {
        .main-wrapper .reviewers-wrapper .info-popup-wrapper {
          width: 80%;
          right: 23%; } }
      @media screen and (min-width: 1024px) and (max-width: 1367px) {
        .main-wrapper .reviewers-wrapper .info-popup-wrapper {
          width: 60%;
          right: 42%; } }
      .main-wrapper .reviewers-wrapper .info-popup-wrapper.hidden {
        display: none; }
    @media screen and (max-width: 600px) {
      .main-wrapper .reviewers-wrapper {
        width: 100%;
        padding: 0 33px;
        } }
    .main-wrapper .reviewers-wrapper #dates {
      display: none;
      list-style: none;
      border-top: 1px solid #d8d8d8;
      padding: 6px 6%; }
      @media screen and (max-width: 600px) {
        .main-wrapper .reviewers-wrapper #dates {
          margin: 20px 0;
          border-top: none; } }
      .main-wrapper .reviewers-wrapper #dates.paddingRightVal {
        padding: 6px 0; }
      .main-wrapper .reviewers-wrapper #dates div .datePicker {
        cursor: pointer;
        border: 1px solid #ccc;
        width: 75px;
        display: inline-block;
        border-radius: 4px; }
        .main-wrapper .reviewers-wrapper #dates div .datePicker.selected {
          background-color: #ffe70c;
          font-weight: bold; }
    .main-wrapper .reviewers-wrapper .info-text {
      text-align: left;
      padding-top: 3px;
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #2d2d2d; }
      .main-wrapper .reviewers-wrapper .info-text.info-text-position {
        padding-top: 60px; }
        @media screen and (max-width: 600px) {
          .main-wrapper .reviewers-wrapper .info-text.info-text-position {
            padding-top: 15px; } }
      @media screen and (max-width: 600px) {
        .main-wrapper .reviewers-wrapper .info-text {
          text-align: right; } }
      .main-wrapper .reviewers-wrapper .info-text.hideIcon {
        display: none; }
    .main-wrapper .reviewers-wrapper .slider-desc {
      text-align: center;
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #2d2d2d;
      margin-top: 12px;
      display: none; }
      @media screen and (max-width: 600px) {
        .main-wrapper .reviewers-wrapper .slider-desc {
          margin-top: 24px; } }
  @media screen and (max-width: 600px) {
    .main-wrapper .parties-wrappers {
      width: 100%;
      padding: 0 12px;
      overflow: visible;
      } }
  .main-wrapper .parties-wrappers .select-wrapper {
    padding-bottom: 50px; }
  .main-wrapper .parties-wrappers .parties-cont {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin: auto; }
    @media screen and (max-width: 600px) {
      .main-wrapper .parties-wrappers .parties-cont {
        flex-wrap: wrap;
        width: 100%;
        } }
    @media screen and (max-width: 600px) {
      .main-wrapper .parties-wrappers .parties-cont .mobile-scroll-wrapper {
        overflow: hidden;
        order: 2; } }
    .main-wrapper .parties-wrappers .parties-cont .scroll-wrapper {
      height: 300px;
      overflow-y: auto;
      margin-top: 25px;
      direction: ltr;
      flex-direction: row;
      min-width: 170px; }
      @media screen and (max-width: 600px) {
        .main-wrapper .parties-wrappers .parties-cont .scroll-wrapper {
          height: 100%;
          margin-top: 9px;
          direction: rtl;
          min-width: 0;
          -webkit-overflow-scrolling: touch; } }
      .main-wrapper .parties-wrappers .parties-cont .scroll-wrapper #groups {
        list-style: none;
        text-align: right;
        padding-right: 12px;
        margin: 0; }
        @media screen and (max-width: 600px) {
          .main-wrapper .parties-wrappers .parties-cont .scroll-wrapper #groups {
            width: 1460px;
            padding-right: 0;
            padding-top: 6px;
            border-top: none;
            } }
        .main-wrapper .parties-wrappers .parties-cont .scroll-wrapper #groups li {
          cursor: pointer;
          padding: 3px 9px 3px 0;
          margin-bottom: 6px;
          display: flex;
          direction: rtl;
          justify-content: flex-start;
          flex-wrap: wrap; }
          @media screen and (max-width: 600px) {
            .main-wrapper .parties-wrappers .parties-cont .scroll-wrapper #groups li {
              display: inline-block;
              width: 8.33%;
              font-size: 15px;
              line-height: 1;
              text-align: center;
              margin-right: 3px;
              border: 1px solid #ccc;
              border-radius: 4px;
              padding-right: 0;
              margin-left: 14px;
              } }
          .main-wrapper .parties-wrappers .parties-cont .scroll-wrapper #groups li.selected {
            background-color: #ffe70c;
            font-weight: bold;
            position: relative; }
            .main-wrapper .parties-wrappers .parties-cont .scroll-wrapper #groups li.selected .arrow-wrapper {
              display: inline-block;
              order: 2; }
              @media screen and (max-width: 600px) {
                .main-wrapper .parties-wrappers .parties-cont .scroll-wrapper #groups li.selected .arrow-wrapper {
                  display: none; } }
              .main-wrapper .parties-wrappers .parties-cont .scroll-wrapper #groups li.selected .arrow-wrapper .arrow {
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 7.5px 15px 7.5px 0;
                border-color: transparent #000000 transparent transparent;
                display: inline-block;
                vertical-align: middle;
                margin-right: 12px; }
                @media screen and (max-width: 600px) {
                  .main-wrapper .parties-wrappers .parties-cont .scroll-wrapper #groups li.selected .arrow-wrapper .arrow {
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 7.5px 15px 7.5px;
                    border-color: transparent transparent #000000 transparent;
                    vertical-align: bottom;
                    margin: 0; } }
              @media screen and (max-width: 600px) {
                .main-wrapper .parties-wrappers .parties-cont .scroll-wrapper #groups li.selected .arrow-wrapper {
                  position: absolute;
                  left: 50%;
                  top: 0;
                  transform: translateX(-50%);
                  width: 100%;
                  background-color: #fff; } }
            .main-wrapper .parties-wrappers .parties-cont .scroll-wrapper #groups li.selected .text {
              vertical-align: middle; }
              @media screen and (max-width: 600px) {
                .main-wrapper .parties-wrappers .parties-cont .scroll-wrapper #groups li.selected .text {
                  vertical-align: initial; } }
    .main-wrapper .parties-wrappers .parties-cont #parties-chart {
      flex-direction: row; }

#dates-slider span:focus {
  outline: none; }

#parties-chart {
  width: 100%; }

#reviewers-chart, #parties-chart,#true-results-chart {
  overflow: visible !important; }
  @media screen and (max-width: 600px) {
    #reviewers-chart, #parties-chart,#true-results-chart {
      /* overflow: hidden !important; */
      width: 320px;
      margin: 0 auto;
      height: 450px;
      } }

@media screen and (max-width: 600px) {
  #reviewers-chart,#true-results-chart {
    overflow: visible !important; } }

#dates-slider-wrapper {
  position: relative; }

#min-date, #max-date {
  position: absolute;
  margin-top: 34px;
  transform: translateX(-50%);
  left: 50%;
  cursor: -webkit-grab;
  }
  @media screen and (max-width: 600px) {
    #min-date, #max-date {
      margin-top: 26px;
      top: -72px; } }
  #min-date .arrow, #max-date .arrow {
    height: 15px;
    z-index: 99999999999999999999;
    border-bottom: solid 9px #333;
    border-left: solid 9px transparent;
    border-right: solid 9px transparent;
    content: '';
    margin: auto;
    text-align: center;
    display: block;
    top: -14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    }
    @media screen and (max-width: 600px) {
      #min-date .arrow, #max-date .arrow {
        border-bottom: solid 9px #333;
        height: 14px;
        border-left: solid 9px transparent;
        border-right: solid 9px transparent;
        top: 50%;
        transform: translate(-50%, 90%) rotate(180deg); } }
  #min-date .text, #max-date .text {
    color: #222;
    padding: 2px 0;
    width: 50px;
    display: inline-block;
    text-align: center;
    font-family: "Open Sans Hebrew","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    border-top: 3px solid #333; }
    @media screen and (max-width: 600px) {
      #min-date .text, #max-date .text {
        width: 51px;
        font-size: 12px;
        line-height: 1.3;
        font-weight: bold;
        border-bottom: 3px solid #333;
        border-top: none; } }

@media screen and (max-width: 600px) {
  #parties-chart {
    /* height: 400px; */
    } }

.owl-theme--slider .owl-buttons > div {
  background-color: #4a4848; }

.owl-theme--slider.owl-theme--slider-headline .owl-buttons {
  top: 0; }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-track {
  background-color: #EFEFEF; }

::-webkit-scrollbar-thumb {
  background-color: #858585; }

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #2d2d2d !important;
  background: #2d2d2d !important;
  font-weight: normal;
  color: #2d2d2d !important;
  border-radius: 50% !important; }

@media screen and (max-width: 600px) {
  .ui-slider .ui-slider-handle {
    width: 1.6em !important;
    height: 1.6em !important; } }

.ui-widget-header {
  border: 6px solid #ffe70c !important;
  background: #ffe70c !important;
  color: #333333;
  font-weight: bold; }

.ui-widget-content {
  border: 1px solid #d8d8d8 !important;
  background: #d8d8d8 !important;
  color: #d8d8d8 !important; }

.ui-widget.ui-widget-content {
  border: 1px solid #d8d8d8 !important; }

.ui-slider-horizontal {
  height: .3em !important; }

.ui-slider-horizontal .ui-slider-range {
  top: -5px !important;
  height: 100%; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.5em !important;
  margin-left: -.6em; }
  @media screen and (max-width: 600px) {
    .ui-slider-horizontal .ui-slider-handle {
      top: -.7em !important; } }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.glide__arrow {
  background-color: #acd2ed !important;
  border: 2px solid #acd2ed !important;
  padding: 9px 3px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-radius: 0 !important; }

.glide__arrow--left {
  left: 0 !important; }

.glide__arrow--right {
  right: 0 !important; }

.glide__arrow--right .fig-arrow, .glide__arrow--left .fig-arrow {
  width: 15px;
  display: inline-block; }
  .glide__arrow--right .fig-arrow.right, .glide__arrow--left .fig-arrow.right {
    transform: rotate(180deg); }

.glide__slide {
  text-align: center; }

@media screen and (max-width: 600px) {
  #dates-slider {
    width: 80%;
    margin: 60px auto 42px; } }

.highcharts-root {
  overflow: visible !important; }

#reviewers-chart div, #parties-chart div,#true-results-chart div {
  overflow: visible !important; }

.glide__slides {
  padding-right: 0 !important; }

#groups {
  list-style: none;
  text-align: right;
  padding-right: 12px; }
  @media screen and (max-width: 600px) {
    #groups {
      width: 928px;
      padding-right: 0;
      padding-top: 6px;
      border-top: 1px solid #d8d8d8; } }
  #groups li {
    cursor: pointer;
    padding: 6px;
    margin-bottom: 6px; }
    @media screen and (max-width: 600px) {
      #groups li {
        display: inline-block;
        width: 13.33%;
        font-size: 15px;
        line-height: 1;
        text-align: center;
        margin-right: 20px; } }
    #groups li.selected {
      background-color: #fff17a;
      font-weight: bold;
      position: relative; }
      #groups li.selected .arrow-wrapper {
        display: inline-block; }
        @media screen and (max-width: 600px) {
          #groups li.selected .arrow-wrapper {
            display: none; } }
        #groups li.selected .arrow-wrapper .arrow {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7.5px 15px 7.5px 0;
          border-color: transparent #000000 transparent transparent;
          display: inline-block;
          vertical-align: middle;
          margin-right: 12px; }
          @media screen and (max-width: 600px) {
            #groups li.selected .arrow-wrapper .arrow {
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 7.5px 15px 7.5px;
              border-color: transparent transparent #000000 transparent;
              vertical-align: bottom;
              margin: 0; } }
        @media screen and (max-width: 600px) {
          #groups li.selected .arrow-wrapper {
            position: absolute;
            left: 50%;
            top: 0;
            transform: translateX(-50%);
            width: 100%;
            background-color: #fff; } }
      #groups li.selected .text {
        vertical-align: middle; }
        @media screen and (max-width: 600px) {
          #groups li.selected .text {
            vertical-align: initial; } }

@media screen and (max-width: 600px) {
  ::-webkit-scrollbar:horizontal {
    height: 8px; }

  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: 2px solid #ffffff; }

  ::-webkit-scrollbar-track {
    border-radius: 5px; } }
.ui-widget-header {
  cursor: pointer; }

.ui-slider-handle {
  cursor: pointer !important; }

@media screen and (max-width: 600px) {
  .glide__arrow {
    padding: 4px 1px !important; } }
@media screen and (max-width: 600px) {
  #dates {
    text-align: -webkit-center !important;
    text-align: center; } }
/*----------------------------------------------*/
#select-box {
  margin: 0 auto;
  padding-right: 1em;
  text-align: center;
  background: #fff;
  display: inline-block; }
  @media screen and (max-width: 600px) {
    #select-box {
      padding-right: 0;
      margin-top: 6px;
      margin-bottom: 12px; } }

.faux-select {
  list-style-type: none;
  padding: 0.4em 0;
  background: #fff;
  color: #00a9d5;
  text-align: right;
  border: 1px solid #b2b2b2;
  cursor: pointer;
  width: 220px;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  font-weight: bold;
  font-family: "Open Sans Hebrew","Helvetica Neue",Helvetica,Arial,sans-serif; }
  @media screen and (max-width: 600px) {
    .faux-select {
      width: 100%;
      padding-right: 0 !important; } }
  .faux-select li {
    padding: 0;
    text-indent: 1em;
    position: relative; }
    .faux-select li ul {
      display: block;
      list-style-type: none;
      padding: 0;
      margin: 0.4em 0 0 0;
      background: transparent;
      position: absolute;
      width: 100% !important;
      max-height: 0px;
      overflow: hidden;
      top: 1.6em;
      left: 0;
      transition: all ease 0.25s;
      z-index: 3; }
      .faux-select li ul li {
        padding: 0.4em 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
        .faux-select li ul li:hover {
          background: rgba(212, 212, 212, 0.6); }
        .faux-select li ul li:last-of-type {
          border-bottom: 0; }
    .faux-select li ul.open {
      background: #fff;
      max-height: 1033%;
      border: 1px solid #b2b2b2;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
  .faux-select:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0.6em solid #00a9d5;
    position: absolute;
    top: 0.8em;
    left: 0.8em;
    transition: all ease 0.25s; }

.faux-select.open:before {
  border-left: 0.4em solid transparent;
  border-right: 0.4em solid transparent;
  border-bottom: 0.6em solid #00a9d5;
  border-top: 0; }

.total-mandates-wrapper {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 63px;
  width: 100%;
  text-align: center;
  transform: translate(-50%, 0);
  }
  @media screen and (max-width: 1300px) {
	.total-mandates-wrapper {
	  text-align: left;
	}
  }
  
  @media screen and (max-width: 700px) {
    .total-mandates-wrapper {
      left: 0;
      top: 71%;
      width: 42%;
      transform: none;
      } }
  .total-mandates-wrapper .title {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #2d2d2d;
    vertical-align: middle;
    margin-left: 12px; }
    @media screen and (max-width: 700px) {
      .total-mandates-wrapper .title {
        display: block;
        max-width: 60%;
        margin: 0 auto 6px auto;
        font-size: 12px;
        text-align: center; } }
  .total-mandates-wrapper .circle {
    background-color: #fff17a;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    }
    @media screen and (max-width: 700px) {
      .total-mandates-wrapper .circle {
        display: block;
        margin: 0 auto;
        width: 84px;
        height: 84px;
        } }
    .total-mandates-wrapper .circle .inner-circle {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      @media screen and (max-width: 700px) {
        .total-mandates-wrapper .circle .inner-circle {
          line-height: 1; } }
      .total-mandates-wrapper .circle .inner-circle .total-mandates {
        font-size: 48px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        color: #2d2d2d;
        }
        @media screen and (max-width: 700px) {
          .total-mandates-wrapper .circle .inner-circle .total-mandates {
            font-size: 32px;
            line-height: 1; } }
      .total-mandates-wrapper .circle .inner-circle .mandates {
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #2d2d2d; }
        @media screen and (max-width: 700px) {
          .total-mandates-wrapper .circle .inner-circle .mandates {
            font-size: 11px; } }
  .total-mandates-wrapper.done .circle {
    background-color: lightblue; }

.highcharts-axis-labels span.selected {
  background-color: #fff17a; }


@media screen and (max-width: 700px) {

.true-results-wrapper {

margin-top: 43px;
} 
 
.true-results-wrapper h2 {
    margin-right: 13px;
}
  
}




#haaretz.co.il.mobile_web.maavaron1 {
  display:none;
}