.weather-sidebar .content .left-side {
	float: left;
    width: 90px;
}

.weather-sidebar .content .right-side {
	float: left;
    margin-left: 10px;
    width: calc(100% - 100px);
}

.weather-sidebar .content .left-side img {
	width: 32px;
    margin-top: 8px;
    display: block;
    float: left;
}

.weather-sidebar .content .current {
	font-family: 'Lato', sans-serif;
    font-size: 21px;
    display: block;
    float: right;
    margin-top: 8px;
}

.weather-sidebar .content .break {
	float: left;
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 7px;
}

.weather-sidebar .content span.left {
	font-family: 'Lato', sans-serif;
    font-size: 17px;
    display: block;
    float: left;
}

.weather-sidebar .content span.right {
	font-family: 'Lato', sans-serif;
    font-size: 17px;
    display: block;
    float: right;
}

.weather-sidebar .content .location {
	text-align: center;
    width: 100%;
    display: block;
    font-family: 'lato';
    font-weight: bold;
    font-size: 18px;
}

.weather-sidebar .content .source {
	 text-align: center;
    display: block;
    font-size: 10px;
    font-family: 'lato';
    color: #8b7768;
}

.weather-sidebar .content .source a {
	color: #DC5F00;
}