#block-emmerichweatherblock hr {
  margin-top: 0px;
  margin-bottom: 0px;
}

h5.weather-now {
  margin-bottom: 0;
  text-transform: uppercase;
  opacity: .8;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-family: inherit;
}

div.air-temp {
  font-size: 40px;
  line-height: 48px !important;
  font-weight: bold;
}

div.weather-forecast {
  opacity: .7;
}

div.weather-details {
  font-size: 13px;
  margin-top: 10px;
}

div.weather-details ul {
  padding-left: 0.5em !important;
}

div.weather-details ul li span {
  font-weight: bold;
}

div.weather-details ul li {
  border-bottom: 1px solid #000;
}

div.weather-image {
  margin-left: 14px;
}

div.weather-image img {
  margin: 15px;
  border-radius: 90px;
}

div.weather-credits {
  margin-bottom: 10px;
  font-size: 12px;
  font-style: italic;
  margin-top: 15px;
}

div.weather-credits p{
  float: right;
}

div.weather-credits p a {
  font-weight: 900;
  text-decoration: underline;
}

div.detailed-forecast p {
  font-size: 13px;
  font-family: inherit;
}

div.view-forecast-block {
  margin: 12px;
}

div.view-forecast-block p a {
  font-weight: 700;
  font-size: 13px;
  font-family: inherit;
  text-decoration: none;
}

span.temp_trend{
  font-size: 20px;
}

h5.forecast-title{
  color: blue;
  margin-left: 15px;
}

h4.forecast-title{
  color: blue;
}

div.weather-left ul li{
  list-style-type: none;
}

div.detailed-forecast {
  margin-top: 20px;
}

div.detailed-forecast p {
  margin-left: 15px;
}

div.detailed-forecast-links {
  margin-top: 20px;
}

div.detailed-forecast-links p {
  margin-left: 15px;
}

div.detailed-forecast-links p a {
  font-weight: 900;
  color: red;
  font-size: 13px;
}

span.weather-caption {
  font-weight: 300;
}

@media (max-width: 767px) {
  .region-content section.block-emmerich-weather {
    padding: 0px !important;
  }
}

a.radar-link {
  font-weight: 900;
  color: red;
  font-size: 13px;
  margin-top: -25px;
  float: right;
  margin-right: 10px;
}
