/*!
 * jQCloud 2.0.2
 * Copyright 2011 Luca Ongaro (http://www.lucaongaro.eu)
 * Copyright 2013 Daniel White (http://www.developerdan.com)
 * Copyright 20142016 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
/* layout */
div.jqcloud {
  overflow: hidden;
  position: relative;
}

div.jqcloud span {
  padding: 0;
  color:#fff !important;
}

/* fonts */
div.jqcloud {
 /* font-family: "Helvetica", "Arial", sans-serif;*/
  font-size: 12px;
  line-height: normal;
}

div.jqcloud a {
  font-size: inherit;
  text-decoration: none;
}

div.jqcloud span.w10 { font-size: 2.6em; }
div.jqcloud span.w9 { font-size: 2.3em; }
div.jqcloud span.w8 { font-size: 2.1em; }
div.jqcloud span.w7 { font-size: 2em; }
div.jqcloud span.w6 { font-size: 1.6em; }
div.jqcloud span.w5 { font-size: 1.3em; }
div.jqcloud span.w4 { font-size: 1.1em; }
div.jqcloud span.w3 { font-size: 1em; }
div.jqcloud span.w2 { font-size: 0.95em; }
div.jqcloud span.w1 { font-size: 0.85em; }

/* 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: #9ec1dc !important; }
div.jqcloud span.w3 { color: #a0ddff; }
div.jqcloud span.w2 { color: #99ccee; }
div.jqcloud span.w1 { color: #9cc0dd !important;  }
