        .olg_key_filter {
            /*background-color: floralwhite;*/
        }
		.olg_key_filter .title {
            font-size: 16px;
            font-weight: bold;
		}
        .olg_key_filter .selected {
            /*background-color: lightgray;*/
        }
		.olg_key_filter ul {
		    margin: 0 0 1em 0.5em
		}
		.olg_key_filter li {
			list-style-type: none;
			position: relative;			
			margin: 5px;
			padding: 5px;
			border: 1px solid rgba(0,0,0,.2);
			border-radius: 5px;
			font-size: 0.8em;
		}
		.olg_key_filter li:hover {
			background-color: #cccccc;
		}
		.olg_key_filter li.selected {
			background-color: #cccccc;
		}

		.olg_key_filter select.selectbox {
			outline: none;
			font-size: 0.8em;
			font-weight: normal;
			width: 94%;
			margin: 5px 5px 5px 15px;
			padding: 5px;	
			background-color: none;
			/* background-color: rgba(244,241,229,1.00); */
			font-weight: 500;
			border: 1px solid rgba(0,0,0,.2);
			border-radius: 5px;
		}