/* fonts */

div.jqcloud {
  font-size: 12px;
}

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

div.jqcloud span.w10 { font-size: 300%; line-height: 30px; }
div.jqcloud span.w9 { font-size: 280%; line-height: 28px; }
div.jqcloud span.w8 { font-size: 260%; line-height: 26px; }
div.jqcloud span.w7 { font-size: 240%; line-height: 24px; }
div.jqcloud span.w6 { font-size: 220%; line-height: 22px; }
div.jqcloud span.w5 { font-size: 200%; line-height: 20px; }
div.jqcloud span.w4 { font-size: 180%; line-height: 18px; }
div.jqcloud span.w3 { font-size: 160%; line-height: 16px; }
div.jqcloud span.w2 { font-size: 140%; line-height: 14px; }
div.jqcloud span.w1 { font-size: 120%; line-height: 14px; }

/* 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; }

/* layout */

div.jqcloud {
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

div.jqcloud span { padding: 0; }