.byuser > .comment-body > .comment-meta > .comment-author .fn:after,
.marctv-verified:after {
  content: "\2713 ";
  background-color: #3A89C0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 1;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  font-family: Verdana, sans-serif;
  margin-left: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: visible;
}

.byuser > .comment-body > .comment-meta > .comment-author a:hover .fn:after{
  background-color: #004e75;
}

html .comment .comment-author .post-author-badge {
  display: none;
}

.verified-notice {
    font-size: 80%;
}

.logged-in .verified-notice,
.logged-in .gravatar-notice {
    display:none;
}
