body .mainCol .article .single-poll {
    margin-top: 1rem;
}
.article .single-poll h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}
.single-poll-form {
    margin-bottom: 1rem;
}
.single-poll .wp-caption {
    background: transparent;
}
.single-poll .alternatives {
    margin: 1rem 0;
}
.single-poll .alternatives.images {
    margin-left: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.single-poll .alternatives.images img {
    margin-top: 0;
}
.single-poll .alternatives.images input:not([type="submit"]) {
    display: none;
}
.single-poll .alternatives.images input[type="radio"]:checked+label {
    /*border: 1px solid #000;*/
    border-radius: 5px;
    padding: 5px;
    display: block;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 8%), 0 1px 3px 0 rgb(0 0 0 / 16%);
    background-color: #d81f2e;
    margin: -1rem;
    color: #fff;
}
.single-poll .alternatives.texts {
    margin-left: 0;
    list-style-type: none;
}
.single-poll .alternatives.texts li {
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 3px;
    margin-bottom: 5px;
}
.single-poll .alternatives.texts .vote-option {
    align-items: center;
    background: #fafafa; /* #b5d4fc;#efefef; */
    border-color: #eee;
    border-style: solid;
    border-width: 1px;
    color: #292929;
    cursor: pointer;
    border-radius: 0.25em;
    /*box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);*/
    display: flex;
    margin: 0.5em;
    padding: 0.5em;
    transition: 0.3s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.single-poll .alternatives.texts .vote-option:hover {
    background: #eee;
    border-color: #ddd;
    /*box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);*/
    color: #292929;
}
.single-poll .alternatives.texts .vote-option.selected {
    background: #1976bc;
}
.single-poll .alternatives.texts .vote-option-selector-box {
    background: rgba(255,255,255,0.75);
    border-color: #ddd;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: inline-block;
    height: 1.2em;
    margin-right: 0.5rem;
    padding: 3px;
    width: 1.2em;
}
.single-poll .alternatives.texts .vote-option.selected .vote-option-selector-box {
    border-color: #fff;
    content: url('data:image/svg+xml,%3Csvg  xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath d="M0,0H24V24H0Z" fill="none"%3E%3C/path%3E%3Cpath fill="white" d="M9,15.1999l-4.2-4.2L2.3999,13.4,9,20.0001,22.0001,7,19.6,4.5999Z"%3E%3C/path%3E%3C/svg%3E');
}
.single-poll .alternatives.texts .vote-option-selector-box + p {
    display: inline-block;
    line-height: 1;
    margin: 0;
}
.single-poll .alternatives.texts .vote-option .vote-button-label {
    display: inline-block;
}
.single-poll .alternatives.texts .vote-option.selected .vote-button-label {
    color: #fff;
}
/*
.single-poll .alternatives.texts .vote-button-label::before {
    background: rgba(255,255,255,0.75);
    border: 1px solid;
    border-color: #ddd;
    border-radius: 50%;
    color: #fff;
    height: 1.2em;
    padding: 3px;
    width: 1.2em;
}
.single-poll .alternatives.texts .vote-button-label:hover {
    background: #d6d6d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
    color: #101010;
}
.single-poll .alternatives.texts .vote-button-label:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
    transform: translateY(2px);
}
.single-poll .alternatives.texts .vote-button:checked + .vote-button-label {
    background: #4183D7;
    color: #efefef;
}
.single-poll .alternatives.texts .vote-button:checked + .vote-button-label::before {
    content: '\2713';
    margin-left: -1.25rem;
    margin-right: 0.5rem;
    width: 1rem;
}
*/
.single-poll .show-results-link {
    margin-top: 1rem;
    text-align: center;
}
.single-poll .alert.error {
    border-radius: 3px;
    display: block;
    padding: 0.5rem;
} 
.single-poll .show-results-link a {
    cursor: pointer;
} 
.single-poll .vote-results-chart {
    margin-bottom: 1rem;
}
.single-poll .vote-results-chart tbody {
    padding-right: 2rem;
}
.single-poll .vote-results-chart tr {
    --labels-size: 100px;
    min-height: 3rem;
}
.single-poll .vote-results-chart td {
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 8%), 0 1px 3px 0 rgb(0 0 0 / 16%);
}
.single-poll .vote-results-chart tr td .data {
    font-weight: bold;
    margin-right: -0.5rem;
}
.single-poll .vote-results-chart .bar tbody {
    overflow-x: hidden; /* remove this to see how it works */
}
.single-poll .vote-results-chart .bar tbody th {
    background-color: #fff;
    font-weight: 500;
    z-index: 1;
}
.single-poll .vote-results-chart .charts-css.bar tbody tr td {
    animation: votesBar 1000ms ease-in-out forwards;
    background-color: #1976bc;
    transform: scaleX(0);
    transition-duration: 1s;
    transition-property: transform;
    transition-timing-function: ease-out;
    transform-origin: left center;
}
@keyframes votesBar {
    from { transform:scaleX(0) }
    to { transform:scaleX(1) }
}
.single-poll input:not([type=checkbox]), 
.single-poll textarea,
.single-poll button {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 1rem;
    margin-bottom: 1rem;
    padding: 7px 11px !important;
    width: 100%;
}
.single-poll .poll-person {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.single-poll .poll-name {
    grid-column: span 2;
}
#submit-vote-button {
    background-color: #1976bc;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}
#submit-vote-button:disabled {
    background-color: #c0c0c0;
    color: #888;
}
.single-poll input[type=checkbox] {
    margin-right: 1rem;
}
.single-poll input.error,
.single-poll button.error {
    background-color: #f0dddd !important;
}
.single-poll input:invalid, .single-poll textarea:invalid {
    background-color: transparent;
}
.single-poll input:user-invalid,
.single-poll textarea:user-invalid  {
    background-color: #f0dddd;
}
.single-poll button.error:disabled {
    background-color: #f0dddd !important;
    color: #000 !important;
}
.single-poll label {
    font-size: 1rem;
    padding: 0;
}
.single-poll .form-already-voted {
    margin-top: 15px;
}
.single-poll .form-already-voted label {
    pointer-events: none;
}
.single-poll sup {
    color: #d81f2e;
}
.single-poll label.error {
    border-bottom: 3px solid #f09191;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.single-poll .poll-mandatory {
    margin-top: 1rem;
    font-size: 12px;
}
.single-poll .poll-mandatory sup {
    font-size: 12px;
}
.single-poll .info-text {
    margin-top: 3rem;
    color: #999;
    font-size: 0.8rem;
    font-style: italic;
}
.single-poll .already-voted,
.single-poll .thank-you {
    padding: 20px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 8%), 0 1px 3px 0 rgb(0 0 0 / 16%);
    background: #eee;
    font-weight: 600;
}
.full-width {
    display: block;
    width: 100%;
}
@media only screen and (max-width: 768px) {
  .single-poll .alternatives.images {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 40px;;
  }  
  .single-poll .alternatives {
      margin: 2rem 0 0;
  }
  .single-poll .alternatives.images input[type="radio"]:checked+label {
      margin: -0.5rem;
  }
  .single-poll .poll-person {
      display: block;
  }
}
#vaia_svensk_jakt_omrostning_stats > .inside {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
#vaia_svensk_jakt_omrostning_stats > .inside .bar {
}
#vaia_svensk_jakt_omrostning_stats > .inside .legend {
}
