/* Custom themes will often have 0 margin and padding on the body element. This
 * is fine, but in the context of CKEditor content will butt directly up
 * against the border of the CKEditor frame. Here we add some minimal spacing
 * back to the body element.
 */
body {
  margin: 8px;
}
.layout-container form {
  max-width: 100%;
}
