.no_robot {
    font-weight: bold;
}

.ody_captcha {
    text-align: center;
    margin: 20px auto;
}

.captcha_challenge {
    max-width: 400px;
    min-height: 250px;
    display: table;
    margin: auto;
}

.ody_captcha_image {
    display: table;
    margin: 15px auto !important;
    position: relative;
    min-width: 250px;
}

.ody_captcha_image img {
    border: 1px solid black;
}

.ody_captcha_refresh {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background: grey url("../images/reset.png") center center no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 34px;
    cursor: pointer;
}

.ody_googlerecaptcha {
    display: table;
    margin: 30px auto;
}

.ody_googlerecaptcha iframe {
    height: auto !important; /* override for reCaptcha */
    max-height: 80px;
}

.ody_captcha_answers span:hover {
    background: #676767;
    color: white;
}

.ody_captcha_answers span {
    cursor: pointer;
    display: inline-block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 3px;
    background: grey;
    color: white;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: .85em;
    text-decoration: none;
    padding: 2px 12px;
}

.ody_captcha_selected,
.ody_captcha_selected:hover {
    background: #282828 !important;
    color: white !important;
}
