#weather {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
}
#weather #icono {
    float: left;
    margin-right: 2px;
}
#weather #icono img {
    height: 40px;
    width: auto;
}
#weather #curr {
    color: #fff;
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin-right: 1px;
}
#weather #curr span {
    font-size: 40px;
}
#weather #rig {
    float: left;
    height: 40px;
}
#weather #cure {
    color: #fff;
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    word-break: break-all;
}
#weather #maxmin {
    float: left;
    width: 100%;
}
#weather #max {
    color: #fff;
    float: left;
    text-align: right;
    width: 48%;
}
#weather #min {
    color: #b3b3b3;
    float: right;
    width: 48%;
}
.js-geolocation {
	display: block;
	width: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: transparent;
	color: #fff;
	border: 0;
	border-radius: 5px;
	font-size: small;
}
