.ezpoll {
  margin: 20px 0;
  padding: 0;
  background: var(--color-popular-comments-bg);
}

.ezpoll-wrap {
  padding: 1rem;
}

.ezpoll h4 {
  color: #fff;
  font-size: 1.125rem;
  background: rgb(1, 62, 131);
  background: var(--color-blue-dark);
  padding-left: .5em;
  font-weight: 600;
  margin: 0;
}

.ezpoll p {
  font-weight: 600;
  padding: 0;
}

.ezpoll button {
  margin-top: 10px;
}

.ezpoll table {
  width: 100%;
} 

.ezpoll th {
  width: 10%;
  color: rgb(1, 62, 131);
  color: var(--color-link);
  font-weight: 600;  
  text-align: left;
  padding-right: 10px;
  white-space: nowrap;
}

.ezpoll td {
  width: 90%;
}

.ezpoll td>div {
  position: relative;
  width: 100%;
  height: 2rem;
}

.ezpoll-bar {
  position: absolute;
  top: .3rem;
  left: 0;
  height: 22px;
  height: var(--base-height);
  background: rgb(1, 62, 131);
  background: var(--color-blue-dark);
}

.ezpoll-value {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 22px;
  height: var(--base-height);
  line-height: var(--base-height);
  left: 0;
  top: .3rem;
  text-align: center;
  font-size: .7em;
  font-weight: 600;
  color: #fff;
}

.ezpoll-participants {
  margin-top: 10px;
}
