not quite a bug: html issue
not quite bugs but examples for "quick hacks" of htmls output that hinder proper formating via CSS
1) #reviews .review .review-content p {}
please look at screencut1
the way this html-part is produced is not optimal, better would be to embrace the single review with a <div class="review-content">
2) Another not good html-output is seen in screen - cut 2: the subheader of .single-listing:
p.author
div.stars-cont
p.reviews
p <-------- unnamed
<br>
listed in ...... [category] <------------------ unnamed
now this makes it impossible to reformat the whole Listings-subheader, e.g. to put everything in one line.
why mix p / div / unnamed p / br ....
why put STARS after p.author
this could really be repaired, that looks like a quick hack