#nav{padding:15px;display:flex;justify-content:space-between;align-items:center}#nav a{font-weight:700;color:#2c3e50}#nav a.router-link-exact-active{color:#4682b4}.nav-username{margin-right:10px}.nav-user-dropdown{padding:4px}.nav-user-dropdown:hover{color:#4682b4;cursor:pointer}.nav-user-dropdown-content{display:none;right:10px;position:absolute;background-color:#f9f9f9;min-width:160px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);padding:8px 12px;z-index:1}.nav-user-dropdown:hover .nav-user-dropdown-content{display:block}#logo{width:50px}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50}#content{margin:auto;max-width:1024px}.post{display:block;text-align:left;margin:15px 0;padding:5px;border-radius:5px}.post-description{white-space:pre-wrap}.upvoted{background:#4682b4;color:#fff}.upvoted:hover{background:#fff;color:#000;cursor:pointer}.post-header-wrapper{display:flex;flex-direction:row;align-items:baseline}.post-header{padding:0 10px 0 0}.post-state-wrapper{display:flex;align-items:center}.post-user-action{margin-left:auto}.post-user-action>*{margin:0 10px}.post-user-action>:hover{cursor:pointer}.post-user-action-edit:hover{color:#4682b4}.post-user-action-delete:hover{color:red}.post-upvotes{border:2px solid gray;border-radius:7px;height:80px;width:50px;font-size:1.5em;display:flex;flex-direction:column;align-items:center!important}.post-upvotes>span{margin:auto}.post-upvotes:not(.upvoted):hover{background:#4682b4;color:#fff;cursor:pointer}.post-type-circle{margin:5px;width:15px;height:15px;border-radius:7.5px;display:inline-block}.post-application-badge{font-size:12px;margin:0 5px;padding:5px;background-color:#d3d3d3;border-radius:13.5px}.post-title{margin:5px;display:flex;align-items:center}.post-state{display:inline-block;padding:0 15px;height:40px;font-size:15px;line-height:40px;border-radius:20px;background-color:#f1f1f1}.bottom-bar>div>span:not(:last-child){margin-right:15px}.bottom-bar{margin-top:15px;display:flex;justify-content:space-between}.post-description-lastedit{margin-top:0;font-size:12px;color:gray;font-style:italic}.post-state-edit-btn{width:100%;max-width:200px;background-color:#4682b4;color:#fff;padding:14px 20px;margin:8px 0;border:none;border-radius:4px;cursor:pointer}.post-list-element:hover{background:#f5f5f5;cursor:default}.load-more:hover{color:#4682b4;text-decoration:underline;cursor:pointer}input[type=text],select,textarea{width:100%;padding:8px 15px;margin:8px 0;display:inline-block;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:1em}input[type=submit]{width:100%;background-color:#4682b4;color:#fff;padding:14px 20px;margin:8px 0;border:none;border-radius:4px;cursor:pointer}input[type=submit]:hover{background-color:#87cefa}.home{display:flex;flex-direction:row}#add-post-form{width:35%;margin:5px 15px}#posts{width:65%;margin:5px 15px}@media screen and (max-width:992px){.home{flex-direction:column}#add-post-form,#posts{width:auto}}