.form {
	clear: none;
}
	.form.one:before {
		content: 'Search Options';
	}
	.form .halfsize select {
		width: 30%;
	}
	.form .halfsize .dash {
		position: relative;
		display: inline-block;
		text-align: center;
		width: 10%;
	}
	.form .fc td {
		background: rgba(255,255,250,0.5);
	}
.column {
	position: relative;
	width: 48%;
	min-width: 300px;
	float: left;
}
.column + .column {
	margin-left: 4%;
}
.field label {
	padding-left: 10px;
}
.resultsAs {
	position: relative;
	display: block;
	height: 40px;
}
.fullwidth {
	box-sizing: border-box;
	width: 100%;
	clear: both;
}
	.form .buttons {
		max-width: 130px;
	}
	#calendarView:before, #listView:before {
		content: 'Events';
	}
.form .dataTables_wrapper label {
	width: auto;
	font-size: 13px;
	padding-right: 20px;
}
	.form .dataTables_wrapper label select{
		width: auto;
	}



/*	Tablet Layout & below	*/
@media only screen and (max-width: 983px) {
	
	.column {
		min-width: auto;
		width: 100%;
		float: none;
		padding: 0;
		margin-left: 0 !important;
	}
	
}
/* */




/*	Phone Layout	*/
@media only screen and (max-width: 639px) {
	
	.field label {
		padding-left: 0;
	}

}
/* */



		
/*	Retina Global	*/
@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi) {
	
	/*.contentWrapper {
		background-image: url(../img/schedule-of-events/2690-retina.jpg);
	}*/
	
}
/* */