.post_taxonomy_terms a.term-name{
     display: inline-block;
     text-decoration: none;
     box-shadow: none;
     background-color: #BB533E;
     color: #FFF;
     padding: 0 0.2em;
     line-height:1.5;
 }
.post_taxonomy_terms a.term-name:hover{

    background-color: #BB533E;
    color: #000;
}