/* 
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 #hdr { background-color: #fff; }
*/
#moodthingy-widget ul {
    margin: 0 auto !important;
    padding: 0;
    text-align: center;
    width: 100%;
}
#moodthingy-widget #hdr {
    background-color: #FFBA00 !important;
    border-radius: 5px 5px 0 0;
    color: #000000 !important;
    font-size: 13px !important;
    font-weight: bold !important;
    min-height: 26px;
}

#moodthingy-widget {
    clear: both;
    line-height: 1em;
    margin-top: 15px !important;
    position: relative;
    width: 100%;
}