/*
 * Glide page
 */

.glide .card_label {
	flex: 1 0 40%;
}

.glide .glideDistContainer {
	margin: 6px 4px 4px 20%;
	margin-right: 2px;
	width: max-content;
}
.glideAlt {
	float: left;
	display: flex;
	flex-direction: column;
	row-gap: 0.5em;
	align-items: center;
	justify-content: flex-start;
}
.glideDist {
	float: left;
	margin-top: 0.5em;
	margin-left: -3ch;
	min-width: calc(14ch + 90px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.glideDist div {
	text-align: center;
}
.glideDist_num {
	margin: 0.2em 0;
}
.glideWindSpeed {
	margin-top: 0.2em;
	min-width: calc(10ch + 80px);
}
.glideWindSpeed div {
	text-align: center;
}
.glideTemp {
	margin-top: 0.5em;
	display: flex;
	align-items: center;
}

.glideAlt_center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	row-gap: 0.2em;
}
.glideTemp_center tr:first-child td:first-child {
	text-align: center;
}
.glideTemp_center {
	margin: 0 4px;
	min-width: 14ch;
}
.glideTemp_center table {
	margin: auto;
}
.glideDistance {
	color: red;
	font-size: 34px;
}
