.weather-column {
	display: flex;
	flex-direction: row;
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
}

.weather-col-temp {
	font-size: 40px;
	line-height:1;
	font-weight: 500;
	text-align: center;
	padding-right: 15px;
}

.weather-col-date {
	font-size: 10px;
	text-transform: uppercase;
	color: #888;
	margin-top: 4px;
}

.weather-col-props {
	position: relative;
	font-size: 12px;	
}

.weather-col-term {
	padding-bottom: 2px;
}

.weather-col-term .term-label, 
.weather-col-term .term-value {
	display: inline-block;
}

.weather-column .term-label {
	color: #888;
}

.weather-column .term-value {
	color: #333;
}

.weather-column abbr,
.weather-column abbr[title],
.weather-column abbr[data-original-title]{
	border: none;
	text-decoration: none;
}

@media (min-width: 1199px) {
	.weather-col-props {
		padding-top: 5px;
	}
	
	.weather-col-temp {
		font-size: 65px;
		padding-right: 20px;
	}
	
	.weather-col-term {
		padding-bottom: 6px;
	}
	
	.weather-col-date {
		margin-top: 6px;
	}
}