#weather-MainCell {
  width: 160px;
  margin: 0 auto;
  text-align: center;
  vertical-align: top;
  font-size:    8pt;
  line-height:  1.0;
  font-family:  arial, helvetica, sans-serif;
  font-variant: normal;
  font-style:   normal;
  font-weight:  normal;
  color:        #666666;
/*background:   #e2e2fa;*/
}

.weatherTemp {
  font-weight:  bold;
  color:        #000000;
}

.weatherCondition {
  color:        #000000;
}

.weatherTime {
  font-size:    7pt;
}
