#root-weatherstem-widget {
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  box-sizing: border-box;
  color: white;
  width: 100%;
}

.weatherstem-widget-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.weatherstem-obs-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

#weatherstem-widget-camera-name {
  background: rgba(12, 50, 69, 0.6);
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 5px;
}

#weatherstem-widget-temperature {
  font-size: 80px;
  font-weight: bold;
}

#weatherstem-temperature-inside-cam {
  font-size: 80px;
  font-weight: bold;
  display: none;
}

.degree-symbol::after {
  content: "\00b0";
}

#weatherstem-camera-link {
  width: 100%;
  max-height: 300px;
  vertical-align: top;
}

.weatherstem-widget-logo-wrapper {
  position: absolute;
  color: white;
  bottom: 5px;
  right: 5px;
  text-align: right;
}

#weatherstem-widget-logo {
  width: 80%;
  height: 80%;
  vertical-align: top;
  display: none;
}

.weatherstem-horizontal-rule {
  display: inline-block;
  background-color: gray;
  height: 1px;
  width: 75%;
}

.weatherstem-wrapper-info-box {
  background-color: rgba(12, 50, 69, 0.6);
  padding-bottom: 15px;
}

.weatherstem-wrapper-weather-data {
  width: 100%;
  margin-left: 40px;
}