body{color:#fff;background-color:#222034;margin:20px;font-family:Tiny5,sans-serif;line-height:1.4}#logo{width:460px;max-width:100%;margin:0 auto;display:block}#logo>img{width:100%}#layout{grid-template:"header header""sidebar main""footer footer"/minmax(150px,240px) minmax(250px,480px);align-items:start;gap:6px;max-width:100%;margin:0 auto;display:grid;position:relative}#header{grid-area:header;width:100%}#main{flex-direction:column;grid-area:main;gap:8px;width:100%;display:flex}#nav{flex-direction:column;grid-area:sidebar;gap:8px;width:100%;display:flex;position:sticky;top:12px}#main>.box{width:100%}#footer{opacity:.6;grid-area:footer;width:100%;padding:24px 0 0}.footer-links{justify-content:space-evenly;align-items:center;max-width:60%;margin:.5rem auto 0;display:flex}@media only screen and (max-width:700px){#layout{grid-template:"header""sidebar""main""footer"/100%}#nav{position:relative;top:auto}}#logged_in{background-color:var(--wine);justify-content:space-between;align-items:center;padding:.4rem .5rem;display:flex;position:absolute;top:0;left:0;right:0}#logged_in .who{color:var(--steel)}#logged_in .logout{cursor:pointer;color:var(--steel)}.article_title{margin-bottom:0}.by_line{display:flex}.by_line>:not(:last-child):after{content:"|";margin:0 .3rem}.by_line+*{margin-top:.5rem}.comment-text{text-align:left;display:block}.by_line.comment-by-line{display:block}