
/*  Editor Styling */

.print-post-wrap {
  font-size: 10px;
  color: #4B525B;
  margin: 30px 0;
  page-break-after: always;
}

.print-post-wrap:last-child {
  page-break-after: auto;
}

.print-post-title h1 {
  font-family: "Lora", monospace, serif;
  font-size: 34px;
  line-height: 1.2em;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
  padding-right: 200px;
  background: none;
}

.print-post-controls {
  color: #8E8E93;
  font-size: 17px;
  padding: 10px 0;
  position: relative;
  border-top: 1px solid #515861;
  border-bottom: 1px solid #515861;
}

.print-post-controls p {
  margin: 0;
}

.print-post-content {
  position: relative;
  margin: 0 !important;
  outline: none;
  font-size: 10px;
  line-height: 1.6em;
  color: #4B525B;
  font-family: inherit;
  border: none;
  padding: 20px 0;
  background: none;
}

.print-post-content > p,
.print-post-content > ul > li,
.print-post-content > ol > li,
.print-post-content > span {
  font-size: 1.7em;
  line-height: 1.7em;
}


