/* 
Add your additional CSS here. Note that the plug-in already includes the baseline CSS at css/style.css. For example, the CSS below makes the MoodThingy header bar red, but we've commented this out so the CSS won't show.
*/

#moodthingy-widget ul {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 85%;
}

#moodthingy-widget {
    clear: both;
    line-height: 1em;
    margin-top: 10px;
    position: relative;
    width: 100%;
}