.vehicle-summary .item {
	display: table-row;
}
@media screen and (max-width: 480px){
	.vehicle-summary {
		max-width: none;
	}
	.vehicle-summary .item {
		display: flex;
	}
}
.vehicle-summary .item > div {
	display: table-cell;
	padding: 5px 0;
}
.vehicle-summary .item .label {
	text-transform: uppercase;
	vertical-align: center;
}
.vehicle-summary .item .value {
	padding-left: 12px;
	font-weight: bold;
}
