
#edit-mollom-captcha {
  display: block;
}

/* Help themes to properly display Mollom's log messages. */
.dblog-event pre,
#simpletest-result-form table td {
  white-space: pre-wrap;
}

/* Allow CAPTCHA rendering to take full form width. */
.form-item-mollom-captcha label[for="edit-mollom-captcha"] {
    float: none;
}

/* Accessibilty focus helper for audio CAPTCHA. */
.mollom_captcha_flash_player:focus{
    border: yellow 2px solid;
}

/* Refresh CAPTCHA icon */
.mollom-captcha-container {
  display: inline-block;
  position: relative;
}
.mollom-captcha-container .mollom-refresh-captcha,
.mollom-captcha-container .mollom-refresh-captcha:hover {
  position: absolute;
  background: transparent url(../assets/images/refresh.png) no-repeat;
  text-indent: -99999px;
  border: none;
  padding: 0;
  width: 18px;
}
.mollom-captcha-container .mollom-captcha-content {
  padding-left: 20px;
}

/* Homepage hidden field */
.mollom-homepage {
    display: none;
}
