#parent-input, #pagetitle, #weblink {
  width: 100%; }

#template-tree li > span {
  cursor: pointer; }

/*
http://www.phase2technology.com/blog/exploring-maps-in-sass-3-3/
*/
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }
  body:hover .visually-hidden a, body:hover .visually-hidden input, body:hover .visually-hidden button {
    display: none !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

label {
  display: block; }

fieldset label:not(:last-child) {
  margin-bottom: 1em; }

/*
body {
  height: 100vh;
  display: flex;
  flex-direction: column;

  grid-template-columns: 1fr;
  grid-gap: 0;
  grid-template-rows: auto auto;
}
*/
body {
  margin: 0;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden; }
  body > h1:first-child {
    margin-top: 0; }

body {
  display: grid;
  grid-template-rows: min-content auto; }

main {
  display: grid;
  grid-template-rows: min-content min-content auto min-content min-content; }
  main > footer {
    display: flex;
    align-items: flex-end; }
    main > footer .classkey {
      margin-right: auto;
      align-self: center; }

.label.panel {
  display: grid;
  grid-template-columns: 16rem auto;
  grid-template-rows: auto;
  padding-left: 0;
  padding-right: 0;
  align-items: center; }
  .label.panel > *:first-child {
    padding-left: 1rem; }

.flexible.template-container {
  display: grid;
  grid-template-columns: 16rem auto;
  grid-template-rows: auto;
  max-height: min-content; }

/*
.template.panel {
  display: flex;
  flex-direction: column;
}
*/
/*main {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
  grid-template-rows: auto auto auto auto auto auto;
}

.template.panel {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
  grid-template-rows: 150px;
}

.template-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
  grid-template-rows: 1fr;
}*/
.template-column {
  overflow-y: auto;
  font-size: .875em; }

.template-column > div {
  padding: 1em; }

h1 {
  margin: 0 auto;
  width: 100%; }

input {
  border: 1px solid #3c3c3c; }

p.error.message {
  margin: 0;
  color: var(--dangerous, red); }

[data-invalid] {
  border-color: red; }

p.balanced {
  text-align: center; }

#parent-input, #pagetitle, #weblink {
  width: 100%; }

.will-create.panel {
  padding-top: 0;
  padding-bottom: 0; }
  .will-create.panel p {
    margin: 0 auto; }

.flexible.preview-options {
  justify-content: flex-end;
  padding-right: 1rem; }
  .flexible.preview-options > *:not(:last-child) {
    margin-right: 1rem; }
  .flexible.preview-options .left {
    margin-right: auto;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: center; }
    .flexible.preview-options .left .template-select-wrapper {
      margin-right: 1rem; }

.pagetitle.panel, .parent.panel {
  padding-bottom: 0; }

.oblique {
  font-style: italic; }

.will-create a {
  color: currentColor;
  text-decoration: none; }
  .will-create a:hover, .will-create a:focus, .will-create a:active {
    text-decoration: underline; }

#template-tree li > span {
  cursor: pointer; }

ul {
  margin: 0;
  padding: 0 0 0 1.5em; }

.panel.classkey {
  text-align: right; }

label[for="classkey"] {
  text-align: center; }

#template-tree ul {
  list-style-type: none; }

.flexible {
  display: flex;
  /*> .pagetitle {
   flex-grow: 2;
 }
 > .parent {
   flex-grow: 1;
 }*/ }
  .flexible > .greedy {
    flex-grow: 1; }
  .flexible > .panel:not(:last-child) {
    padding-right: 0; }

.template.panel {
  padding-top: 0; }

.pagetitle-wrapper.flexible {
  flex-direction: row-reverse; }
  .pagetitle-wrapper.flexible .find-parent-by {
    margin-left: auto;
    transform: translateY(-1em); }
  .pagetitle-wrapper.flexible #parent-search-wrapper {
    flex-grow: 1; }
  .pagetitle-wrapper.flexible > *:not(:first-child) {
    margin-right: 1rem; }

fieldset {
  padding: 1rem; }

