/* Fieldwraps */
.powermail_fieldwrap.field-css-layout1 {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}

/* Buttons */
.vote-buttons-wrap {
  text-align: center;
}
.vote-buttons-wrap button {
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 21px;
  color: transparent !important;
  font-size: 20px;
  width: 42px;
}
.vote-buttons-wrap button.btn-default,
.vote-buttons-wrap button.btn-default:active {
  background-color: #fff;
  background-image: url(Check.black.svg);
  border-color: #000;
}
.vote-buttons-wrap button.btn-default.hover,
.vote-buttons-wrap button.btn-default:hover {
  background-color:rgba(148, 193, 28, .5);
}
.vote-buttons-wrap button.disabled,
.vote-buttons-wrap button.disabled:hover {
  background-color: #fff;
  background-image: url(Check.grey.svg);
}
.vote-buttons-wrap button.btn-success {
  background-image: url(Check.white.svg);
  border-color: #000;
}
.vote-buttons-wrap button + button {
  margin-left: 10px;
}
.vote-buttons-wrap button.disabled {
  border-color: #777;
  color: #777;
}

/* Divider */
hr.vote-divider {
  border-top: 1px dotted #000;
  clear: both;
  margin: 35px 0 0;
  padding: 20px 0 0;
}
.powermail_fieldwrap.field-css-layout1 hr.vote-divider {
  margin-left: -25px;
  margin-right: -25px;
}


/** Content styling */
.powermail_fieldset .csc-textpic.csc-textpic-intext-right-nowrap .csc-textpic-text,
.powermail_fieldset .csc-textpic.csc-textpic-intext-left-nowrap .csc-textpic-text {
  border-bottom: none;
}