/* Keep the guestbook aligned with the site's shared beige page system. */
.guestbook-page{background:var(--paper)}
.guestbook-intro{max-width:1018px}
.guestbook-workspace{background:var(--paper);margin-left:auto;margin-right:auto;max-width:1018px;width:100%}
.guestbook-sidebar,.guestbook-board,.guestbook-toolbar,.guestbook-canvas{background:var(--paper)}
.guestbook-sidebar{border-left:1px solid var(--line)}
.guestbook-board{border-right:1px solid var(--line)}
.guestbook-canvas:after{display:none}

@media(max-width:1080px){
  .guestbook-workspace{max-width:calc(100% - 48px)}
}

@media(max-width:760px){
  .guestbook-workspace{max-width:calc(100% - 40px)}
  .guestbook-sidebar{border-left:1px solid var(--line);border-right:1px solid var(--line)}
  .guestbook-board{border-left:1px solid var(--line)}
}