#parent-find-by {
  padding: 0;
  border: none; }
  #parent-find-by > div {
    display: flex;
    justify-content: space-around; }
  #parent-find-by label {
    margin-bottom: 0; }
    #parent-find-by label:not(:last-child) {
      margin-right: 1em; }

h1, .panel, footer {
  padding: 1rem; }

.template-container label:not(:only-child) {
  margin-bottom: 1rem; }

[data-template-preview="false"] .template-container .template-chooser {
  display: flex;
  flex-wrap: wrap; }

.template-container .template-column {
  margin-right: .5rem; }
  .template-container .template-column details:not(:first-child) {
    margin-top: .5rem; }
  [data-template-preview="false"] .template-container .template-column details {
    margin-top: 1rem;
    padding-left: .5rem;
    padding-right: .5rem; }
  .template-container .template-column fieldset {
    margin-top: .5rem;
    padding: .5rem; }

.template-container aside {
  text-align: right; }

.template-container iframe {
  width: 100%;
  height: 100%;
  display: none;
  border: 1px solid #c0c0c0; }
  [data-template-preview="true"] .template-container iframe {
    display: block; }

label[for="preview-template"] {
  display: inline-block; }

summary span {
  color: var(--light-color, #787878); }

aside {
  padding-right: 1rem; }
  aside iframe {
    transition: all 360ms ease; }

.classkey {
  margin-left: auto;
  transform: translateY(0.5em);
  text-align: right; }

fieldset.take-me {
  padding: .5rem; }
  fieldset.take-me label {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 0; }
    fieldset.take-me label:last-child {
      margin-right: 0; }

button[disabled] {
  color: var(--light-color, #787878); }

footer button {
  display: block;
  margin-left: auto;
  margin-right: 0; }

#stage {
  display: grid;
  grid-template-rows: min-content auto; }

#rpm {
  display: none; }

:-webkit-full-screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh; }
  :-webkit-full-screen label[for="preview-template"] {
    display: none; }
  :-webkit-full-screen label[for="fullscreen-preview"] {
    padding: .5rem .5rem 0 0; }
  :-webkit-full-screen #stage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: .5rem; }
  :-webkit-full-screen .label.panel {
    grid-template-columns: max-content auto; }
    :-webkit-full-screen .label.panel label[for="template"] {
      margin-right: 1em; }
  :-webkit-full-screen aside {
    width: 100vw;
    padding: 0;
    background: #f0f0f0; }
    :-webkit-full-screen aside[data-preview-as="mobile"], :-webkit-full-screen aside[data-preview-as="tablet"] {
      border-top: 1px solid gainsboro; }
  :-webkit-full-screen .template-column {
    display: none; }
  :-webkit-full-screen label[for="toggle-column"] {
    display: none; }
  :-webkit-full-screen .template-select-wrapper {
    display: inline-block !important; }
  :-webkit-full-screen #rpm {
    display: flex;
    align-items: center;
    margin-right: auto; }
    :-webkit-full-screen #rpm > *:not([hidden]) {
      display: flex;
      align-items: center; }
    :-webkit-full-screen #rpm fieldset {
      padding: 0 .5rem;
      border: none; }
      :-webkit-full-screen #rpm fieldset label {
        margin-bottom: 0; }
        :-webkit-full-screen #rpm fieldset label:not(:last-child) {
          margin-right: 1em; }
  :-webkit-full-screen .flexible.preview-options .left {
    flex-grow: 0; }
  :-webkit-full-screen aside {
    display: flex;
    justify-content: center;
    align-items: center; }
    :-webkit-full-screen aside[data-preview-as="mobile"] iframe {
      width: 320px;
      height: 480px; }
    :-webkit-full-screen aside[data-preview-as="mobile"][data-orientation="landscape"] iframe {
      width: 480px;
      height: 320px; }
    :-webkit-full-screen aside[data-preview-as="tablet"] iframe {
      width: 768px;
      height: 1024px; }
    :-webkit-full-screen aside[data-preview-as="tablet"][data-orientation="landscape"] iframe {
      width: 1024px;
      height: 768px; }

