/* The FLIPSIDEUS wordmark, shared by every page that shows it.
 *
 * Went through two more elaborate versions today (a flipped, animated i with a green dot; then a
 * bold word with a dot trailing or centered under it) before Alese asked for plain text with none
 * of that — just the word, styled like normal bold text, no graphic mark at all. This file now only
 * carries the one thing every instance of the wordmark still needs in common: it must not wrap onto
 * two lines mid-word.
 */
.ds-brand,
.brand,
.brandbar,
.fbrand {
  white-space: nowrap;
}
