.ace_dd {
	display: none;
	border: 1px solid #aaa;
	position: absolute;
	background: white;
	z-index: 1000;
}
a.ace_opt {
	    padding: 5px 28px;
	display: block;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	color:#58595b;
	 font-size: 11px;
    font-family: 'Gotham Book';
}
a.ace_opt:hover {
	background-color: #f0f0f0;
	color:#58595b;
	text-decoration: none;
}

@media (max-width: 960px) {
	.ace_dd {

		position: inherit;
	}
}
