/*Default*/
.unyk-weather ul {
	padding:0;
	margin:0;
	list-style: none;
	display: inline-block; width: 100%;
}
.unyk-weather ul > li {
	margin:0; padding:0;
}

.unyk-weather .unyk-label {    background: none;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 13px;
    padding: 0;
    font-style: italic;}
.unyk-weather .unyk-value {font-size: 13px;}

.unyk-weather ul > li.din-1 {}
.unyk-weather ul > li.din-2 {display: inline-block; float: left; width: calc(100%/2);}
.unyk-weather ul > li.din-3 {display: inline-block; float: left; width: calc(100%/3);}
.unyk-weather ul > li.din-4 {display: inline-block; float: left; width: calc(100%/4);}
.unyk-weather ul > li.din-5 {display: inline-block; float: left; width: calc(100%/5);}
.unyk-weather ul > li.din-6 {display: inline-block; float: left; width: calc(100%/6);}
.unyk-weather ul > li.din-7 {display: inline-block; float: left; width: calc(100%/7);}
.unyk-weather ul > li.din-8 {display: inline-block; float: left; width: calc(100%/8);}
.unyk-weather ul > li.din-9 {display: inline-block; float: left; width: calc(100%/9);}

.unyk-condition {    display: inline-block;width: 100%; text-align: center; text-transform: uppercase; margin-top: 5px; font-weight: bold; letter-spacing: 2px;}
.unyk-weather {display: inline-block; width: 100%;}
.unyk-info {text-align: left; display: inline-block; width: 100%; margin-top: 10px;}
.unyk-location,
.unyk-days {text-transform: uppercase;font-size: 14px;}
.unyk-icon { float: left; width: auto; max-width: 100px;}
.unyk-info-right {float: left; width: auto;  margin-left:15px;}
.unyk-temp {font-size: 40px; line-height: 35px; margin: 10px 0;}
.unyk-atmosphere {float: left; width:auto; margin-left: 10px;}
.unyk-atmosphere:first-child {margin:0;}
.unyk-wind {display: inline-block; width: 100%;}
.unyk-wind > div {float: left; width: auto;margin-right: 10px;}
.unyk-wind > div:last-child {margin: 0;}