.weather-wrapper {
	display: block;
    position: relative;
}
.weather-wrapper .weather {
    position: relative;
    width: 100%;
	max-width: 300px;
	margin: 0 auto;
    padding: 0;
    white-space: nowrap;
    /*z-index: 4;*/
}
.weather-wrapper .weather .item {
	margin: 60px 40px 0;
}
.weather-wrapper .weather ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.weather-wrapper .weather ul li {
    display: inline-block;
    vertical-align: top;
	height: 70px;
}
.weather-wrapper .weather .weatherIcon {
    display: inline-block;
    vertical-align: top;
    max-width: 35px;
	margin-top: 4px;
}
.weather-wrapper .weather .temp {
    position: relative;
}
.weather-wrapper .weather ul.forecast-list li.visual {
    display: inline-block;
	vertical-align: top;
}
.weather-wrapper .weather li.low,
.weather-wrapper .weather li.high {
    width: 55px;
}
.weather-wrapper .weather .deg {
    padding-left: 3px;
    padding-right: 2px;
}
.weather-wrapper .weather li.sep {
    border-right: 1px solid #1a1a1a;
    height: 42px;
    width: 1px;
    margin: 0 15px;
}
.weather-wrapper .weather li .weatherLabel {
	display: block;
	font-size: 12px;
	line-height: 18px;
    color: white;
}
.weather-wrapper .weather li .weatherTemp {
	display: block;
	font-size: 26px;
	line-height: 26px;
    color: white;
}
