.widget .wpctc-tag-links {
    clear: both;
    color: #767676;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33333;
    text-transform: uppercase;
}
.widget .wpctc-tag-links a {
    background-color: #767676;
    border-radius: 0 2px 2px 0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.27273;
    margin: 2px 4px 2px 10px;
    padding: 3px 7px;
    position: relative;
    text-transform: uppercase;
}
.widget .wpctc-tag-links a:hover {
    background-color: #41A62A;
    color: #FFFFFF;
}
.widget .wpctc-tag-links a:before {
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-right: 8px solid #767676;
    border-top: 10px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    left: -8px;
    position: absolute;
    top: 0;
    width: 0;
}
.widget .wpctc-tag-links a:hover:before {
    border-right-color: #41A62A;
}
.widget .wpctc-tag-links a:after {
    background-color: #FFFFFF;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: -2px;
    position: absolute;
    top: 8px;
    width: 4px;
}
canvas.tagcloud-canvas {
    width: 100%;
}