

.post-tags {
 float: left;
 margin-bottom: 20px;
 width: 100%;
 font-size: 14px;
}
.post-tags a, span.post-tags-header {
 color: #fff;
 display: inline-block;
 float: left;
 margin: 0 1px 1px;
 padding: 5px 7px;
 text-transform: none;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 text-transform: none;
}
.post-tags a {
 background: #aaa;
}
span.post-tags-header, .post-tags a:hover, .tag-cloud a:hover {
 background: #f00a71;
 text-decoration: none;
}