.szavazas-cikk {
    background-color: white;
    border: none;
    padding: 0;
    margin: 36px 0;
    text-align: left;
    min-width: 300px;
}

.szavazas-cikk h3 {
}

.szavazas-cikk ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.szavazas-cikk ul.szavazas-opciok-eredmeny li label {
    margin-bottom: -2px;
}

.szavazas-cikk ul.szavazas-opciok-eredmeny li .szavazas-eredmeny-wrp {
    margin-bottom: 15px;
}

.szavazas-eredmeny {

}

.szavazas-eredmeny ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.szavazas-eredmeny-wrp {
    position: relative;
    width: 100%;
    text-align: center;
    color: black;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
}

.szavazas-eredmeny-csik {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 10px;
}

.szavazas-eredmeny-csik2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    color: white;
    background-color: #3daee9;
}

.g-recaptcha {
    background: #fd5a27;
    border: none;
    display: block;
    width: 150px;
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
    margin-bottom: 10px;
    color: #fff;
    border: 1px solid transparent;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.g-recaptcha:hover {
    background-color: #bc2e02;
}