/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.tagcloud.rounded-corners a {
    border-radius: 10px;
}

/* Author/Archive/Categories Widget  */
.ew-author ul,
.ew-archive ul,
.ew-categories ul {
    text-align: right;
    margin-left: 0;
}

.ew-author li,
.ew-archive li,
.ew-categories li   {
    display: block;
    height: 1%;
    overflow: hidden;
}

.ew-author ul a,
.ew-archive ul a,
.ew-categories ul a {
    float: left;
}