/**
 * @file stylesheet for the weather widget.
 */
#simple-weather {
  display: inline-block;
}

#simple-weather img {
  /* background-color: #48a9e4; */
  background-color: #FFFFFF;
  padding: 4px;
}
