.tags_type, .tag_text {
    text-transform: uppercase;
}

.tags {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 24px;
    bottom: -14px;
    list-style: none;
}

.tags li, .tags a {
    float: left;
    height: 40px;
    line-height: 38px;
    position: relative;
    font-size: 1em;
}

.tags a {
    margin-left: 20px;
    padding: 0 10px 0 12px;
    background: #0089e0;
    color: #fff;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.tags a:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -24px;
    width: 0;
    height: 0;
    border-color: transparent #0089e0 transparent transparent;
    border-style: solid;
    border-width: 20px 24px 20px 0;
}

.tags a:hover {
    background: #555;
}

.tags a:hover:before {
    border-color: transparent #555 transparent transparent;
}

.post_tags {
    color: #0089e0;
    font-weight: bolder;
}

.post_content>img {
    margin: 0 auto;
    display: block;
}

#wordCloud {
    min-height: 100px;
    max-width: 50%;
    margin: 0 auto;
}