/* Separate the text input from the ruled writing area. */
.writing-area{position:relative;height:326px;margin:0;overflow:hidden;background:repeating-linear-gradient(to bottom,transparent 0,transparent 33px,#e6dccf 33px,#e6dccf 34px);background-position:0 68px;background-size:100% 34px}
.writing-area textarea{position:relative;z-index:1;display:block;width:100%;height:100%;margin:0;padding:0;border:0;background:transparent!important;line-height:34px;resize:none}
.writing-area textarea::placeholder{color:#aaa59b;opacity:1}
.record-topbar{display:grid;grid-template-columns:40px 1fr 40px;padding-left:28px;padding-right:28px}
.record-topbar .wordmark{justify-self:center;text-align:center}
.record-view .archive-button{padding:10px 18px;line-height:1}
.record-view .archive-button b{line-height:1}
