pre {
    word-wrap: normal;
}
.profile-thumbnail {
    position: absolute;
}
.profile-header {
    min-height: 260px;
    margin-left: 280px;
}

.link-icon {
   max-width: 32px;
   max-height: 32px;
   border-radius: 10%;
}

.centered {
    text-align: center;
}

div.post-tabs {
    margin-top: 16px;
}

ul.navbar-nav {
    list-style-type: none;
    padding-top: 14px;
}

ul.navbar-nav a {
    text-decoration: none;
}

ul.posts {
    list-style-type: none;
    padding: 0px;
    margin: 16px 0px 0px 0px;
    border-top: 1px solid #e0e0e0;
}
div.post-tabs ul.posts {
    margin: 0px;
    border-top: none;
}
ul.posts li.post {
    padding: 8px;
}
div.post-date {
    float: right;
}
div.post-author {
    margin-left: 50px;
}
div.post-thumbnail {
    position: absolute;
    margin-top: 5px;
}
div.post-content {
    min-height: 48px;
}
div.post-footer {
    text-align: right;
}
div.post-header-buttons {
    text-align: right;
}
ul.comments {
    list-style-type: none;
    padding: 0px;
    margin: 16px 0px 0px 0px;
}
ul.comments li.comment {
    margin-left: 32px;
    padding: 8px;
    border-bottom: 1px solid #e0e0e0;
}
ul.comments li.comment:nth-child(1) {
    border-top: 1px solid #e0e0e0;
}
ul.comments li.comment:hover {
    background-color: #f0f0f0;
}
div.comment-date {
    float: right;
}
div.comment-author {
    font-weight: bold;
}
div.comment-thumbnail {
    position: absolute;
}
div.comment-content {
    margin-left: 48px;
    min-height: 48px;
}
div.comment-form {
    margin: 16px 0px 16px 32px;
}
div.pagination {
    width: 100%;
    text-align: right;
    padding: 0px;
    margin: 0px;
}
div.flask-pagedown-preview {
    margin: 10px 0px 10px 0px;
    border: 1px solid #e0e0e0;
    padding: 4px;
}
div.flask-pagedown-preview h1 {
    font-size: 140%;
}
div.flask-pagedown-preview h2 {
    font-size: 130%;
}
div.flask-pagedown-preview h3 {
    font-size: 120%;
}
.post-header {
    font-size: 100%;
    font-weight: normal;
    min-height: 48px;
    padding-bottom: 4px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ccc;
}
.post-title {
    margin-left: 50px;
}
.post-title a {
    font-size: 160%;
    color: #666;
}
.post-title a:hover {
    color: #000;
    text-decoration: none;
}
.post-body h1 {
    font-size: 140%;
}
.post-body h2 {
    font-size: 130%;
}
.post-body h3 {
    font-size: 120%;
}
.table.followers tr {
    border-bottom: 1px solid #e0e0e0;
}
div.flasky-panel-heading {
  font-weight: bold;
}

ul.sidebar-list {
  margin-left: 5px;
  padding: 5px;
  list-style-type: disc;
}
li.sidebar-list-item {
  margin-left: 0px;
}
h3 {
    font-size: 110%;
}

