* {
  font-size: 16px;
}
.profile-thumbnail {
  position: absolute;
}
.profile-header {
  min-height: 260px;
  margin-left: 280px;
}
div.post-tabs {
  margin-top: 16px;
}
ul.posts {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
div.post-tabs ul.posts {
  margin: 0px;
  border-top: none;
}

.post {
  margin-bottom: 20px;
}

.post-date {
  padding: 3px !important;
  line-height: 1;
  background-color: #929aa1;
  color: white;
  font-weight: 500;
}
.post-date:hover {
  background-color: #929aa1;
  color: white;
  cursor: default;
}
.post-author {
  padding: 3px !important;
  line-height: 1;
}
.post-category {
  padding: 3px !important;
  line-height: 1;
}
div.post-content {
  font-size: 16px;
}
div.post-footer {
  text-align: right;
}
ul.comments {
  list-style-type: none;
  padding: 0px;
  margin: 16px 0px 0px 0px;
}
ul.comments li.comment {
  padding: 8px;
  margin-bottom: 16px;
}
ul.comments li.comment:hover {
  background-color: #f0f0f0;
}
.comment-heading {
  margin-bottom: 16px;
}
div.comment-thumbnail {
  position: absolute;
}
div.comment-content {
  margin-left: 56px;
  min-height: 48px;
}
div.comment-form {
  margin: 16px 0px 16px 0;
}
div.comment-form label {
  font-weight: normal;
}

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%;
}

.table.followers tr {
  border-bottom: 1px solid #e0e0e0;
}
.post-title a {
  text-decoration: none;
  font-size: 1em;
}

.post-info {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px !important;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.categories {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.btn-danger {
  background-color: #dc3545;
}

.btn-danger:hover {
  background-color: #bb2d3b;
}

.btn-primary {
  background-color: #0d6efd;
}

.btn-primary:hover {
  background-color: #0b5ed7;
}

.post h2 {
  margin-top: 0;
}

.post-content h1 {
  font-size: 140%;
  margin-top: 40px;
}
.post-content h2 {
  font-size: 130%;
  margin-top: 40px;
}
.post-content h3 {
  font-size: 120%;
  margin-top: 40px;
}

.post-content td,
.post-content th {
  border: 1px rgb(184, 184, 184) solid;
  padding: 5px 10px;
}

.post-content pre,
.post-content table,
.post-content ul,
.post-content ol,
.post-content p {
  margin: 20px 0;
}

footer {
  border-top: 1px lightgray solid;
  padding: 10px;
  text-align: center;
  margin-top: 50px;
}

footer p,
footer a {
  font-size: 14px !important;
}

.navbar {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.navbar a {
  color: rgb(92, 92, 92) !important;
}

.panel,
.panel-heading {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
