#tag-cloud {
    padding: 13px 8px 13px 15px;
    font-family: Arial Narrow, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: justify;
    line-height: 26px;
    font-size: inherit;
}

#tag-cloud a {
    /*white-space: nowrap;*/
    text-decoration: none;
    color: #777777;
}

#tag-cloud a:hover {
    color: #a70d13;
}

a.tag-size-0 {
    font-size: 0.7em;
}

a.tag-size-1 {
    font-size: 0.8em;
}

a.tag-size-2 {
    font-size: 0.9em;
}

a.tag-size-3 {
    font-size: 1em;
}

a.tag-size-4 {
    font-size: 1.1em;
}

a.tag-size-5 {
    font-size: 1.2em;
}

a.tag-size-6 {
    font-size: 1.3em;
}

a.tag-size-7 {
    font-size: 1.4em;
}

a.tag-size-8 {
    font-size: 1.5em;
}

a.tag-size-9 {
    font-size: 1.6em;
}

a.tag-size-10 {
    font-size: 1.7em;
}