.pane-node-field-poll {
  font-family: "Open Sans", Arial, Helvetica;
  font-size: 16px;
  background-color: #BBDEFB;
  border-radius: 5px;
  position: relative;
  z-index: 1; }
  .pane-node-field-poll .pane-title {
    opacity: 0.8;
    color: white;
    background-color: #1565C0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .pane-node-field-poll .rostant {
    margin-left: 15px;
    padding-bottom: 18px; }

.pane-node-field-poll::after {
  position: absolute;
  z-index: -1;
  content: "";
  background-image: url("/sites/kamerabild.se/themes/kamerabild/css/img/fraga.svg");
  background-repeat: no-repeat;
  background-size: 100px;
  background-size: 100px;
  width: 100px;
  top: 38px;
  right: 32px;
  bottom: 0px; }

.node-poll {
  margin-left: 15px;
  margin-right: 15px; }
  .node-poll h2 {
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 1em; }
  .node-poll .field-name-field-antvis,
  .node-poll .submitted,
  .node-poll .links.inline {
    display: none; }
  .node-poll .messages {
    font-size: 16px;
    padding: 0px;
    background-color: transparent;
    color: black; }
    .node-poll .messages button {
      display: none; }
    .node-poll .messages ul {
      margin-left: 0px;
      margin-top: 1em;
      margin-bottom: 1em; }
  .node-poll .messages.status {
    background-image: none;
    border-color: transparent;
    min-height: auto; }
  .node-poll .messages.error {
    display: none; }

.poll1 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.poll2 {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.poll div.form-item {
  margin-top: 0.8em;
  margin-bottom: 0.8em; }

.poll input.form-radio {
  vertical-align: top;
  width: 14px; }

.poll .form-item-choice label.option {
  width: calc(100% - 30px);
  display: inline-block; }

.poll input.form-submit {
  -webkit-appearance: none;
  font-family: "Open Sans", Arial, Helvetica;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.8px;
  border-radius: 5px;
  line-height: 1.5em;
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-color: white; }

.poll .text {
  counter-increment: line;
  font-weight: bold; }

.poll .text:before {
  content: counter(line) ")";
  margin-right: 7px; }

.poll .bar {
  height: 1em;
  margin: 3px 0;
  background-color: #c0c0c0; }
  .poll .bar .foreground {
    background-color: black;
    height: 1em; }

.poll .percent,
.poll .total {
  font-size: 16px;
  padding-bottom: 18px; }
