
div.jqcloud {
  overflow: hidden;
  position: relative;
}

div.jqcloud span {
  padding: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/* fonts */
div.jqcloud {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  line-height: normal;
}

div.jqcloud a {
  font-size: inherit;
  text-decoration: none;
}

div.jqcloud span.w10 { font-size: 750%; }
div.jqcloud span.w9 { font-size: 700%; }
div.jqcloud span.w8 { font-size: 650%; }
div.jqcloud span.w7 { font-size: 600%; }
div.jqcloud span.w6 { font-size: 550%; }
div.jqcloud span.w5 { font-size: 500%; }
div.jqcloud span.w4 { font-size: 450%; }
div.jqcloud span.w3 { font-size: 400%; }
div.jqcloud span.w2 { font-size: 350%; }
div.jqcloud span.w1 { font-size: 300%; }

/* in case of multicharts */
div.jqcloud span.m10 { font-size: 350%; }
div.jqcloud span.m9 { font-size: 300%; }
div.jqcloud span.m8 { font-size: 290%; }
div.jqcloud span.m7 { font-size: 280%; }
div.jqcloud span.m6 { font-size: 240%; }
div.jqcloud span.m5 { font-size: 200%; }
div.jqcloud span.m4 { font-size: 180%; }
div.jqcloud span.m3 { font-size: 180%; }
div.jqcloud span.m2 { font-size: 180%; }
div.jqcloud span.m1 { font-size: 160%; }

/* colors */
div.jqcloud { color: #09f; }
div.jqcloud a { color: inherit; }
div.jqcloud a:hover { color: #0df; }
div.jqcloud a:hover { color: #0cf; }
div.jqcloud span.w10 { color: #0cf; }
div.jqcloud span.w9 { color: #0cf; }
div.jqcloud span.w8 { color: #0cf; }
div.jqcloud span.w7 { color: #39d; }
div.jqcloud span.w6 { color: #90c5f0; }
div.jqcloud span.w5 { color: #90a0dd; }
div.jqcloud span.w4 { color: #90c5f0; }
div.jqcloud span.w3 { color: #a0ddff; }
div.jqcloud span.w2 { color: #99ccee; }
div.jqcloud span.w1 { color: #aab5f0; }
