.anuform fieldset {
	border:none;
}

.anuform label {
	text-align:left;
	width:100%;
	padding:8px 0;
}

.anuform fieldset {
	padding:0;
}

.anuform fieldset div.field {
	display:table-cell;
	flex-direction:column;
}

.anuform select {
	border-radius: 6px;
  height: 35px;
  padding: 5px 10px;
  margin-top:6px;
  max-width:100%;
}

.anuform fieldset div.field div.field-span {
	max-width:100%;
}

.anuform fieldset div.field div.field-span input.text {
	background:none;
	border-radius: 6px;
}

.anuform fieldset div.field div.field-span input.text.tfull {
	height:35px;
	padding:5px 10px;
}

#edit-field-course-code-value--description {
	padding-top:5px;
}

.anuform input.btn-small {
	font-weight:500;
	float:left;
  margin-left:6px;
  margin-top:0;
}

input.anu-btn {
	border-width:2px;
}

.anuform legend {
	display:none;
}


.anuform fieldset div.field div.field-span input.text.tfull {
	background:#fff;
}

#views-exposed-form-course-search-block-1.anuform fieldset div.field, #views-exposed-form-publications-block-1.anuform fieldset div.field{
	display:inline-flex;
}

input[type="text"][data-drupal-selector="edit-field-course-code-value"], input[type="text"][data-drupal-selector="edit-field-col-name-value"], input[type="text"][data-drupal-selector="edit-title"], input[type="text"][data-drupal-selector="edit-combine"], input[type="text"][data-drupal-selector="edit-field-course-col-year-value"] {
 margin-top:6px;

}

/*Course search*/
@media screen and (max-width:375px) {

#edit-field-course-delivery-value, #edit-field-specialisation-target-id, #edit-field-course-availability-target-id {
	max-width:100%;
}
}

@media screen and (min-width:376px) {
	.anuform fieldset div.field div.field-span {
		width:100%;
	}
}

@media screen and (max-width:767px) {
#edit-field-course-col-year-value, #edit-field-course-col-session-target-id, #edit-field-course-type-value {
	max-width: unset;

}
}

/*Student profiles*/

@media screen and (max-width:767px) {
.anuform fieldset div.field {
	display:inline;
	flex-direction:column;

}
}

#views-exposed-form-research-our-people-page-1 {
	margin-top:20px;
}
