.g-recaptcha {
    display: none;
}

.g-recaptcha.g-recaptcha__initted {
    display: block;
    overflow: hidden;
    text-align: left;
    font-size: 0;
}

.g-recaptcha.g-recaptcha__initted > * {
    display: inline-block;
    transform-origin: top left;
}

.votingIframes .g-recaptcha.g-recaptcha__initted {
    text-align: right;
    font-size: 0;
}

.votingIframes .g-recaptcha.g-recaptcha__initted > * {
    display: inline-block;
}

.votingIframes.iFrameSRF .g-recaptcha.g-recaptcha__initted {
    text-align: left;
    font-size: 0;
}

.votingIframes.iFrameSRF .g-recaptcha.g-recaptcha__initted > * {
    display: inline-block;
}

.votingIframes.iFrameSRF .iframe-submit-button {
    float: unset !important;
}

.votingIframes.iFrameSRF .iframe-submit-button .btn-gold {
    max-width: 215px;
    display: inline-block;
    float: none !important;
}
