body {
  margin-bottom: 0;
}
h1 {
  background-size: 100px;
  background-position: left 100% top 0%;
  margin-top: 5px;
  margin-bottom: 0;
  color: #abf;
  font-size: 1rem;
  height: 65px;
}
h2 {
  font-size: 1.2rem;
}
h2 > em {
  display: block;
}
p > img {
  border-width: 0;
}
#orderSection {
  display: block;
  position: relative;
}
#orderForm {
  position: relative;
  top: 0;
  width: 100%;
  padding: 0;
}
#initialSelect > p > img:nth-child(n + 2) {
  border-width: 3px;
}
#result > section {
  margin: 0 !important;
}
#result > p > img,
#submitSection img {
  width: 100%;
}

#initialSelect > p > img:nth-child(1),
#nameSelect > p > img {
  width: 100%;
}
#initialSelect > p > img:nth-child(n + 2) {
  width: calc(49% - 6px);
}
#messageSelect > p > img {
  width: calc(49% - 6px);
  border-width: 3px;
}
#information {
  width: 100%;
  margin: 0 0 1rem 0;
}
#information h2 {
  margin-top: 0;
}
#codeIssue article {
  width: 85%;
}
#preview {
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 1;
  overflow: initial;
}
#previewSVG {
  /*position: fixed;*/
  width: 100%;;
  max-width: 100%;
  text-align: center;
  border-top-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0;
  min-height: 0;
  max-height: 0;
  transform: scale(0);
  transition: transForm 0s, 0.2s;
  overflow: hidden;
}
#previewSVG h2 {
  display: none;
}
#previewSVG.on {
  background-color: rgba(0, 0, 0, .8);
  position: relative;
  left: -8px;
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  transform: scale(1);
  transition: transForm 0s, 0.2s;
}
#preview svg {
  margin: auto;
  width: 75%;
  height: 100%;
  transform: scale(1);
  transition: transForm 0s, 0.2s;
}
#preview svg:hover {
  transform: none;
}
#preview svg.hover {
  transform: scale(1.95);
  transition: transForm 0s, 0.2s;
  transform-origin: 50% 72%;
}
#preview button {
  background-color: #f9d;
  color: #fff;
  font-weight: bold;
  position: static;
  z-index: 5;
  width: 16em;
  padding: .6rem 0;
}
#preview button:nth-child(2) {
  position: absolute;
  z-index: 1;
  right: 0;
  left: auto;
  width: 5em;
}
#codeIssue article {
  margin: 20% auto 0 auto;
}
#orderSection > section:nth-child(n + 2) {
  padding-bottom: 2rem;
}
dd#clonePreview {
  max-width: unset;
  max-height: unset;
  height: 150vw;
}
