#weather_info {
  clear: right;
}
#weather_info li {
  vertical-align: bottom;
  height: 18px;
  display: block;
  float: right;
}
#weather_today {
  width: 75px;
}
#weather_img img {
  width: 18px;
  height: 18px;
}
#weather_desc {
  width: 235px;
  height: 1em;
  overflow: hidden;
  text-align: left;
}
#weather_temp {
  width: 90px;
}
#weather_hum {
  width: 105px;
}

