#vehiclesPage .vehicle-config {
    width: 32%;
	min-height: 120px;
	display: inline-block;
	margin: 5px;
	border-radius: 4px;
	padding: 16px;
	cursor: pointer;
	color: #444;
	vertical-align: top;
    background-color: #fff;
    text-align: center;
    position: relative;
    border: 1px solid #444;
}

#vehiclesPage .conf-name {
    font-weight: bold;
    margin-bottom: 15px;
}

#vehiclesPage .vehicle-config md-input-container {
    margin-top: 0px;
    margin-bottom: 0px;
}
