/* Presentation only: preserve API values, identifiers and editable form values. */
body,
body * {
  text-transform: uppercase !important;
}

body input,
body textarea,
body [contenteditable]:not([contenteditable="false"]),
body [contenteditable]:not([contenteditable="false"]) * {
  text-transform: none !important;
}