:-moz-full-screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh; }
  :-moz-full-screen label[for="preview-template"] {
    display: none; }
  :-moz-full-screen label[for="fullscreen-preview"] {
    padding: .5rem .5rem 0 0; }
  :-moz-full-screen #stage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: .5rem; }
  :-moz-full-screen .label.panel {
    grid-template-columns: max-content auto; }
    :-moz-full-screen .label.panel label[for="template"] {
      margin-right: 1em; }
  :-moz-full-screen aside {
    width: 100vw;
    padding: 0;
    background: #f0f0f0; }
    :-moz-full-screen aside[data-preview-as="mobile"], :-moz-full-screen aside[data-preview-as="tablet"] {
      border-top: 1px solid gainsboro; }
  :-moz-full-screen .template-column {
    display: none; }
  :-moz-full-screen label[for="toggle-column"] {
    display: none; }
  :-moz-full-screen .template-select-wrapper {
    display: inline-block !important; }
  :-moz-full-screen #rpm {
    display: flex;
    align-items: center;
    margin-right: auto; }
    :-moz-full-screen #rpm > *:not([hidden]) {
      display: flex;
      align-items: center; }
    :-moz-full-screen #rpm fieldset {
      padding: 0 .5rem;
      border: none; }
      :-moz-full-screen #rpm fieldset label {
        margin-bottom: 0; }
        :-moz-full-screen #rpm fieldset label:not(:last-child) {
          margin-right: 1em; }
  :-moz-full-screen .flexible.preview-options .left {
    flex-grow: 0; }
  :-moz-full-screen aside {
    display: flex;
    justify-content: center;
    align-items: center; }
    :-moz-full-screen aside[data-preview-as="mobile"] iframe {
      width: 320px;
      height: 480px; }
    :-moz-full-screen aside[data-preview-as="mobile"][data-orientation="landscape"] iframe {
      width: 480px;
      height: 320px; }
    :-moz-full-screen aside[data-preview-as="tablet"] iframe {
      width: 768px;
      height: 1024px; }
    :-moz-full-screen aside[data-preview-as="tablet"][data-orientation="landscape"] iframe {
      width: 1024px;
      height: 768px; }

:-ms-fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh; }
  :-ms-fullscreen label[for="preview-template"] {
    display: none; }
  :-ms-fullscreen label[for="fullscreen-preview"] {
    padding: .5rem .5rem 0 0; }
  :-ms-fullscreen #stage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: .5rem; }
  :-ms-fullscreen .label.panel {
    grid-template-columns: max-content auto; }
    :-ms-fullscreen .label.panel label[for="template"] {
      margin-right: 1em; }
  :-ms-fullscreen aside {
    width: 100vw;
    padding: 0;
    background: #f0f0f0; }
    :-ms-fullscreen aside[data-preview-as="mobile"], :-ms-fullscreen aside[data-preview-as="tablet"] {
      border-top: 1px solid gainsboro; }
  :-ms-fullscreen .template-column {
    display: none; }
  :-ms-fullscreen label[for="toggle-column"] {
    display: none; }
  :-ms-fullscreen .template-select-wrapper {
    display: inline-block !important; }
  :-ms-fullscreen #rpm {
    display: flex;
    align-items: center;
    margin-right: auto; }
    :-ms-fullscreen #rpm > *:not([hidden]) {
      display: flex;
      align-items: center; }
    :-ms-fullscreen #rpm fieldset {
      padding: 0 .5rem;
      border: none; }
      :-ms-fullscreen #rpm fieldset label {
        margin-bottom: 0; }
        :-ms-fullscreen #rpm fieldset label:not(:last-child) {
          margin-right: 1em; }
  :-ms-fullscreen .flexible.preview-options .left {
    flex-grow: 0; }
  :-ms-fullscreen aside {
    display: flex;
    justify-content: center;
    align-items: center; }
    :-ms-fullscreen aside[data-preview-as="mobile"] iframe {
      width: 320px;
      height: 480px; }
    :-ms-fullscreen aside[data-preview-as="mobile"][data-orientation="landscape"] iframe {
      width: 480px;
      height: 320px; }
    :-ms-fullscreen aside[data-preview-as="tablet"] iframe {
      width: 768px;
      height: 1024px; }
    :-ms-fullscreen aside[data-preview-as="tablet"][data-orientation="landscape"] iframe {
      width: 1024px;
      height: 768px; }

