#dogs_wrapper {
	margin-top: 20px;
}

#booking_group_wrapper {
	margin-top: 20px;
}

p#class_details {
	margin-top: 22px;
}

/* select2 Overrides */
.select2-container--bbdt {
	float: left;
	width: 400px;
}

.select2-container--bbdt .select2-selection--single {
	font-size: 28px;
}

@media only screen and (max-width: 479px) {
	
	.select2-container--bbdt {
		width: 100%;
	}
	
}