/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.bypostauthor {
  display: block;
}

#comments {
  padding: 1rem;
  background-color: #f8f8f8;
  margin: 0 auto;
  max-width: 800px;
}
#comments .comment {
  margin-top: 1rem;
  list-style: none;
}
#comments .fn {
  font-family: Roboto;
  font-weight: bold;
  font-size: 1.5rem;
  color: #0db8c4;
}
#comments span.says {
  display: none;
}
#comments .comment-body {
  padding: 1rem;
  background-color: #ffffff;
}
#comments .comments-title {
  font-size: 1.2rem;
  font-family: Roboto;
}
#comments .comment-list {
  margin: 0;
  padding: 0.5rem;
}
#comments .comment-metadata {
  font-size: 0.8rem;
}
#comments .comment-reply-link {
  padding: 0.5rem 1rem;
  font-family: Roboto;
  font-weight: bold;
  background-color: #0db8c4;
}
#comments .submit {
  background-color: #0db8c4;
  color: #ffffff;
  width: 100%;
  padding: 0.5rem 1rem;
  font-family: Roboto;
  font-size: 1.25rem;
}
#comments .submit:hover {
  opacity: 0.7;
}
#comments .logged-in-as a {
  font-family: Roboto;
}
#comments .logged-in-as a:last-of-type {
  text-decoration: underline;
  -webkit-text-decoration-color: #0db8c4;
  -moz-text-decoration-color: #0db8c4;
       text-decoration-color: #0db8c4;
  font-weight: bold;
}
#comments .must-log-in a {
  font-family: Roboto;
  text-decoration: underline;
  -webkit-text-decoration-color: #0db8c4;
  -moz-text-decoration-color: #0db8c4;
       text-decoration-color: #0db8c4;
  font-weight: bold;
}
#comments .comment-form label {
  font-family: Roboto;
  display: block;
  font-weight: bold;
}
#comments .comment-form .comment-form-cookies-consent label {
  display: inline;
  margin-left: 0.5rem;
}
#comments .cptch_block:before {
  content: "Captcha";
  font-family: Roboto;
  font-weight: bold;
}
#comments .comment-reply-login {
  font-family: Roboto;
}
