.weather {
/*  margin-top: 20px;*/
}

.weather .last-updated {
  font-size: 11px;
  color: #999;
  margin: 10px 5px 10px;
}

.weather table {
  width: 312px;
}

.weather table td {
  padding: 2px 5px;
  font-size: 13px;
}

.weather table tr.even td {
  background: #eee;
}

.weather table td.location {
  width: 30%;
}

.weather table td.temperature {
  width: 10%;
}

.weather table td.conditions {
  width: 60%;
}