This weeks question & answer:
Question Summary: How to add custom css to all widgets?
Solution: In our theme, you can target all widgets with article.widget. An example:
article.widget { background: #fff; border-radius: 6px; margin: 10px; padding: 10px; box-shadow: rgba(0,0,0,0.3) 0 1px 3px; }