/* This stylesheet is used to style the public-facing components of the plugin. */
.instructor-search .field{ 
	float:left; margin-right:1em; 
}

.clearfix, .row{ clear:both; }
.clearfix:after, .row:after{
   content: " "; /* 1 */
   display: table; /* 2 */
}
.clearfix:after, .row:after{
	clear:both;
}
.col-sm-6{
	width:50%; float:left;
}
.col-sm-8{
	width:66%; float:left;
}
.col-sm-12{
	width:100%; float:left;
}

.instructors-list article{
	margin-top:1em;
}
.instructors-list article .title{
	display:block; padding-bottom: 0.25em;
}
.instructors-list article h3 .title{
	display:inline-block; font-weight: bold; margin-right:0.5em;
}
.instructors-list article h3{
	font-weight: normal;
}
.instructors-list article .field.about{
	margin-top:1em;
}

@media ( max-width:600px ){
	.instructor-search .field.submit{ 
		float:none; clear:both; zoom: 1; margin-top;
	}
}