/**
 * @file
 * Comment Styling
 */

  /* Usando DISQUS en lugar del sistema de DRUPAL. Mantengo las clases por defecto por si hubiera algún fallo */

.comments { /* Wrapper for the list of comments and its title */
  margin: 1.5em 0;
}

.comment-preview { /* Preview of the comment before submitting new or updated comment */
  background-color: #ffffea; /* Drupal core will use a #ffffea background. See #1110842 */
}

.comment .new { /* "New" marker for comments that are new for the current user */
  color: #c00;
}

.comment .permalink { /* Comment's permalink wrapper */
  text-transform: uppercase;
  font-size: 75%;
}

.indented { /* Nested comments are indented */
  margin-left: 30px; /* Drupal core uses a 25px left margin */
}

