
.WeatherInfoContainer {
    float: left;
    width: 100%;
    height: 50px;
    background: #EFEFEF 0% 0% no-repeat padding-box;
    opacity: 1;
}

.WeatherInfoContainer > .footer {
    float: left;
    width: 91px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-indent: 24px;
    margin-right: -10px;
}

.WeatherInfoContainer > .footer[DeviceHeight] {
    background: url(height.svg) 0 center no-repeat;
    margin-left: calc(50% - 210px);
    margin-left: -webkit-calc(50% - 210px);
    margin-left: -moz-calc(50% - 210px);
}

.WeatherInfoContainer > .footer[WeatherTemperature] {
    background: url(temperature.svg) 0 center no-repeat;
    margin-left: 5px;
}

.WeatherInfoContainer > .footer[WeatherHumidity] {
    background: url(humidity.svg) 0 center no-repeat;
    margin-left: 5px;
}

.WeatherInfoContainer > .footer[WeatherWind] {
    background: url(wind.svg) 0 center no-repeat;
    margin-left: -15px;
}

.WeatherInfoContainer > .footer[WeatherPressure] {
    background: url(pressure.svg) 0 center no-repeat;
    margin-left: 20px;
}
