@charset "UTF-8";

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

/* provides a little spacing between entries and puts a line beneath each */
.tinyfeed-box .entry{padding:4px 0;border-bottom:1px solid #ccc; color: #FFF; font-size:11px;}

/* 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:block;}

/* show it off that you use tinyfeed */
.tinyfeed-credits{font-size:90%;text-align:right;}
