body {
  color: rgb(54,54,54);
  font-family:Tahoma,Geneva,sans-serif;
  font-size:12px;
  text-align: center;
}

a {
  color: #002233;
  text-decoration: none;
}

a:hover {
  color: #224252;
}

#wrap {
  background-color: #5599BB;
  margin: 20px auto;
  text-align: left;
  width: 800px;
  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#wrap span#ajax {
  margin: 5px;
  position: absolute;
}

#wrap div#header {
  background-image: url(img/clody.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  width: 800px;
}

#wrap div#header img{
  margin: 10px 0;
}

#wrap div#chart {
  background-color: #fff;
  padding: 10px 0;
  float: left;
}

#wrap div#chart div#no-trends {
  display: none;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-top: 190px;
  position: absolute;
  text-align: center;
  width: 800px;
}

#wrap div#footer {
  padding-bottom: 10px;
  width: 800px;
  overflow: hidden;
}

div#footer-clouds {
  background: url(img/footer-clouds.png) no-repeat;
  margin-left: 650px;
  position: absolute;
  width: 150px;
}

#wrap div#footer div.trend-list {
  font-size: 18px;
  line-height: 22px;
  padding: 10px 0 0 10px;
  overflow: hidden;
  white-space: nowrap;
}

div.yesterdays-trends {
  font-size: 16px !important;
}

div.week-trends {
  font-size: 12px !important;
}

div.trend-list ul li {
  display: inline;
  margin-right: 10px;
}

div.trend-list ul li.when {
  color: #fff;
  font-size: 18px;
  margin-right: 0px;
}

div.trend-list ul li a:hover {
  color: #fff;
}

div#note {
  font-size: 10px;
  line-height: 16px;
  margin: 0 auto;
  text-align: center;
  width: 800px;
}

.legendLabel {
  padding-left: 5px;
  vertical-align: middle;
}
