    .Person {
        list-style:None;
        font-weight:bold;
    }

    .Role {
        list-style:circle; 
        margin-left:25px;
    }

    .OrgSub {
        list-style:square;
        margin-left:50px;
    }

    .Org {
        list-style:square;
    }

    .highlight { background-color: yellow }
	
	.refinerSelected:after, .refinerSelected2:after {
		   font-family:'Glyphicons Halflings';
		   font-style:normal;
		   font-weight:400;
		   line-height:1;
		   -webkit-font-smoothing:antialiased;
		   -moz-osx-font-smoothing:grayscale;
           content: " \e084";
    }
	
	#log > ul, #log2 > ul {
		margin:0;
		list-style-type: none;
	}
/* Comment Out in WEM Side For Delivery server side only */
/*	#log > ul > li, #log2 > ul > li {
		margin-left: -30px;
	}
*/
/*!
 * jQuery UI Autocomplete 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
	.ui-autocomplete {
		position: absolute;
		top: 0;
		left: 0;
		cursor: default;
		background-color: #e1e1e1;
		padding-left: 5px;
		font-weight:600;
		font-size: 1.05em;
	}
	
