#iww-widget #iww-widget-wrapper {
  position: relative; }
  #iww-widget #iww-widget-wrapper .iww-region {
    display: none;
    position: absolute;
    width: 100%; }
    #iww-widget #iww-widget-wrapper .iww-region:first-child {
      display: block; }
#iww-widget .iww-temp {
  font-weight: bold; }
#iww-widget .iww-region-title-bar {
  background-color: black;
  color: #fff;
  display: flex;
  padding: 5px 8px;
  justify-content: space-between; }
  #iww-widget .iww-region-title-bar .iww-region-title {
    font-weight: bold; }
  #iww-widget .iww-region-title-bar .iww-daily-weather .iww-feels-like {
    padding-left: 15px; }
  #iww-widget .iww-region-title-bar .iww-daily-weather .iww-temp {
    font-weight: 18px; }
#iww-widget .iwww-daily-weather {
  display: flex; }
  #iww-widget .iwww-daily-weather .iww-day {
    width: calc(100% / 7);
    display: flex;
    flex-direction: column;
    color: #fff;
    border-right: 1px solid black; }
    #iww-widget .iwww-daily-weather .iww-day:last-child {
      border-right: none; }
    #iww-widget .iwww-daily-weather .iww-day .iww-dow {
      display: flex;
      justify-content: space-between;
      background-color: #12253f;
      font-weight: bold;
      align-items: center;
      padding-left: 8px; }
      #iww-widget .iwww-daily-weather .iww-day .iww-dow .iww-weather-icon {
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #iww-widget .iwww-daily-weather .iww-day .iww-dow .iww-weather-icon img {
          width: 100%;
          height: 100%; }
        #iww-widget .iwww-daily-weather .iww-day .iww-dow .iww-weather-icon .fa-snowflake {
          font-size: 14px; }
    #iww-widget .iwww-daily-weather .iww-day .iww-daily-temps {
      background-color: #2c5d9d;
      font-size: 14px;
      text-align: center;
      padding: 10px 5px; }
@media only screen and (max-width: 550px) {
  #iww-widget .iww-region-title-bar {
    flex-wrap: wrap; }
  #iww-widget .iwww-daily-weather .iww-day {
    width: calc(100% / 5); }
    #iww-widget .iwww-daily-weather .iww-day:nth-child(6), #iww-widget .iwww-daily-weather .iww-day:nth-child(7) {
      display: none; } }
@media only screen and (max-width: 420px) {
  #iww-widget .iwww-daily-weather .iww-day {
    width: calc(100% / 4); }
    #iww-widget .iwww-daily-weather .iww-day:nth-child(5) {
      display: none; } }

/*# sourceMappingURL=widget.css.map */
