.eps-tag-cloud
.eps-tag-cloud li {
    margin: 0px;
font-family: 'bebas_neueregular', sans-serif;
}

.eps-tag-cloud li {
    display: inline-block;
    padding: 2px;
    margin: 0px;
}

.eps-tag-cloud .eps-tag-cloud-item  {
    padding: 6px 8px;
    font-size: 14px;
    font-family: 'bebas_neueregular', sans-serif;
    background: #eeeeee;
    border-radius: 3px;
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 0px #f3f3f3;
    transition: background 300ms;
    cursor: pointer;
    text-shadow: 1px 1px 1px white;
}
.eps-tag-cloud .eps-tag-cloud-item:hover  {
    background: #ffe6d5;
}
.eps-tag-cloud .eps-tag-cloud-item.active {
    background: #ffe6d5;
    border: 1px solid #ffae78;
}
.eps-tag-cloud .eps-tag-cloud-item:focus {
    outline: none;
}
.eps-tag-cloud .eps-tag-cloud-item span {
    font-size: 9px;
    font-family: 'bebas_neueregular', sans-serif;
    display: inline-block;
    width: 16px; height: 16px;
    line-height: 18px;
    background: #cccccc;
    color: #444444;
    box-shadow: 1px 1px 0px white;
    border-radius: 32px;
    margin-right: 6px;
}
.eps-tag-cloud .eps-tag-cloud-item.active span {
    background: #ffae78;
}
.eps-tag-cloud .eps-tag-cloud-submit {
    font-size: 22px;
    font-family: 'bebas_neueregular', sans-serif;
}
.eps-tag-cloud .eps-tag-cloud-taxonomy {
    font-size: 22px;
    font-family: 'bebas_neueregular', sans-serif;
}
.eps-tag-cloud .eps-tag-cloud-tax-url {
    font-size: 22px;
    font-family: 'bebas_neueregular', sans-serif;
}
.eps-tag-cloud .eps-tag-cloud-terms {
    font-size: 22px;
    font-family: 'bebas_neueregular', sans-serif;
}