
/* Hide the comments trigger */
.comments-link {
 display: none;
}

/* Show the comments */
#comments {
 display: block;
}
