/******* tags ************/

#tag-collection,
.tag-collection {
    padding:.5em 0 0 .5em;
}

#tag-collection > *,
.tag-collection > * {
    display:inline-block;
    padding:.15em .5em .1em;
    border-radius:.7em;
    margin: 0 .3em .5em 0;
    text-decoration:none;
    background-color:#fff;
    box-shadow: 1px 1px 3px #aaa;
    text-decoration:none;
}

#tag-collection a,
.tag-collection a {
    color:#333;
    text-decoration:none;
}