body {
  background: #f8f9fa;
  font-size: 15px;
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.forum-table th {
  font-size: 13px;
  text-transform: uppercase;
  color: #6c757d;
}

.forum-table td {
  vertical-align: middle;
}

.thread-title {
  font-weight: 600;
  font-size: 16px;
}

.post-box {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-bottom: 15px;
}

.post-user {
  font-size: 13px;
  color: #6c757d;
}

.vote-btn {
  cursor: pointer;
  font-size: 18px;
  margin-right: 10px;
}

.reply-box textarea {
  resize: none;
}
