/* $Id: text_captcha.css,v 1.1 2007/08/22 12:09:41 soxofaan Exp $ */

/**
 * @file
 * Additional CSS rules for text captcha related layout stuff
 */

/**
 * CSS for word lists as radios form elements
 */
.text-captcha-word-list-radios .form-item {
  display: inline;
  padding: 0 .75em;
  margin: 0 .75em;
  white-space: nowrap;
}
