#weather {
  color: #005486;
  font: 12px Arial, sans-serif;
}

#weather #weatherLocation {
  margin-bottom: 10px;
  color: #006d53;
  font-size: 15px;
}

#weather div.dayBox {
  float: left;
  margin: 0 20px 0 0;
  text-align: center;   /* this covers all the commented-out text-align: center; cases below */
}

#weather div.dayBox span.day {
  display: block;
  margin-bottom: 3px;
  color: #4c89af;
  /*text-align: center;*/
  text-transform: uppercase;
}

#weather div.dayBox div.weatherIcon {
  /*text-align: center;*/
}

#weather div.dayBox div.temperatures {
  color: #939394;
  /*text-align: center;*/
}

#weather div.dayBox div.temperatures span.low,
#weather div.dayBox div.temperatures span.high {
  color: #005486;
  font-weight: bold;
}

