body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5ff;padding:75px 0 0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*,:after,:before{box-sizing:border-box;margin:0;padding:0}.App{overflow-x:hidden}.App,main{display:flex;flex-direction:row}main{transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}main.moved{-webkit-transform:translate(-50%);transform:translate(-50%)}.test{width:100vw;flex-shrink:0}.post{width:100%;border:1px solid #eee;background-color:#fff;max-width:775px;margin:0 auto}.post:not(:last-of-type){margin-bottom:20px}.post__username{padding:20px;margin:0;text-align:left}.post__username span{font-weight:700}.post__content,.post__title{text-align:left;padding:10px 20px 20px;margin:0}.post__content{white-space:pre-wrap}.post__rating{border-top:1px solid #eee;padding:10px 20px 20px}.post__rating__button{border:none;padding:10px;cursor:pointer}.post__rating__button.upvote{background-color:#aea}.post__rating__button.downvote{background-color:#eaa}.post__rating span{margin:0 15px}.modal_loading{position:fixed;left:0;top:0;overflow:hidden;width:100vw;height:100vh;z-index:1000;background-color:hsla(0,0%,100%,.75)}.modal__bars{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;left:50%;top:50%}.modal__bar{width:20px;background-color:#00f;border-radius:5px;-webkit-animation:bar_height 1.2s infinite;animation:bar_height 1.2s infinite}.modal__bar:not(:last-of-type){margin-right:10px}.modal__bar:first-of-type{-webkit-animation-delay:0;animation-delay:0}.modal__bar:nth-of-type(2){-webkit-animation-delay:.15s;animation-delay:.15s}.modal__bar:nth-of-type(3){-webkit-animation-delay:.3s;animation-delay:.3s}.modal__bar:nth-of-type(4){-webkit-animation-delay:.45s;animation-delay:.45s}.modal__bar:nth-of-type(5){-webkit-animation-delay:.6s;animation-delay:.6s}@-webkit-keyframes bar_height{0%{height:20px}50%{height:60px}to{height:20px}}@keyframes bar_height{0%{height:20px}50%{height:60px}to{height:20px}}.main_container.moved .feed{height:0;overflow:hidden;padding:0}.feed{width:100vw;padding:20px;margin:0 auto;flex-shrink:0}header{height:70px;background-color:#fff;border-bottom:1px solid #eee;position:fixed;top:0;left:0;width:100%;z-index:999}.navigation{height:100%}.navigation__list{display:flex;flex-direction:row;justify-content:center;align-items:stretch;list-style-type:none;height:100%}.navigation__item{height:100%}.navigation__button{height:100%;display:block;border:none;background-color:#fff;padding:10px 20px;display:flex;flex-direction:column;justify-content:center;text-decoration:none;font-size:1.25em;cursor:pointer}.navigation__button.active{border-bottom:2px solid #00f}.navigation__button:hover{background-color:#f6f6f6}.form_section{padding:20px;width:100%;max-width:775px;border:1px solid #eee;background-color:#fff;margin:20px auto}h1{margin:0 0 20px;padding:0}form{display:block}label{display:flex;flex-direction:column}label:not(:last-of-type){margin-bottom:20px}label input,label textarea{margin-top:10px;padding:5px}label textarea{resize:vertical}label input.warning,label textarea.warning{border:1px solid red;background-color:#fee}.form_section button{background-color:#33f;border:none;padding:15px 10px;width:100%;max-width:200px;color:#fff;margin-top:20px;cursor:pointer}.form__message{margin:20px 0 0;padding:10px}.form__message.success{border-left:5px solid #0f0;background-color:#dfd}.form__message.warning{border-left:5px solid red;background-color:#fdd}
/*# sourceMappingURL=main.26ea808c.chunk.css.map */