.track_order {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.track_order p {
	padding-right: 5px;
	padding-left: 5px;
}

.track_order p:first-child {
	flex: 1 1 100%;
	margin-bottom: 30px;
	max-width: 100%;
	width: 100%;
	text-align: center;
	font-size: 110%;
}

.track_order .button {
	min-width: 130px;
}

.track_order .form-row {
	float: none;
	width: auto;
}

.track_order :is(.form-row-first,.form-row-last) {
	flex: 1 1 auto;
}

.track_order .clear {
	display: none;
}