/* Hi Helen!  See how this line has a slash then an asterisk and a space at the start, and a space, an asterisk and a slah at the end? */
/* That's now the system knows this is a comment. */
/* The code below will stop the comments from displaying on your site.  To make the comments work again, you need to make this code into comments. */
/* I will repeat the code at the bottom, with the comments parts in, to show you what I mean */

#respond, .entry-comments-link {
  display: none;
}

/* #respond, .entry-comments-link { */
/* display: none; */
/* } */
.paypal input{width:auto;}
/* By commenting the code out, rather than deleting it, you can turn the comments on and off whenever you like. */
/* Have fun!  Christine.  */