body {
    padding: 0 1rem;
}

.main_footer {
  text-align: center;
}

.page_header {
    margin-bottom: 0px;
}

.page_breadcrumb {
    padding-bottom: 30px;
}

#comments {
  padding-top: 2rem;
}

.comment {
  list-style: none;
}

.master_comment {
  background-color: rgb(213, 240, 202);
}

.comment-tree,
.comment-tree-internal {
  list-style: none;
  padding: 0;
}

.comment-tree .comment {
  margin-bottom: 0.75rem;
}

.comment-tree .comment > article > header {
  display: flex;
  align-items: baseline;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.comment-tree .comment > article > header h5 {
  margin: 0;
  font-weight: 500;
  margin-right: 0.5em;
}

.comment-tree .comment > article > header time {
  margin-left: auto;
  font-size: 0.8rem;
  color: var(--secondary);
}

.comment-tree .comment > article > p {
  margin: 0 0 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

.comment-tree-internal .comment > article > header,
.comment-tree-internal .comment > article > p {
  font-size: 0.9rem;
  padding-top: 0.25rem;
}

.comment-tree .comment > article,
.comment-tree-internal .comment > article {
  padding-bottom: 0.75rem;
}

.comment-tree-internal {
  margin-left: 2rem;
}

.comment-tree ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.75rem;
  bottom: 0;
  border-left: 1px solid rgba(0,0,0,0.2);
}

.comment-tree ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.5rem;
  position: relative;
}
