.tagCloud {
  background: none repeat scroll 0 0 #F5F5F5;
  border: 1px solid #EEEEEE;
  padding: 10px;
  text-align: center;
}
.tagCloud a {
  color: #0063DC;
  text-decoration: none;
  vertical-align: baseline;
  white-space: nowrap;
  padding: 5px;
  display: inline-block;
}
.tagCloud a:hover {
  text-decoration: underline;
}
.tagCloud .smallest {
  font-size: 75%;
}
.tagCloud .small {
  font-size: 100%;
}
.tagCloud .medium {
  font-size: 125%;
}
.tagCloud .large {
  font-size: 150%;
}
.tagCloud .largest {
  font-size: 200%;
}
.tagbutton {
  margin-bottom: -2px;
}
.tagbutton a {
  display: block;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 2px 6px;
  border: 1px solid #E5E5E5;
  font-size: 14px !important;
  color: #666;
  border-radius: 2px;
}
.tagbutton a:hover {
  border-color: #297AAA;
  color: #297AAA;
}
body:not(.device-touch) .tagbutton a {
  transition: all 0.3s ease-in-out;
}
