For Facebook recommendation plugin,
https://developers.facebook.com/docs/plugins/recommendations/
I use it in my site and I found it uses font size 11px, which is too small for me.
I thought I could add a div around the code to use bigger font like this
<div style="font-size: 15px !important;">
... recommendation box
</div>
but it does not work. Is there any method to achieve so?