#article_filter
{
    padding-top: 10px;
    padding-bottom:20px;
}

    #article_filter .select2 {
    min-width:200px;
    
    }

.filter_table{
    width:100%;
}

.filter_table td {
   text-align:left;
}

.select2-dropdown {
    margin-top: 32px;
}
#article_filter h3 {
    color: #526d71;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #526d71 !important;
    font-size: 16px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 75%!important;
 }
 
 .select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 51px!important;

}

@media screen and (max-width: 600px) {
	.filter_table {
		width: 100%;
		display: inline-block;
	}
	.filter_table td {
		display:inline-block;
	}
	.select2 {
		width: 143%!important;
	}
    .select2-dropdown {
    	margin-top: inherit;
	}
}

@media screen and (min-width: 601px) and (max-width: 820px) {
	.filter_table {
		width: 100%;
		display: inline-block;
	}
	.filter_table td {
		display:inline-block;
	}
	.select2 {
		width: 82%!important;
	}
}