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

h5.weather-now {
  margin: 18px 0 5px 8px;
  text-transform: uppercase;
  opacity: .8;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
  font-family: inherit;
}

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

div.weather-forecast {
  opacity: .7;
  margin-left: 8px;
}

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

section#block-emmerichweatherblock .field-content .row:nth-child(1) .col-md-6 {
  padding: 0;
}

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

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

div.weather-image {
  margin-left: 10px;
  display: flex;
}

div.weather-image img {
  margin: 20px 20px 17px 20px;
  border-radius: 50%;
  width: 76%;
}

.weather-details .weather-right {
  padding-left: 8px;
}

.weather-details .weather-left {
  padding-right: 8px;
}

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

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;
  margin-left: 0.25rem;
  margin-bottom: 20px;
}

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: 4px;
  font-size: 15px;
}

h4.forecast-title{
  color: blue;
}

div.weather-details .weather-left ul {
  padding-left: 0.25rem !important;
}

div.weather-details .weather-right ul {
  padding-left: 0 !important;
	padding-right: 0.25rem;
}

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

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

div.detailed-forecast-links {
  padding: 0;
}

div.detailed-forecast-links p {
  margin-left: 0px;
  text-align: center;
}
div.detailed-forecast-links div:nth-child(1) p {
  margin-left: -10px;
}

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

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

a.radar-link {
  font-weight: 900;
  color: red !important;
  font-size: 14px;
  margin-top: -26px;
  float: right;
  margin-right: 4px;
}

/* Tablet & Mobile Version */
@media screen and (max-width: 991px) {
  section#block-emmerichweatherblock .field-content .row:nth-child(1) .col-md-12 {
    padding: 0;
  }
  div.weather-image {
    margin-left: -10px;
  }
  div.weather-image img {
    width: 80%;
  }
  .weather-details .weather-left {
      padding-left: 0;
  }
  .weather-details .weather-right {
    padding-right: 0;
  }
  .detailed-forecast .col-md-12 {
    padding: 0;
  }
  div.weather-credits {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  div.weather-image {
    margin-left: 0px;
  }
}

@media screen and (max-width: 600px) {
  div.weather-credits p {
    float: none;
    padding-left: 2px;
    padding-right: 2px;
    text-align: left;
  }
}