/*!
 * jQCloud 4.0.0
 * Copyright 2011 Luca Ongaro (http://www.lucaongaro.eu)
 * Copyright 2013 Daniel White (http://www.developerdan.com)
 * Copyright 2016 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
div.jqcloud {
  overflow: hidden;
  position: relative;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  line-height: normal;
  color: #09f;
}
div.jqcloud a {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}
div.jqcloud a:hover {
  color: #0cf;
}
div.jqcloud span {
  padding: 0;
}
div.jqcloud span.w10 {
  font-size: 550%;
  color: #0cf;
}
div.jqcloud span.w9 {
  font-size: 500%;
  color: #0cf;
}
div.jqcloud span.w8 {
  font-size: 450%;
  color: #0cf;
}
div.jqcloud span.w7 {
  font-size: 400%;
  color: #39d;
}
div.jqcloud span.w6 {
  font-size: 350%;
  color: #90c5f0;
}
div.jqcloud span.w5 {
  font-size: 300%;
  color: #90a0dd;
}
div.jqcloud span.w4 {
  font-size: 250%;
  color: #90c5f0;
}
div.jqcloud span.w3 {
  font-size: 200%;
  color: #a0ddff;
}
div.jqcloud span.w2 {
  font-size: 150%;
  color: #99ccee;
}
div.jqcloud span.w1 {
  font-size: 100%;
  color: #aab5f0;
}
