@charset "UTF-8";

/********* public:tag.less ********/
.tagCloud-tag {
  display: inline-block;
  margin-right: 8px;
}
.tagCloud-tag:last-child {
  margin-right: 0;
}
.tagCloud-tagLevel1 {
  font-size: 100%;
  color: #3492d5;
}
.tagCloud-tagLevel2 {
  font-size: 100%;
}
.tagCloud-tagLevel3 {
  font-size: 125%;
}
.tagCloud-tagLevel4 {
  font-size: 150%;
}
.tagCloud-tagLevel5 {
  font-size: 175%;
}
.tagCloud-tagLevel6 {
  font-size: 200%;
}
.tagCloud-tagLevel7 {
  font-size: 225%;
  color: #1c5b87;
}