.tagcloud {
  position: relative;
  overflow: hidden;
  padding: 0 22px 0 14px;
  text-align: left;
}
.tagcloud a {
  display: inline-block;
  background: #e5e5e5;
  white-space: nowrap;
  font-size: 98%;
  color: #5e6265;
  line-height: 1.3;
  padding: 3px 8px;
  margin-bottom: 5px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
 border: 2px solid #e5e5e5;
}
 
.tagcloud a:hover {
  color: #fff;
 background: #fff;
  white-space: nowrap;
border: 2px solid #4596d5;

}
