.forum th {
    background-color: #86b7fe;
}
.comment-user-picture img {
        width: 45px;
        height: 45px;
    border-radius: 50%;
    margin-left: 25%;

    object-fit: cover;
    justify-content: center;
}
.single-comment-content .links a {
display: inline-block;
    outline: none;
    cursor: pointer;
    padding: 0 16px;
    background-color: #cfcece;
    border-radius: 0.25rem;
    border: 1px solid #ccc;
    color: #333;
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;

} 
.single-comment-content .links a:hover  {
background-color: #ffffff;
    border-color: #ccc;
} 
blockquote {
  background: #ededed;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.block.block-layout-builder.block-field-blocknodeforumtaxonomy-forums {
    background-color: #f9f9f9;
}
.block.block-layout-builder.block-field-blocknodeforumbody {
    margin-bottom: 1.2em;
    border-bottom: 2px solid #ededed;
    padding-bottom: 5px;
    float: left;
}
a.forum__name--link {
    font-size: larger;
    font-weight: bolder;
}
.forum__title div a:first-child {
font-size: 1.25em;
    font-weight: 500;
}
.field.field--name-user-picture.field--type-image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 10px;
    object-fit: cover;
    justify-content: center;
}
.block.block-layout-builder.block-field-blocknodeforumbody {
    margin-bottom: 1.2em;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    float: left;
    background-color: #fafbfd;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 2px 1px 1px #dee2e6;
    border: 1px solid #dee2e6;
    padding-top: 20px;
}