.filter-wrapper {
	width: 90%;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	margin: 15px 0;
}
	.filter-inside {
		margin: auto 0;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: center; -webkit-justify-content: center;
		width: 100%;
	}
		.filter-inside select {
			border: none;
			text-align: center;
			background: #f1f1f1;
			font-size: 11px;
		    color: #01013e;
		    width: 160px;
		    height: 22px;
		    line-height: 22px;
		    padding: 0;
		    margin: 0;
		    margin-left: 7px;
		    text-transform: none;
		}

