.tag-cloud-tags {
    /*font-family: Helvetica, Tahoma, Arial;*/
    /*font-weight: 100;*/
    text-align: center;
    counter-reset: tags;
}

.tag-cloud-tags a {
    border-radius: 6px;
    padding-right: 5px;
    padding-left: 5px;
    margin: 8px 5px 0px 0px;
}

.tag-cloud-tags a:before {
    content: "🔖";
}

.tag-cloud-tags a:hover {
    box-shadow: 0px 5px 15px 0px rgba(26, 136, 170, 0.4);
    transform: scale(1.1);
    /*box-shadow: 10px 10px 15px 2px rgba(0,0,0,.12), 0 0 6px 0 rgba(104, 104, 105, 0.1);*/
    transition-duration: 0.15s;
}