:full-screen {
  /*pre-spec */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh; }
  :full-screen label[for="preview-template"] {
    display: none; }
  :full-screen label[for="fullscreen-preview"] {
    padding: .5rem .5rem 0 0; }
  :full-screen #stage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: .5rem; }
  :full-screen .label.panel {
    grid-template-columns: max-content auto; }
    :full-screen .label.panel label[for="template"] {
      margin-right: 1em; }
  :full-screen aside {
    width: 100vw;
    padding: 0;
    background: #f0f0f0; }
    :full-screen aside[data-preview-as="mobile"], :full-screen aside[data-preview-as="tablet"] {
      border-top: 1px solid gainsboro; }
  :full-screen .template-column {
    display: none; }
  :full-screen label[for="toggle-column"] {
    display: none; }
  :full-screen .template-select-wrapper {
    display: inline-block !important; }
  :full-screen #rpm {
    display: flex;
    align-items: center;
    margin-right: auto; }
    :full-screen #rpm > *:not([hidden]) {
      display: flex;
      align-items: center; }
    :full-screen #rpm fieldset {
      padding: 0 .5rem;
      border: none; }
      :full-screen #rpm fieldset label {
        margin-bottom: 0; }
        :full-screen #rpm fieldset label:not(:last-child) {
          margin-right: 1em; }
  :full-screen .flexible.preview-options .left {
    flex-grow: 0; }
  :full-screen aside {
    display: flex;
    justify-content: center;
    align-items: center; }
    :full-screen aside[data-preview-as="mobile"] iframe {
      width: 320px;
      height: 480px; }
    :full-screen aside[data-preview-as="mobile"][data-orientation="landscape"] iframe {
      width: 480px;
      height: 320px; }
    :full-screen aside[data-preview-as="tablet"] iframe {
      width: 768px;
      height: 1024px; }
    :full-screen aside[data-preview-as="tablet"][data-orientation="landscape"] iframe {
      width: 1024px;
      height: 768px; }

:fullscreen {
  /* spec */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh; }
  :fullscreen label[for="preview-template"] {
    display: none; }
  :fullscreen label[for="fullscreen-preview"] {
    padding: .5rem .5rem 0 0; }
  :fullscreen #stage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: .5rem; }
  :fullscreen .label.panel {
    grid-template-columns: max-content auto; }
    :fullscreen .label.panel label[for="template"] {
      margin-right: 1em; }
  :fullscreen aside {
    width: 100vw;
    padding: 0;
    background: #f0f0f0; }
    :fullscreen aside[data-preview-as="mobile"], :fullscreen aside[data-preview-as="tablet"] {
      border-top: 1px solid gainsboro; }
  :fullscreen .template-column {
    display: none; }
  :fullscreen label[for="toggle-column"] {
    display: none; }
  :fullscreen .template-select-wrapper {
    display: inline-block !important; }
  :fullscreen #rpm {
    display: flex;
    align-items: center;
    margin-right: auto; }
    :fullscreen #rpm > *:not([hidden]) {
      display: flex;
      align-items: center; }
    :fullscreen #rpm fieldset {
      padding: 0 .5rem;
      border: none; }
      :fullscreen #rpm fieldset label {
        margin-bottom: 0; }
        :fullscreen #rpm fieldset label:not(:last-child) {
          margin-right: 1em; }
  :fullscreen .flexible.preview-options .left {
    flex-grow: 0; }
  :fullscreen aside {
    display: flex;
    justify-content: center;
    align-items: center; }
    :fullscreen aside[data-preview-as="mobile"] iframe {
      width: 320px;
      height: 480px; }
    :fullscreen aside[data-preview-as="mobile"][data-orientation="landscape"] iframe {
      width: 480px;
      height: 320px; }
    :fullscreen aside[data-preview-as="tablet"] iframe {
      width: 768px;
      height: 1024px; }
    :fullscreen aside[data-preview-as="tablet"][data-orientation="landscape"] iframe {
      width: 1024px;
      height: 768px; }

[data-template-preview="false"] label[for="fullscreen-preview"] {
  display: none; }
