@charset "UTF-8";

/* don't display anything until the feed loads */
.tinyfeed-box{display:block;  }

/* provides a little spacing between entries and puts a line beneath each */
.tinyfeed-box .entry{  }

/* if an entry has a link in it (like a reply) */
.tinyfeed-box .entry span a{color:#000;}

/* puts the date on a line about the text; remove if desired */
.tinyfeed-box .entry a.date{display:none; }

/* show it off that you use tinyfeed */
.tinyfeed-credits{ display: none; }

