.km-openweather {
    width: 100%;
    color: #127cb8;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 35px 0 -35px 0;
}

.km-openweather div {
		display: flex;
		align-items: center;
		padding: 0 15px;
}

.km-openweather .km-openweather-date {
		border-right: 2px solid #4fc1e6;
}

.km-openweather .km-openweather-weather {
		padding-right: 0;
}

.km-openweather i {
		color: #4fc1e6;
}