.select2 {
	.select2-selection {
		border: 1px solid #ddd;
		box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
		border-radius: 0;
	}
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	top: 0;
}

#wpbody .select2-selection.select2-selection--single {
	height: 40px;

	.select2-selection__rendered {
		line-height: 40px;
	}
}

.select2-dropdown {
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	border-radius: 0;
}
