/* Some example CSS */

#footer-sidebar .widget {
    background-color: transparent;
}

.textwidget {
    line-height: 17px;
}

.widgettitle {
    line-height: 20px;
    color: #F47321;
}
#content ul{
    margin-top: -1em;
}

.entry-content ul>:first-child{
    margin-top: 1em;
}

