.ace_dd {
	display: none;
	border: 1px solid #aaa;
	position: absolute;
	background: white;
	z-index: 1000;

    width: auto !important;
    min-width: initial !important;
}
a.ace_opt {
	padding: 10px 11px;
	display: block;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
    position: relative;
    width: auto;
    float: left;
}
a.ace_opt:hover {
	background-color: #f0f0f0;
	color: #0654ba;
	text-decoration: none;
}



.ace_opt i {
    float: left;
}

.ace_opt label {
    display: none !important;
}