/*
#comments {
  border: 1px solid #ddd;
}
#comments > h2.title {
  background-color: #37456a;
  margin: 0;
  padding: 0.5em 0.7em;
  text-align: center;
  color: #fff;
}
#comments .comment {
  border-top: 1px solid rgba(26,55,113,0.9);
}
#comments .comment .comment-content > * {
    padding: 0 1.3em;
}
#comments .indented {
  border-right: 2em solid #f9f9f9;
}

#comments .comment h3 {
  margin: 0;
  background-color: #eee;
  padding: 0.3em 0.5em;
  font-size: 1.3em;
}
#comments .comment .submitted {
  font-size: 0.8em;
  text-align: left;
}
#comments #comment-form {
  padding: 1em;
}
*/


#comments {
  margin-top: 2em;
  font-size: 0.83em;
}

#comments h2 {
  font-size: 1.9em;
  border-bottom: 1px solid #ddd;
}

#comments p {
  line-height: 1.2em;
}

#comments .indented {
  margin-right: 2.5em;
}
#comments .comment {
  border-top: 1px solid #eee;
  padding-right: 1em;
}

#comments .comment .author-line {
  font-size: 0.8em;
  color: #bbb;
}
#comments .comment .links {
  font-size: 0.8em;
  /* visibility: hidden; */
  margin: -10px 0 0; 
}
#comments .comment:hover .links {
  /* visibility: visible; */
}
#comments .comment:hover {
  background-color: #fbfbfb;
}


/**
 * Comments form
 */
.comment-form .form-actions {
  text-align: left;
}
