.tx-gbweather-pi1 {
  background: none;
}

.weather {
  width: 170px;
  font-size: 80%;
  color: #900;
}

.weather-city {
  font-size: 100%;
}

.weather-temperature {
  font-size: 140%;
  font-weight: bold;
  float: left;
}

.weather-image {
  clear: both;
  position: absolute;
  left: 90px;
  top: 15px;
  height: 70px;
  background: none;
}

.weather-text {
  clear: both;
  float: left;
  font-size: 100%;
}

