/**
 * @file
 * Styling for obfuscated email addresses.
 *
 * Only the pre-JavaScript fallback needs anything here: the address is split
 * into pieces, so a line break is allowed at the "[at]" but not inside the
 * local part or the domain.
 */

span.spamspan .u,
span.spamspan .d {
  white-space: nowrap;
}
