.tagcloud {
    margin: 0;
    overflow: hidden;
    width: 200px;
}

ul.tagcloud {
    background: transparent;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
    margin-bottom: 0;
    text-align: justify;
}

ul.tagcloud li {
    background: transparent;
}

.tagcloud .labelLink:link, .tagcloud .labelLink:visited {
    text-decoration: none;
}

.tagcloud .labelLink:hover {
    text-decoration: underline;
}

.tagcloud li{
    display: inline;
    word-break: keep-all;
}

.importance8 a {
    font-weight: bold;
    font-size: 17px;
    line-height: 17px;
    color: #003366;
}

.importance7 a {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #003366;
}

.importance6 a {
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    color: #003366;
}

.importance5 a {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #003366;
}

.importance4 a {
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
    color: #003366;
}

.importance3 a {
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #003366;
}

.importance2 a {
    font-weight: normal;
    font-size: 11px;
    line-height: 11px;
    color: #003366;
}

.importance1 a {
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
    color: #003366;
}

.heatmap {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0 auto;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.heatmap-empty {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
  width: 100%;
}

.heatmap-empty .popularlabels-none {
  color : #333333;
  padding: 10px;
}

