.wind_wrapper {
	border: none;
	padding: 0;
	whitespace: nowrap;
	display: inline-flex; align-items: center;
}

@keyframes spin {
	from {transform: rotate(0deg)}
	to   {transform: rotate(360deg)}
}

.metarSpin {
	animation: spin 1s linear 0s infinite;
	display: inline-block;
}

.metarText_value {
	display: flex;
	align-items: center;
}
.metarText_text {
	flex: auto;
}
.metarText_button {
	flex: 0 0 30px;
	min-width: 30px;
	min-height: 30px;
	font-size: 180%;
}
.metarText_refresh {
	display: flex; align-items: center; justify-content: center;
	width: 100%;
	height: 100%;
}

.metarFlightCategoryVFR {color: green;}
.metarFlightCategoryMVFR {color: blue;}
.metarFlightCategoryIFR {color: red;}
.metarFlightCategoryLIFR {color: magenta;}
