.weather-panel{
	width:100%;
	height:100%;
	background-color:#134466;
	color:#fff;
	padding:1em;
}

.weather-panel h2{
	font-size:1.5em;
}

.weather-panel h2 small{
	font-family: 'Roboto';
    color: #fff;
}

.weather-panel .temp{
	font-size: 300%;
    font-family: Roboto;
    margin-top: .8em;
	direction: ltr !important;
    text-align: left;
}

.weather-panel .temp sup{
	font-size: .6em;
    color: #aaa;
}

.weather-panel .icon{
	font-size: 300%;
    text-align: right;
    margin-top: .8em;
}

.weather-panel .icon p, .weather-panel .temp p{
	font-size: .4em;
    margin-top: .8em;
}

.weather-panel .forecast{
	font-size: .8em;
    color: #ccc;
    margin-bottom: .8em;
    width: 100%;
    padding-top: .8em;
    border-top: 1px solid rgba(255,255,255,.3);
}

.weather-panel .forecast:first-child{
	margin-top: 1em;
}

.weather-panel .forecast .ltr-format {
    direction: ltr !important;
    text-align: right;
    font-family: roboto;
}

.weather-panel .forecast .max {
    color: #ff9292;
}
.weather-panel .forecast .min {
    color: #00dcff;
}

.weather-panel .forecast sup {
    font-size: .8em;
}