#hidecomments, #comments, #addcomment {
  display:none;
  }
#showcomments {
  display:inline;
  }
#addcommentbutton {
  display:block;
  }
