.tag-cloud {
    text-align: center;
}

.tag-cloud a {
    display: inline-block;
    margin: 10px;
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid #999;
    word-wrap: break-word;
}

.tag-cloud-title {
    padding: 20px 0;
    font-size: 14px;
    border-bottom: 1px solid #eaecef;
}

.tag-cloud-tags {
    margin: 20px 0;
}