@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700&display=swap");:root{--background-default:#f0f0f0;--background-paper:#f8f4f2;--background-helper:#fef5e7;--journal-bottomBorder:#ccc;--primary-main:#f6893d}body{min-height:100vh;max-width:100vw;overflow-x:hidden;box-sizing:border-box}*,:after,:before{box-sizing:border-box;max-width:100%}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.journal{border-radius:12px;width:100%;border:1px solid #f0f0f0;box-shadow:0 2px 48px 5px rgba(0,0,0,.1);background-color:#f0f0f0;display:flex;flex-direction:column}.journal .journalLine{border-bottom:1px dotted #ccc;text-transform:capitalize;height:auto;padding:10px 0;width:100%;max-width:100%;box-sizing:border-box;display:flex!important;flex-wrap:wrap!important;justify-content:flex-start;align-items:flex-start;margin:0}.journal .journalTitle{list-style:none;border-bottom:thick double #ccc;text-transform:capitalize;padding-bottom:0;height:auto;color:#f6893d}.journal .journalLine:hover{background-color:#f0f0f0;transition:all .2s;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s}.lines{border-left:1px solid #ffaa9f;border-right:1px solid #ffaa9f;float:left;margin-left:40px;white-space:nowrap;width:100%;box-sizing:border-box}