@charset "UTF-8";
/* CSS Document */
.blockweather {
    font-size: 16px;
    display: inline-block;
}
.blockweather-icon {
    width: auto;
    height: 28px;
}
.blockweather > .uk-flex > div:first-child  {
    padding-right: 15px;
}
.blockweather > .uk-flex > div:last-child  {
    padding-left: 15px;
}

.blockweather > .uk-flex > div  > .uk-flex > div {
    padding-right: 5px;
}

@media only screen and (max-width: 959px) {
    .blockweather {
        font-size: 12px;
        display: block;
    }
    .blockweather-icon {
        width: auto;
        height: 20px;
    }

    .blockweather > .uk-flex > div:first-child  {
        padding-right: 5px;
    }
    .blockweather > .uk-flex > div:last-child  {
        padding-left: 5px;
    }

    .blockweather > .uk-flex > div  > .uk-flex > div {
        padding-right: 2px;
    }

}
