/* webified-style.css is in the includes directory of the plugin for Webified Weather */
@media all and (min-width: 1365px) {
  .nws-current img {
    margin-right: 10px;
    float: left !important;
    width: 64px !important;
    height: auto !important;
  }
  .nws-current p {
    padding-bottom: 0;
  }
  .nws-current {
    margin-bottom: 20px;
  }
  .nws-text-period {
    margin-bottom: 64px;
    clear: both;
  }
  .nws-text-period img {
    float: left;
    margin-right: 10px;
    width: 64px !important;
    height: auto !important;
  }
  .snws-weather p {
    padding-bottom: 0;
  }
}
@media all and (max-width: 1366px) {
  .nws-current p {
    padding-bottom: 0;
  }
  .nws-current {
    padding-bottom: 20px;
  }
  .nws-current img {
    float: none !important;
  }
  .nws-text-period {
    margin-bottom: 54px;
    clear: both;
  }
  .nws-text-period img {
    float: left;
    margin-right: 10px;
    width: 64px !important;
    height: auto !important;
  }
  .snws-weather p {
    padding-bottom: 0;
  }
}
/* end nws-style.css file */