#comments .indented {
    border-left: 2px dotted #ccc;
}

.single-comment .links.inline {
    opacity: 0.4;
    float: right;
  }
.single-comment .single-comment-meta {
    display: flex;
    font-size: 10px !important;
}
.comment-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}