.fw-tagcloud {
    list-style: none;
    padding: 0;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
}

.fw-tagcloud-item {
    display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0 2px;
    font-family: serif;
    text-decoration: none;
    /*border: 1px solid #fff;*/
}

.fw-tagcloud-item:hover {
    background-color: #def;
    /*border: 1px solid #0cf;*/
}

.fw-tagcloud-item:focus {
    /* disable Firefox focused link marking */
    color: #5E5E5E;
    outline: none;
}

.fw-tagcloud-item-1 { font-size: 100%; }
.fw-tagcloud-item-2 { font-size: 110%; }
.fw-tagcloud-item-3 { font-size: 120%; }
.fw-tagcloud-item-4 { font-size: 140%; }
.fw-tagcloud-item-5 { font-size: 160%; }
.fw-tagcloud-item-6 { font-size: 200%; }
.fw-tagcloud-item-7 { font-size: 240%; }
.fw-tagcloud-item-8 { font-size: 280%; }
