/* custom styles */

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* filter form styles */

fieldset {
	border: 0;
}

.select_fields {
 	width: 50%;
 	float: left;
}

.select_fields select {
 	padding: 15px;
 	width: 100%;
 	font-size: 14px;
 	outline: none;
 	cursor: pointer;
 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* search form */

.ui-widget.ui-widget-content {
    z-index: 999;
}

.mse2-ac-item { 
	font-size: 14px;
}