﻿#sidebar a {
    color: #8d8d8d !important;
}
.widget_tag_cloud a {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    line-height: 30px;
    background-color: #f4f4f4;
    color: #8d8d8d;
    margin-right: 10px;
    font-size: 13px !important;
    margin-bottom: 12px;
    border-radius: 100px;
    border: 3px solid #fff;
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.1);
    font-weight: bold;
}

.widget_tag_cloud a {
    text-transform: uppercase;
    border-width: 0px;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 12px;
    line-height: 32px;
    background-color: #f0f0f0;
    transition: 0.3s all ease-in-out;
}