/* COMMENTI */
.comment a,
.comment-form .logged-in-as a,
.comment-form p.logged-in-as{
  font-size: 12px;
  font-weight: 200;
}
.comment img{
  width: 50px;
  height: 50px;
}
.comment .comment-edit-link{
  margin-top: -20px;
}

.commentlist li{
  margin-top: 20px;
  background-color: var(--color-meme);
  padding: 1em;
  border-radius: 10px;
}

h3#comments{
  font-size: 1.4rem;
}

.comment a{
  color: var(--color-white);
}

.comment-respond input.submit{
  color: #fff;
  background-color: #28a745;
  margin-top: .25rem;
  margin-bottom: .25rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid;
  border-color: #28a745;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
}

#iccCommenti{
  display: block;
  position: relative;
  top: -180px;
}