#uthsc-article-footer-comments #respond {
  padding: 1rem 2rem;
  border-top: 2px dashed #ddd;
  margin-top: 3rem;
}

#uthsc-article-footer-comments #respond h3 {
  text-align:center
}


#uthsc-article-footer-comments li.byuser:not(.bypostauthor) article {
  background: white !important;
}
#uthsc-article-footer-comments li.byuser article {
  box-shadow: 2px 2px 1px #ccc, 0 -1px 1px #ddd;
}
#uthsc-article-footer-comments li article {
  padding: 1.25rem !important;
  border-radius: 1.5rem 1.5rem 1.5rem 0;
  list-style: none !important;
  width: 75%;
  margin-bottom: .5rem;
}

#uthsc-article-footer-comments li.bypostauthor article {
  margin-left: auto !important;
  background: aliceblue;
  box-shadow: 2px 2px 1px #ccc, -1px -1px 1px #ddd;
  border-radius: 1.5rem 1.5rem 0 1.5rem;
}

#uthsc-article-footer-comments header.comment-author {
  display: flex;
  font-size: 1.05rem;
}

#uthsc-article-footer-comments header.comment-author time, #uthsc-article-footer-comments header.comment-author cite.fn {
  font-size: inherit;
  margin-left:.5rem;
  font-style: inherit;
}

#uthsc-article-footer-comments cite:before {
  content: none;
}

#uthsc-article-footer-comments header.comment-author a {
  text-shadow: revert;
  background-image: revert;
  color: #8a8a8a;
  font-weight: inherit;
}


#uthsc-article-footer-comments .author-meta.vcard.author a:hover {
  font-weight: revert;
  background-image: revert !important;
  text-decoration: none;
}

#uthsc-article-footer-comments .comment {
  padding:.5rem 0 0  2rem !important;
  margin-bottom:-22px
}
#uthsc-article-footer-comments .comment p {
  font-size:1.5rem;

}
#uthsc-article-footer-comments .comment-body .comment:before {
  content: "“";font-size:3rem;
  font-family:cursive !important;
  position:relative !important;
  top:-16px; left: -7px;
  color:#aaa;
}
#uthsc-article-footer-comments .comment-body .comment:after {
  content:"”" !important;font-size:3rem;
  font-family:cursive !important;
  position:relative !important;
  top:-16px; left: 0;
  color:#aaa;
}

#uthsc-article-footer-comments ol.comment-list, #uthsc-article-footer-comments ol.comment-list ul.children {
  list-style-type: none;
}



/*#uthsc-article-footer-comments .comment-meta.comment-meta-data.hide {*/
/*  display: flex !important;*/
/*  margin-left: auto !important;*/
/*  width: max-content;*/
/*  color: transparent;*/
/*  cursor: default;*/
/*}*/
/*#uthsc-article-footer-comments .comment-meta.comment-meta-data.hide a.comment-edit-link {*/
/*  font-weight: 700 !important;*/
/*  text-shadow: -1px 0 0 white, 1px 0 0 white !important;*/
/*  background-image: linear-gradient(to top, transparent 13%, rgba(0, 0, 0, 0.3) 13%, rgba(0, 0, 0, 0.3) 18%, transparent 18%) !important;*/
/*  color: #006a4d !important;*/
/*  cursor: pointer !important;*/
/*}*/

.comment-reply-link {
  display: inline;
  vertical-align: middle;
  margin: 0 1rem 1rem 0;
  padding: 0.7em 0.6rem!important;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #006a4d;
  color: #fefefe;
  text-shadow: none !important;
  background-image: none !important;
  font-size: 0.6rem;
  text-decoration: none !important;
  font-weight: 700;
}
.comment-reply-link:hover {
   background-color: #005a41;
  color: #fefefe;
}

#uthsc-article-footer-comments .reply {
  margin-left: auto !important;
  width: max-content;
}

#uthsc-article-footer-comments .comment-meta.comment-meta-data.hide a {
  background-image: none !important;
  text-shadow: none !important;
  font-weight: lighter;
  color: inherit;
}
#uthsc-article-footer-comments h3 {
    font-size: 1.4rem;
    text-align: center;
}
#uthsc-article-footer-comments #comments h3 {
  display: none;
}
/*#uthsc-article-footer-comments #comments h3 {*/
/*  font-size: 1.4rem;*/
/*  text-align: center;*/
/*  padding-bottom: 0.5rem;*/
/*}*/

/*#uthsc-article-footer-comments #comments h3:after {*/
/*  border: 1px solid;*/
/*}*/

#uthsc-article-footer-comments {
  background: whitesmoke;
  border-radius: 5px;
  border: 1px solid #ddd;
  box-shadow: 0 0 1px #999 inset;
  padding: 1rem 2rem;
}

#uthsc-article-footer-comments #comments {
  padding: 0.5rem 0;
}
#uthsc-article-footer-comments #comments ol {
  margin-left: 0;
}
#uthsc-article-footer-comments #comments .comment-body .comment {
  display: flex;
}
#uthsc-article-footer-comments #allowed_tags {
  display: none;
}
#uthsc-article-footer-comments p input.button {
  display: flex;
  margin-left: auto;
  position: relative;
  right: -1rem;
}
