.grid{grid-column-gap:.5rem;grid-row-gap:.25rem;display:grid;grid-template-columns:1fr;margin:0}@media(min-width:992px){.grid{grid-template-columns:repeat(auto-fit,minmax(0%,1fr))}}.grid>*{min-width:0}:root{--scrollbar-width:0px}dialog{display:flex;z-index:999;position:fixed;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center;width:inherit;min-width:100%;height:inherit;min-height:100%;padding:var(20em);border:0;background-color:initial}dialog article{max-height:calc(100vh - var(20em) * 2);overflow:auto;background-color:var(--accent-bg);border:2px solid var(--accent)}@media(min-width:576px){dialog article{max-width:510px}}@media(min-width:768px){dialog article{max-width:700px}}dialog article>header,dialog article>footer{padding:calc(var(--block-spacing-vertical) * .5)var(--block-spacing-horizontal)}dialog article>header .close{margin:0;margin-left:var(20em);float:right}dialog article>footer{text-align:right}dialog article>footer [role=button]{margin-bottom:0}dialog article>footer [role=button]:not(:first-of-type){margin-left:calc(var(20em) * .5)}dialog article p:last-of-type{margin:0}dialog article .close{display:block;width:1rem;height:1rem;margin-top:calc(var(--block-spacing-vertical) * -.5);margin-bottom:var(--typography-spacing-vertical);margin-left:auto;background-image:var(--icon-close);background-position:50%;background-size:auto 1rem;background-repeat:no-repeat;opacity:.5;transition:opacity var(--transition)}dialog article .close:is([aria-current],:hover,:active,:focus){opacity:1}dialog:not([open]),dialog[open=false]{display:none}.modal-is-open{padding-right:var(--scrollbar-width,0px);overflow:hidden;pointer-events:none}.modal-is-open dialog{pointer-events:auto}:where(.modal-is-opening,.modal-is-closing) dialog,:where(.modal-is-opening,.modal-is-closing) dialog>article{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}:where(.modal-is-opening,.modal-is-closing) dialog{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-name:fadeIn;animation-name:fadeIn}:where(.modal-is-opening,.modal-is-closing) dialog>article{-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-name:slideInDown;animation-name:slideInDown}.modal-is-closing dialog,.modal-is-closing dialog>article{-webkit-animation-delay:0s;animation-delay:0s;animation-direction:reverse}@-webkit-keyframes fadeIn{from{background-color:initial}to{background-color:var(--accent-bg)}}@keyframes fadeIn{from{background-color:initial}to{background-color:var(--accent-bg)}}@-webkit-keyframes slideInDown{from{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInDown{from{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}[aria-busy=true]{cursor:progress}[aria-busy=true]:not(input,select,textarea)::before{display:inline-block;width:1em;height:1em;border:.1875em solid;border-radius:1em;border-right-color:transparent;content:"";vertical-align:text-bottom;vertical-align:-.125em;animation:spinner .75s linear infinite;opacity:var(--loading-spinner-opacity)}[aria-busy=true]:not(input,select,textarea):not(:empty)::before{margin-right:calc(var(--spacing) * .5);margin-left:0;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:calc(var(--spacing) * .5);margin-inline-end:calc(var(--spacing) * .5)}[aria-busy=true]:not(input,select,textarea):empty{text-align:center}button[aria-busy=true],input[type=submit][aria-busy=true],input[type=button][aria-busy=true],input[type=reset][aria-busy=true],a[aria-busy=true]{pointer-events:none}@keyframes spinner{to{transform:rotate(360deg)}}:root{--sans-font:-apple-system, BlinkMacSystemFont, "Avenir Next", Avenir,
    "Nimbus Sans L", Roboto, "Noto Sans", "Segoe UI", Arial, Helvetica,
    "Helvetica Neue", sans-serif;--mono-font:Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace;--border-radius:0.25rem;--bg:#fff;--accent-bg:#f5f7ff;--text:#212121;--text-light:#585858;--border:#d8dae1;--accent:#0d47a1;--code:#d81b60;--preformatted:#444;--marked:#ffdd33;--disabled:#efefef}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--bg:#212121;--accent-bg:#2b2b2b;--text:#dcdcdc;--text-light:#ababab;--border:#666;--accent:#ffb300;--code:#f06292;--preformatted:#ccc;--disabled:#111}img,video{}}*,*::before,*::after{box-sizing:border-box}textarea,select,input,progress{appearance:none;-webkit-appearance:none;-moz-appearance:none}html{font-family:var(--sans-font);scroll-behavior:smooth}body{color:var(--text);background-color:var(--bg);line-height:1.5;display:grid;grid-template-columns:1fr min(45rem,90%)1fr;margin:0}body>*{grid-column:2}body>header{background-color:var(--accent-bg);border-bottom:1px solid var(--border);text-align:center;padding:0 .5rem 2rem;grid-column:1/-1}body>header h1{max-width:1200px;margin:1rem auto}body>header p{max-width:40rem;margin:1rem auto}main{margin-top:1rem}body>footer{margin-top:4rem;padding:2rem 1rem 1.5rem;color:var(--text-light);font-size:.9rem;text-align:center;border-top:1px solid var(--border)}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3{line-height:1.1}@media only screen and (max-width:720px){h1{font-size:2.5rem}h2{font-size:2.1rem}h3{font-size:1.75rem}h4{font-size:1.25rem}}a,a:visited{color:var(--accent)}a:hover{text-decoration:none}button,[role=button],input[type=submit],input[type=reset],input[type=button],label[type=button]{border:none;border-radius:5px;background-color:var(--accent);font-size:1rem;color:var(--bg);padding:.7rem .9rem;margin:.5rem 0}button[disabled],[role=button][aria-disabled=true],input[type=submit][disabled],input[type=reset][disabled],input[type=button][disabled],input[type=checkbox][disabled],input[type=radio][disabled],select[disabled]{opacity:.5;cursor:not-allowed}input:disabled,textarea:disabled,select:disabled{cursor:not-allowed;background-color:var(--disabled)}input[type=range]{padding:0}abbr{cursor:help}button:focus,button:enabled:hover,[role=button]:focus,[role=button]:not([aria-disabled=true]):hover,input[type=submit]:focus,input[type=submit]:enabled:hover,input[type=reset]:focus,input[type=reset]:enabled:hover,input[type=button]:focus,input[type=button]:enabled:hover,label[type=button]:focus,label[type=button]:hover{filter:brightness(1.4);cursor:pointer}header>nav{font-size:1rem;line-height:2;padding:1rem 0 0}header>nav ul,header>nav ol{align-content:space-around;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;list-style-type:none;margin:0;padding:0}header>nav ul li,header>nav ol li{display:inline-block}header>nav a,header>nav a:visited{margin:0 .5rem 1rem;border:1px solid var(--border);border-radius:5px;color:var(--text);display:inline-block;padding:.1rem 1rem;text-decoration:none}header>nav a:hover{filter:brightness(1.4);cursor:pointer}@media only screen and (max-width:720px){header>nav a{border:none;padding:0;text-decoration:underline;line-height:1}}aside,details,pre,progress{background-color:var(--accent-bg);border:1px solid var(--border);border-radius:5px;margin-bottom:1rem}aside{font-size:1rem;width:30%;padding:0 15px;margin-left:15px;float:right}@media only screen and (max-width:720px){aside{width:100%;float:none;margin-left:0}}article,fieldset{border:1px solid var(--border);padding:1rem;border-radius:5px;margin-bottom:1rem}article h2:first-child,section h2:first-child{margin-top:1rem}section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2rem 1rem;margin:3rem 0}section+section,section:first-child{border-top:0;padding-top:0}section:last-child{border-bottom:0;padding-bottom:0}details{padding:.7rem 1rem}summary{cursor:pointer;font-weight:700;padding:.7rem 1rem;margin:-.7rem -1rem;word-break:break-all}details[open]>summary+*{margin-top:0}details[open]>summary{margin-bottom:.5rem}details[open]>:last-child{margin-bottom:0}table{border-collapse:collapse;display:block;margin:1.5rem 0;overflow:auto;width:100%}td,th{border:1px solid var(--border);text-align:left;padding:.5rem}th{background-color:var(--accent-bg);font-weight:700}tr:nth-child(even){background-color:var(--accent-bg)}table caption{font-weight:700;margin-bottom:.5rem}textarea,select,input{font-size:inherit;font-family:inherit;padding:.5rem;margin-bottom:.5rem;color:var(--text);background-color:var(--bg);border:1px solid var(--border);border-radius:5px;box-shadow:none;max-width:100%;display:inline-block}label{display:block}textarea:not([cols]){width:100%}select:not([multiple]){background-image:linear-gradient(45deg,transparent 49%,var(--text) 51%),linear-gradient(135deg,var(--text) 51%,transparent 49%);background-position:calc(100% - 15px),calc(100% - 10px);background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:25px}input[type=checkbox],input[type=radio]{vertical-align:middle;position:relative}input[type=radio]{border-radius:100%}input[type=checkbox]:checked,input[type=radio]:checked{background-color:var(--accent)}input[type=checkbox]:checked::after{content:" ";width:.18em;height:.32em;border-radius:0;position:absolute;top:.05em;left:.17em;background-color:initial;border-right:solid var(--bg).08em;border-bottom:solid var(--bg).08em;font-size:1.8em;transform:rotate(45deg)}input[type=radio]:checked::after{content:" ";width:.25em;height:.25em;border-radius:100%;position:absolute;top:.125em;background-color:var(--bg);left:.125em;font-size:32px}@media only screen and (max-width:720px){textarea,select,input{width:100%}}input[type=checkbox],input[type=radio]{width:auto}input[type=color]{height:2.5rem;padding:.2rem}input[type=file]{border:0}hr{color:var(--border);border-top:1px;margin:1rem auto}mark{padding:2px 5px;border-radius:4px;background-color:var(--marked)}img,video{max-width:100%;height:auto;border-radius:5px}figure{margin:0;text-align:center}figcaption{font-size:.9rem;color:var(--text-light);margin-bottom:1rem}blockquote{margin:2rem 0 2rem 2rem;padding:.4rem .8rem;border-left:.35rem solid var(--accent);color:var(--text-light);font-style:italic}cite{font-size:.9rem;color:var(--text-light);font-style:normal}dt{color:var(--text-light)}code,pre,pre span,kbd,samp{font-family:var(--mono-font);color:var(--code)}kbd{color:var(--preformatted);border:1px solid var(--preformatted);border-bottom:3px solid var(--preformatted);border-radius:5px;padding:.1rem .4rem}pre{padding:1rem 1.4rem;max-width:100%;overflow:auto;color:var(--preformatted)}pre code{color:var(--preformatted);background:0 0;margin:0;padding:0}progress{width:100%}progress:indeterminate{background-color:var(--accent-bg)}progress::-webkit-progress-bar{border-radius:5px;background-color:var(--accent-bg)}progress::-webkit-progress-value{border-radius:5px;background-color:var(--accent)}progress::-moz-progress-bar{border-radius:5px;background-color:var(--accent);transition-property:width;transition-duration:.3s}progress:indeterminate::-moz-progress-bar{background-color:var(--accent-bg)}/*!* Tabler Icons 1.47.0 by tabler - https://tabler.io
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
* Custom Icon Set - Last Updated: 14 Jan. 2022*/@font-face{font-family:tabler-icons;font-style:normal;font-weight:400;src:url(tabler-icons.woff)format("woff")}.ti{font-family:tabler-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-affiliate:before{content:'\edff'}.ti-bell-ringing:before{content:"\ed07"}.ti-bold:before{content:"\eb7b"}.ti-bookmark:before{content:"\ea3a"}.ti-bookmark-off:before{content:"\eced"}.ti-bookmarks:before{content:"\ed08"}.ti-caret-left:before{content:"\eb5e"}.ti-caret-right:before{content:"\eb5f"}.ti-circle-check:before{content:"\ea67"}.ti-circle-minus:before{content:"\ea68"}.ti-circle-plus:before{content:"\ea69"}.ti-circle-x:before{content:"\ea6a"}.ti-clock:before{content:"\ea70"}.ti-code:before{content:"\ea77"}.ti-compass:before{content:"\ea79"}.ti-device-analytics:before{content:"\ee72"}.ti-device-speaker:before{content:"\ea8b"}.ti-door-enter:before{content:"\ef4c"}.ti-door-exit:before{content:"\ef4d"}.ti-edit:before{content:"\ea98"}.ti-external-link:before{content:"\ea99"}.ti-heartbeat:before{content:'\ef92'}.ti-help:before{content:'\eabf'}.ti-ismuted:before{content:"\eb50"}.ti-italic:before{content:"\eb93"}.ti-link:before{content:"\eade"}.ti-link-profile:before{content:"\eade"}.ti-menu-2:before{content:"\ec42"}.ti-message:before{content:"\eaef"}.ti-message-circle:before{content:"\eaed"}.ti-message-plus:before{content:"\ec9a"}.ti-messages:before{content:"\eb6c"}.ti-moon:before{content:"\eaf8"}.ti-movie:before{content:"\eafa"}.ti-photo:before{content:"\eb0a"}.ti-refresh:before{content:"\eb13"}.ti-rss:before{content:"\eb19"}.ti-rss-nav:before{content:"\eb19"}.ti-rss-profile:before{content:"\eb19"}.ti-send:before{content:"\eb1e"}.ti-settings:before{content:"\eb20"}.ti-settings-nav:before{content:"\eb20"}.ti-shadow:before{content:"\eed8"}.ti-strikethrough:before{content:"\eb9e"}.ti-sun:before{content:"\eb30"}.ti-tool:before{content:"\eb40"}.ti-trash:before{content:"\eb41"}.ti-urgent:before{content:"\eb48"}.ti-upload:before{content:"\eb47"}.ti-user-check:before{content:"\eb49"}.ti-user-circle:before{content:"\ef68"}.ti-user-plus:before{content:"\eb4b"}.ti-users:before{content:"\ebf2"}.ti-volume:before{content:"\eb51"}.ti-volume-3:before{content:"\eb50"}.ti-robot:before{content:"\f00b"}.ti-user:before{content:"\eb4d"}.ti-blockquote:before{content:"\ee09"}:root{--sans-font:-apple-system, BlinkMacSystemFont, "Avenir Next", Avenir,
    "Nimbus Sans L", Roboto, "Noto Sans", "Segoe UI", Arial, Helvetica,
    "Helvetica Neue", sans-serif;--mono-font:Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace;--border-radius:0.25rem;--accent-bg:#F9FBFC;--accent:#1095c1;--bg:#fff;--border:#d8dae1;--code:#1095c1;--disabled:#efefef;--icon:#1095c1;--marked:#ffdd33;--preformatted:#444;--text-light:#585858;--text:#212121}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--accent-bg:#2b2b2b;--accent:#1095c1;--bg:#212121;--border:#666;--code:#68ABC1;--disabled:#111;--icon:#1095c1;--preformatted:#ccc;--text-light:#ababab;--text:#dcdcdc}img,video{}}html[data-theme=dark-classic]{--accent-bg:#2b2b2b;--accent:#1095c1;--bg:#212121;--border:#666;--code:#68ABC1;--disabled:#111;--icon:#1095c1;--preformatted:#ccc;--text-light:#ababab;--text:#dcdcdc}html[data-theme=light-classic]{--accent-bg:#F9FBFC;--accent:#1095c1;--bg:#fff;--border:#d8dae1;--code:#596b78;--disabled:#efefef;--icon:#1095c1;--marked:#ffdd33;--preformatted:#444;--text-light:#585858;--text:#212121}html[data-theme=dark]{--accent-bg:#2b2b2b;--accent:#ffb300;--bg:#212121;--border:#666;--code:#f06292;--icon:#ffdd33;--disabled:#111;--preformatted:#ccc;--text-light:#ababab;--text:#dcdcdc}html[data-theme=light]{--accent-bg:#f5f7ff;--accent:#0d47a1;--bg:#fff;--border:#d8dae1;--code:#d81b60;--disabled:#efefef;--icon:#d81b60;--marked:#ffdd33;--preformatted:#444;--text-light:#585858;--text:#212121}html[data-theme=amoled]{--accent-bg:#212121;--accent:#1095c1;--bg:#000;--border:#333;--code:#68ABC1;--disabled:#111;--icon:#1095c1;--preformatted:#ccc;--text-light:#ababab;--text:#dcdcdc}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}[aria-busy=true]{cursor:progress}[aria-busy=true]:not(input,select,textarea)::before{display:inline-block;width:1em;height:1em;border:.1875em solid;border-radius:1em;border-right-color:transparent;content:"";vertical-align:text-bottom;vertical-align:-.125em;animation:spinner .75s linear infinite;opacity:var(--loading-spinner-opacity)}[aria-busy=true]:not(input,select,textarea):not(:empty)::before{margin-right:calc(var(--spacing) * .5);margin-left:0;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:calc(var(--spacing) * .5);margin-inline-end:calc(var(--spacing) * .5)}[aria-busy=true]:not(input,select,textarea):empty{text-align:center}button[aria-busy=true],input[type=submit][aria-busy=true],input[type=button][aria-busy=true],input[type=reset][aria-busy=true],a[aria-busy=true]{pointer-events:none}@keyframes spinner{to{transform:rotate(360deg)}}nav.tabs{margin-bottom:1rem}.tabs{display:flex;flex-wrap:wrap;// make sure it wraps}.tabs>label{order:1;// Put the labels first display: block;cursor:pointer;transition:background ease .2s}.tabs>a,ul.tabs a,.tabs>label{padding:.5rem 1rem;margin-right:.5rem;margin-bottom:.5rem;background:var(--accent-bg);border:thin solid var(--accent);border-radius:var(--border-radius);color:var(--accent);font-weight:initial}.tabs .tab{order:99;// Put the tabs last flex-grow: 1;width:100%;display:none;padding:1rem}.tabs>input[type=radio]{display:none}.tabs>a.current,.tabs>input[type=radio]:checked+label{background:var(--accent);color:var(--bg)}.tabs>input[type=radio]:checked+label+.tab{display:block}@media(max-width:45em){.tabs .tab,.tabs>label{}.tabs>a,.tabs>label{width:100%;margin-right:0;margin-top:.2rem}}*{}body,html{overflow-x:hidden;margin:0 auto}body{max-width:850px}#podNavigation .ti,nav .ti{color:var(--icon)}main,footer,header.container{max-width:850px}p{margin-top:.75rem;margin-bottom:0}a{text-decoration:none;padding:.1rem;border-radius:.3rem;-webkit-border-radius:.3rem;-moz-border-radius:.3rem}a:active,a:focus{background-color:initial}details>summary{list-style:none}summary::-webkit-details-marker{display:none}summary::after{font-family:serif;float:right;color:var(--text-light);content:'►'}details[open] summary:after{content:"▼"}dialog article{margin:0 0 0 -2rem;padding:1rem}pre>code{padding:0 .25rem}pre,code,kbd{margin:.25rem 0;padding:.2rem .3rem;background-color:var(--accent-bg);border-radius:var(--border-radius)}audio,video{display:block}dialog article>footer{margin-top:1rem;padding:0}dialog article>footer p{padding:.5rem 1.5rem 2.5rem;text-align:left}label,fieldset legend{font-weight:700}fieldset label{font-weight:400}a[role=button]{display:flex;padding-top:.8rem;padding-bottom:.8rem;margin:0}button{width:100%;margin:0}input,select,textarea{background-color:var(--accent-bg)}input:not([type=checkbox]):not([type=radio]),select,textarea{width:100%;padding:.7rem;margin-bottom:.5rem}input[type=search]{border-radius:.5rem}.modal-is-opening dialog,.modal-is-opening dialog>figure,.modal-is-closing dialog,.modal-is-closing dialog>figure{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.modal-is-opening dialog,.modal-is-closing dialog{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-name:fadeIn;animation-name:fadeIn}.modal-is-opening dialog>figure,.modal-is-closing dialog>figure{-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-name:slideInDown;animation-name:slideInDown}.modal-is-closing dialog,.modal-is-closing dialog>figure{-webkit-animation-delay:0s;animation-delay:0s;animation-direction:reverse}.e-content p:empty{display:none}p+form,p+.feed-gap{padding-top:1rem}.feed-gap .p-summary{padding-top:.5rem}.feed-gap .h-card div .ti-rss{margin-right:.4rem}p:not(:empty)+p:not(:empty){margin-top:1rem}dialog+p br{display:none}.e-content+#readtwt+.twt-nav:empty{margin-top:-1rem}#newPost+.grid.h-feed{margin-top:1.5rem}yarn-pref{display:none}#podLogo{margin-top:.5rem;text-align:left}#podLogo.float{margin-top:4.25rem}#desktopMenu{margin-top:-4.25rem;height:4.75rem}#podNavigation,#podSearch{float:right}#podNavigation{display:flex;gap:1.25rem;margin:.5rem 0}#podSearch{margin:-2.75rem 0;height:0}#podSearch.mobNoAuth{margin:1.25rem -5rem}#podSearch form{height:0}#timelineBtn,#discoverBtn,#mentionsBtn,#feedsBtn,#settingsBtn,#logoutBtn,#registerBtn,#joinBtn,#loginBtn{text-align:center}#timelineBtn i:after,#discoverBtn i:after,#mentionsBtn i:after,#feedsBtn i:after,#settingsBtn i:after,#logoutBtn i:after,#loginBtn i:after,#registerBtn i:after,#joinBtn i:after{white-space:pre;content:"\A"}#verifyLink{font-family:monospace;font-size:.85rem;margin-top:1rem;border-radius:var(--border-radius);background:var(--accent-bg);color:var(--text-light);word-wrap:anywhere}.bookmark-feed{margin-top:1rem}figcaption p{margin-bottom:0}#adminSec hgroup{margin-bottom:-.75rem}#adminSec a{display:block;font-size:120%;font-weight:600}textarea#logo,textarea#css{font-family:monospace;font-size:80%}.search-grid{display:inline-grid;margin:3rem 0 0;grid-template-columns:auto auto;gap:.75rem}#podSearch input{display:inline-block;width:22.5rem;height:1.6rem;border-radius:.25rem;$ font-size: 90%;line-height:0}#podSearch button{margin:0;border:thin solid var(--accent);background-color:var(--accent-bg);color:var(--accent);display:inline-block;width:6rem;height:1.55rem;line-height:0;border-radius:.25rem;font-size:90%}#followOpt,#following,#followers,#followStat,.profile-last-seen{display:block;padding-top:.15rem;padding-bottom:.15rem}#profile-info details{padding-top:1rem;padding-bottom:1rem}#profile-info details p{padding-top:.5rem;padding-bottom:0}#postToUser{margin:1rem 0;padding:1rem 0;width:100%;border:0;border-radius:var(--border-radius);background:var(--accent-bg)}#postToUser summary{margin:0 1rem;color:var(--text);font-weight:600}#postToUser #postbox{margin:1rem 1rem -3.25rem}#recentTwts{display:block;font-weight:600;margin-top:-1rem;padding:1rem 0;width:100%;border:0}#recentTwts summary{padding:1rem 0;border-radius:var(--border-radius);background:var(--accent-bg)}#recentTwts summary span{margin:0 1rem;color:var(--text);font-weight:600}#recentTwts summary:after{margin-right:1rem}#newPost{width:100%;border:thin solid var(--border);border-radius:var(--border-radius);background:var(--accent-bg)}#newPost summary{padding:.25rem 0;margin-left:.5rem;margin-right:.5rem;color:var(--text);font-weight:600}#newPost summary span{}#newPost summary i{font-size:1.25rem;vertical-align:text-top}#newPost #postbox{padding:0 .25rem 1.25rem}.tippy-img{border-radius:var(--border-radius)}.tippy-box{background-color:var(--accent-bg);color:var(--text);border:.1rem solid var(--accent)}.tippy-arrow{margin:-.05rem}.tippy-arrow::before{border-top-color:var(--accent);border-bottom-color:var(--accent)}.profile-button{display:flex;gap:1rem;margin-bottom:1rem}.profile-button a{flex:1}.profile-side{display:flex;gap:1rem;flex-wrap:wrap;margin:-1rem 0}#muted{margin-top:.1rem}#profile-links,#profile-info{flex-wrap:wrap;flex:1 21rem}#profile-avatar,.profile-header hgroup{margin-top:.25rem}.profile-header p{margin:-.5rem 0 -.75rem}#profile-avatar{float:left;margin:.45rem .75rem 0 0}#profile-info hgroup,#profile-links hgroup{margin-bottom:.75rem}#profile-info li,#profile-links li{list-style:none;margin-left:-1rem}#profile-info details,#profile-links details{border:none}#profile-info summary,#profile-links summary{color:var(--accent)}alert{display:flex;width:100%;margin:0 auto;padding:.5rem;text-align:center;font-weight:700;color:#fff;align-items:center;justify-content:center;border-radius:var(--border-radius)}alert a{color:#fff;text-decoration:underline}alert.float{top:0;left:0;position:fixed;z-index:999999}alert.safe{background-color:#4f8811}alert.warn{background-color:#f50}alert.panic{background-color:#ee1515}alert.update{background-color:#2986cc}article#twt-conv{border:none;margin:0}article.container-fluid{padding-top:.5rem;padding-bottom:1rem;margin-bottom:1.75rem;margin-top:1rem}article p img{display:block;margin-top:.5rem;border-radius:var(--border-radius)}article hgroup h3{margin-left:0}article hgroup em{display:block;margin-top:-1rem;padding-bottom:1rem;color:var(--text-light)}article hgroup footer{margin-left:60px}article nav li{padding:0 .5rem}article:target{border:1px solid var(--border)}article.grid{padding:.5rem 1rem}.help{cursor:help;border-bottom:1px dotted var(--text);padding:0 .2rem}.help:hover{text-shadow:0 0 .5rem var(--accent)}.preload *{transition:none}.logo{height:56px}.avatar,.avatar-full{width:3.5rem;height:3.5rem;object-fit:cover;border-radius:var(--border-radius)}.avatar-full{max-width:none}.ismuted{filter:grayscale(1)blur(.1rem)brightness(.3)}.ti-ismuted{position:absolute;color:red;font-size:3rem;margin-top:.2rem;margin-left:.25rem;z-index:200}.delLink{display:flex;height:1.5rem}.delLink button{margin:-.65rem 0 0 -.65rem;background:0 0;border:none}.delLink button i{color:red}.delLink button:focus{}.invisible{visibility:hidden;width:0;height:0}.invisible.width-none{width:0}.pooh{opacity:0;position:absolute;top:0;left:0;height:0;width:0;z-index:-1}.mobile-menu a{display:inline-block;margin:-1rem -1rem 0 1rem}.yarn-count-badge{background-color:var(--accent);color:var(--accent-bg);border-radius:100px;padding:0 4px;font-size:9px;position:absolute}.vert-center input{margin-top:.3rem;margin-bottom:-.3rem}.nav{z-index:1050}.twt-nav{font-weight:400;font-size:smaller;padding:.5rem 0;display:flex}.twt-nav a{margin-top:.1rem;margin-right:1rem}.twt-nav a:first-of-type{margin-left:0}.twt-nav:empty{border-top:0;padding:.5rem;margin-top:-1.75rem;border:none}#twt-options{display:flex;margin-left:auto;margin-right:-1rem}#twt-options a:focus{height:1.5rem}nav ol,nav ul{align-items:center;padding:0;list-style:none}nav.timeline-nav{display:flex;justify-content:space-between}nav.timeline-nav a{margin-top:-.9rem}.toolbar-nav{margin:.5rem 0 -.75rem;display:flex;height:3.25rem;width:50%;gap:1rem}.toolbar-nav a,#mediaUploadForm label{color:var(--accent);background:0 0;border:none}#mediaUploadForm label,.toolbar-form-button a{margin:0;width:2.5rem;height:2.5rem}.toolbar-form-button i{font-size:1.1rem;margin-top:-.2rem}#uploadMediaButton{display:block}#newPost textarea,#newPost .submit-bar select{background-color:var(--bg)}.submit-bar{display:flex;flex-wrap:wrap;column-gap:.75rem}.submit-bar>div{flex:1}.profile-name{margin-bottom:1rem}.profile-stats{display:flex;flex-wrap:wrap;margin-bottom:1rem}.profile-stats>div{width:6rem;margin-left:2rem;text-align:center;line-height:1.75rem}.profile-tagline{margin:1rem 0;color:var(--text)}.profile-info{color:var(--text);border-top:1px solid var(--border);margin-top:-.5rem}.profile-popular{font-weight:600;margin-left:-.1rem}.profile-nofollow{font-style:normal;margin-top:.1rem;margin-bottom:1rem;font-size:.8rem}.profile-nofollow:first-letter{text-transform:capitalize}.profile-links{display:flex;flex-wrap:wrap;margin:0 1rem 1rem;word-spacing:100rem;text-align:center}.profile-links>a{flex:1}.profile-report{margin-bottom:1rem}.profile-recent{margin-top:3rem;margin-bottom:-3rem}.profile-recent h2{font-size:1.25rem}.followBtn,.unfollowBtn{color:var(--code)}.form-reply{margin-bottom:0}.feed-flex{display:flex;flex-wrap:wrap;column-gap:.75rem}.feed-flex>div{flex-grow:1;flex-basis:15rem}.feed-gap{margin-bottom:.5rem}.long-text-wrap{color:var(--text-light);font-weight:300;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.image-inline{display:inline-block}.image-inline div{margin-bottom:1.25rem}.center-cropped img{margin:.5rem 0;height:8rem;width:12rem;object-fit:cover;overflow:hidden;border-radius:var(--border-radius)}.caption{font-weight:400;margin-top:5.75rem;box-sizing:border-box;width:12rem;padding:.5rem;position:absolute;background-color:rgba(0,0,0,.75);transition:opacity .25s;visibility:hidden;border-radius:0 0 var(--border-radius)var(--border-radius);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.caption-wrap:hover .caption{color:var(--accent-bg);visibility:visible;opacity:1}figure{margin-top:1.5rem;padding:1rem;border-radius:var(--border-radius)}figure img{display:block;margin:0 auto;max-height:80vh}figure,figcaption{background-color:var(--accent-bg)}figcaption{margin:0 0 -.75rem .25rem}figcaption .img-dl,figcaption .img-dl:after{margin-left:-.1rem;display:block;content:"\A"}.e-content{position:relative;overflow:hidden}div .p-compact{height:10rem}#readtwt{position:relative;padding:.5rem;display:none;width:100%;font-weight:600;color:var(--text);border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.container article.container-fluid:last-child{margin:0 0 -2.75rem}blockquote>p{color:var(--text-light)}.e-content ul li,.e-content ol li{margin:0 .5rem}.e-content br :not(blockquote>br){display:none}.e-content pre:last-child{margin-bottom:1.5rem}audio,video{margin:.25rem 0 .5rem;max-width:100%;width:100%;object-fit:contain;height:auto;background:var(--bg);border-radius:var(--border-radius)}audio{filter:sepia(25%)saturate(75%)grayscale(1)contrast(95%)invert(10%);height:32px;margin-bottom:.45rem}#twobutton{display:flex;flex-direction:row-reverse;gap:1rem;padding-bottom:1rem}#twobutton a{flex:1;color:var(--bg)}#twobutton i{margin-top:.1rem;margin-right:.5rem;font-size:1.25rem}#uploadMediaButton{cursor:pointer}.textarea-container{position:relative}#text{resize:vertical}.users-list{display:none;flex-direction:column;margin:-.5rem 0 .5rem;background-color:var(--bg);border:.1rem solid var(--border);border-radius:var(--border-radius)}.user-list__user{display:flex;align-items:center;height:4.5rem;padding:1rem .5rem}.user-list__user.selected{cursor:pointer;background-color:var(--border)}.mentioned-list-content{max-height:13.5rem;overflow:auto;cursor:pointer}.mentioned-list-content:empty:after{display:block;white-space:pre;content:'\A\00a0\00a0\00a0\00a0No Users Found...';height:4.5rem}.user-list__user .avatar{width:3.5rem;height:3.5rem;background-color:var(--border);margin-right:.75rem;background-size:cover;pointer-events:none}.user-list__user .info,.user-list__user .nickname,.user-list__user .info .name,.user-list__user .info .nickname{font-weight:600;pointer-events:none}.user-list__user .domain{font-weight:400}.mentioned-list-content::-webkit-scrollbar{width:2px}.mentioned-list-content::-webkit-scrollbar-thumb{color:var(--text-light)}.captchaInput{width:50%}.u-author{display:flex;flex-direction:row;align-items:center}.p-name a{display:block;font-size:1rem;font-weight:600;margin-top:-.3rem;color:var(--accent)}.p-name-profile{display:block;font-size:1.5rem;font-weight:600;margin-top:-.3rem;color:var(--accent)}.p-name-profile::after{content:'\A';white-space:pre}.p-org a,.p-org-profile{display:block;margin-top:-.4rem;font-size:.95rem;font-weight:300;color:var(--text-light)}.p-org-profile{font-size:1.15rem;font-weight:300}.author{margin-left:.5rem}.dt-publish{margin-top:-.15rem;font-size:.7rem;font-weight:300;color:var(--accent)}.dt-publish span{color:var(--text-light)}[data-tooltip]:not(a):not(button):not(input){border-bottom:none}.feed-gap .e-content{margin-top:-.5rem;padding-bottom:1.25rem;padding-left:.25rem}article .e-content{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}article .e-content p video,article .e-content p img{max-width:100%;margin:.5rem 0}article .e-content blockquote{border-left:5px solid var(--accent);margin:1.5em 10px;padding:0 10px 0 25px;position:relative}.container .h-entry,.h-feed>div .h-entry{margin:.5rem 0;padding:.75rem .75rem .35rem;overflow:visible}.h-feed article:first-child{margin-top:0}.h-feed,.e-content a em,em.twt-hash{font-style:normal;color:var(--text)}.e-content a em{color:var(--text-light);font-weight:300}em.twt-hash{float:right;font-size:small;padding-top:.1rem}.container .h-entry .twt-bookmark,.h-feed>div .twt-bookmark{font-size:1.1rem;padding-left:.5rem;margin-top:-.2rem;float:right}.h-feed .e-content a small,small.twt-context{font-style:normal;font-weight:300;font-size:.825rem;color:var(--text-light)}small.twt-context{background-color:var(--accent-bg);border-radius:var(--border-radius);display:inline-block;margin-left:.1rem;padding:.2rem .3rem;color:var(--text-light);font-style:italic;font-size:small;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}small.twt-context strong{font-weight:300}.settingsBtn,.logoutBtn{color:var(--accent)}.settingsBtn:hover,.logoutBtn:hover{color:var(--accent)}a[role=button]{justify-content:center}.replyBtn .ti{white-space:pre}main.container{padding:0}body>footer{display:flex;flex-direction:row-reverse;justify-content:space-between;align-content:center;padding:1rem 0}footer{border-top:1px solid var(--accent);font-size:.8rem}footer .footer-menu a{margin-left:.5rem}.container-fluid{margin-left:.5rem}.container-fluid hgroup{margin-bottom:-.75rem}.container article{padding:.5rem 1rem 1.5rem;margin:1rem 0}.highlight{border:.1rem solid var(--accent)}#postbox.drawer{margin-top:.5rem;border-top:.1rem solid var(--border);padding-top:.5rem}#versionInfo span{display:block;font-family:monospace;font-size:.85rem;margin-right:2rem;margin-bottom:.25rem}#versionInfo span:before{font-weight:700;content:attr(title)": ";font-size:1rem}span[title=PodName]:before{margin-right:1rem}span[title=Software]:before{margin-right:1.3rem}span[title=FullVersion]:before{margin-right:.25rem}span[title=Version]:before{margin-right:2.01rem}span[title=Commit]:before{margin-right:1.84rem}span[title=Author]:before{margin-right:2.32rem}span[title=License]:before{margin-right:2.09rem}span[title=Copyright]:before{margin-right:.96rem}#mobileMenuInput{display:none}#mobileMenu{position:relative;float:right;width:50px;height:50px;margin:-3.625rem 1rem 0 0;display:none;z-index:99;color:var(--accent)}#mobileMenu:hover{}#mobileMenu:before{font-family:tabler-icons;content:"\ec42";font-size:2rem;margin-left:.6rem}#mobileMenu #mobileNav{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:.5fr 1fr 1fr;grid-template-areas:"logo close" "navigation navigation" "search search";position:fixed;top:-22rem;left:0;width:100%;height:14rem;background-color:var(--bg);padding:0 .6rem;border-bottom:.25rem solid var(--accent);! z-index: -1}#mobileMenu #mobileNav.mobNoAuth{height:10rem}#mobileMenuInput:checked+#mobileMenu #mobileNav,#mobileMenuInput:checked+#mobileMenu.alert #mobileNav,#mobileMenuInput:checked+#mobileMenu.alert.float #mobileNav{visibility:visible}#mobileMenuInput:checked+#mobileMenu #mobileNav{top:0}#mobileMenuInput:checked+#mobileMenu.alert #mobileNav{top:6rem}#mobileMenuInput:checked+#mobileMenu.alert.float #mobileNav{top:5.75rem}dialog[id^=lvm-] article{margin:0}dialog[id^=lvm-] #verifyLink{padding:.5rem}dialog[id^=lvm-] #twobutton{margin-top:2rem}header.container{padding:0;background-color:var(--bg);border-bottom:none}@media(max-width:768px){.container{max-width:600px}header.container{margin:initial}main.container{padding:0;margin:0}#versionInfo{padding-bottom:.5rem}#newPost+.grid.h-feed nav.timeline-nav:first-of-type{margin-top:-1rem}#podLogo.float{margin-top:6.25rem}#mobileNav #podLogo{grid-area:logo;margin:.9rem 0 0 -.1rem;width:0}#search,.search-grid{height:0;margin-left:-.25rem}#mobileNav #podCloseContain{display:flex;text-align:right}#mobileNav #podClose{flex:1;font-size:2rem;width:50px;height:50px;margin:1.4rem .9rem 0 0}#mobileNav #podNavigation{display:grid;grid-area:navigation;grid-gap:2.25rem;width:80%;height:4rem;justify-content:space-evenly}#mobileNav #podNavigation:not(.mobNoAuth){grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;margin:-1.5rem auto}#mobileNav #podNavigation.mobNoAuth{grid-template-columns:1fr 1fr;grid-template-rows:1fr;margin:0 auto}#timelineBtn,#discoverBtn,#mentionsBtn,#feedsBtn,#settingsBtn,#logoutBtn,#registerBtn,#joinBtn,#loginBtn{flex:1;flex-flow:row wrap}#mobileNav #podSearch{text-align:center;grid-area:search;margin:2.5rem 0 0 .25rem}#mobileNav #podSearch.mobNoAuth{margin-top:.4rem}#mobileNav #podSearch input{width:100%;height:2.5rem;margin-top:-10rem}#mobileNav #podSearch button{width:6rem;height:2.5rem;border-radius:var(--border-radius);margin-top:-10rem}#mobileNav #podSearch.mobNoAuth input,#mobileNav #podSearch.mobNoAuth button{margin:-10rem 0 0 .25rem}#desktopMenu{display:none}#mobileMenu{display:inline}#newPost{padding:1.25rem .5rem;margin:1.5rem 0 -.5rem}#newPost #postbox{margin:1rem 0 -2.5rem}#recentTwts{margin:-1rem 1rem -.25rem}.bookmark-feed{margin-top:1.25rem}alert{height:6rem}.yarn-post{margin:-2.5rem 0 0}article.container-fluid{margin-bottom:1rem}.container-fluid{margin-top:0}article.grid form,article.grid{margin-bottom:.5rem}.container article:last-of-type:not(#profile-links):not(.h-entry):not(.profile-header):not(.search-header){margin-bottom:2.25rem}#postbox{display:flex;flex-flow:row wrap;padding-bottom:1rem}#postbox:not(.single-twt).drawer{padding-bottom:1.6rem}#postbox.single-twt{margin:-1rem 0 -1.5rem}#postbox.single-twt.drawer{margin:.35rem 0 .6rem}#postbox form{flex:1 100%}#postbox.drawer .toolbar-nav{margin:.05rem 0 .75rem}.toolbar-nav{flex:1;display:flex;height:2rem;margin:0 0 .55rem -.15rem;gap:0}.toolbar-form-button{flex:1;justify-content:center;height:2rem}#mediaUploadForm,#mediaUploadForm label,.toolbar-form-button a{margin:0 .25rem;height:2rem;width:2rem}.toolbar-form-button i{font-size:1.2rem;margin-top:-.5rem}#uploadMediaButton{position:absolute;margin:-.4rem 0 0 -.7rem}#profile-info{margin-bottom:-1rem}#profile-links{padding-bottom:0}.na-twt{margin-bottom:2.5rem}details.nr-twt{margin-bottom:4rem}.manage-options li{display:block;list-style:none;text-align:left;margin:1rem 0}.manage-options i:after{white-space:normal}.submit-bar>div{flex:1;flex-basis:17.126rem;margin-bottom:0}.submit-bar>div button{margin-bottom:1rem}.toolbar-reply{margin:-1.25rem 0 -3.75rem 1rem}.form-reply{margin:0 0 -2rem}[data-tooltip]:not(a):not(button):not(input){border-bottom:none}.profile-recent{margin:1rem 0 -1.75rem}.conv-post:not(.form-reply){margin-bottom:0}.twt-nav{margin-bottom:.1rem;padding-bottom:.4rem}.profile-name{margin-top:-2rem}.profile-button i,.ti-message-circle,.ti-compass,.ti-bell-ringing,.ti-rss-nav,.ti-settings-nav,.ti-door-exit,.ti-door-enter,.ti-user-plus,.ti-volume-3,.ti-urgent:not(summary i){vertical-align:top;font-size:1.3rem}summary .ti-urgent{vertical-align:top;font-size:1.3rem}.profile-button a i:after,.editBtn i:after,.deleteBtn i:after,.replyBtn i:after,.forkBtn i:after,.convBtn i:after{white-space:pre;content:' \A'}.replyBtn i{margin-left:24.5%}.deleteBtn i{margin-left:23.5%}.profile-button a,.editBtn,.deleteBtn,.replyBtn,.forkBtn,.convBtn{text-align:center;font-size:.8rem}.twt-nav .ti-edit,.twt-nav .ti-trash,.twt-nav .ti-message,.twt-nav .ti-messages,.twt-nav .ti-message-plus,.twt-nav .ti-volume-3,.twt-nav .ti-bookmark,.twt-nav .ti-bookmark-off{margin-left:.5rem;margin-right:.5rem;font-size:1.3rem}#twt-options{margin-right:-1.5rem}#twt-options a:first-child{margin-right:.5rem}.profile-links a{font-size:9e-4rem;color:var(--bg)}.profile-post{padding-top:1rem}.ti-settings,.ti-link-profile,.ti-rss-profile,.ti-bookmarks,.ti-external-link{vertical-align:top;font-size:1.3rem}.yarn-count-badge{font-size:10px;margin-top:-1.5rem;margin-left:-.7rem}.mobile-menu{font-size:2rem;padding-top:.5rem;padding-right:2rem}div.h-feed-empty:empty{margin-top:2.25rem}nav.yarn-nav{margin:-.5rem 1rem}nav.timeline-nav{margin:.5rem 1rem -.5rem}nav.yarn-nav:nth-of-type(2){padding-bottom:3rem}nav.timeline-nav:not(#recentTwts nav):nth-of-type(2){margin:-.5rem 1rem .5rem}#recentTwts nav.timeline-nav:nth-of-type(1){margin:-.25rem 1rem -.5rem}#recentTwts nav.timeline-nav:nth-of-type(2){margin:-.5rem 1rem -1.25rem}article.single-twt{margin:1.5rem 0 2.5rem}.h-feed article:first-child{margin-top:.35rem}div .h-feed:last-child,div .h-entry:last-child,div .h-entry:only-child{margin-bottom:3.65rem}.container article.container-fluid:last-child{margin:-1.5rem 0 -.35rem}.caption{display:none}dialog article>footer p{padding:.5rem 1rem 1.5rem}#twt-conv{padding-bottom:1.5rem;margin-bottom:.75rem}#twt-join{margin:-2.5rem 0 1.5rem;padding-bottom:1.5rem}.footer-copyright{width:9rem}.footer-menu{margin-right:-1.5rem;width:11rem}}@media(min-width:768px){main.container{padding-top:2rem}#newPost+.grid.h-feed nav.timeline-nav:first-of-type{margin-top:-1.5rem}html{overflow:-moz-scrollbars-vertical;overflow-y:scroll}#podLogo.float{margin-top:3.25rem}article.grid{grid-column-gap:2rem}alert{height:3rem}#newPost{padding:1rem .5rem;margin:.5rem 0 .75rem}#newPost #postbox{margin:1rem 0 -.75rem}#postToUser #postbox{margin:1rem 1rem -1.25rem}#newPost[open=""]{padding-bottom:.1rem}#podMenu{margin:1.25rem -1rem 0 0}#postbox{padding-bottom:.5rem}#postbox:not(.single-twt).drawer{padding-bottom:1.35rem}#postbox.single-twt.drawer{margin:.5rem 0 1rem}#recentTwts{margin:-1rem 1rem 0}.h-feed{display:flex;flex-flow:column nowrap}.profile-button a:last-of-type i{margin:.16rem .2rem}nav.yarn-nav,nav.timeline-nav{margin:-.5rem 1rem}nav.yarn-nav:nth-of-type(2){margin:0 1rem}nav.timeline-nav:nth-of-type(2){margin:-.5rem 1rem -1rem}#recentTwts nav.timeline-nav:nth-of-type(1){margin:-.25rem 1rem -.5rem}#recentTwts nav.timeline-nav:nth-of-type(2){margin:-.5rem 1rem -3rem}.profile-recent{margin-top:2rem;margin-bottom:-2.5rem}.profile-post{margin-top:1rem}article.single-twt{margin:.5rem 0}#twt-join{margin:.5rem 0 .25rem;padding-bottom:1.5rem}body>footer{margin-top:1.25rem}}