
.ace_btn {
	border-radius: 0.25rem;
	border: 0;
	box-shadow: none;
	float: right;
	background: #ea7b33;
	color: #fff;
	cursor: pointer;
	font-size: 14px !important;
	line-height: 20px;
	padding: 10px !important;
	text-align: center;
	width: 130px;
}
.ace_dd {
	display: none;
	border: 1px solid #aaa;
	position: absolute;
	background: white;
	z-index: 1000;
}
a.ace_opt {
	padding: 5px 10px;
	display: block;
	font-size: 13px !important;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
}
a.ace_opt:hover {
	background-color: #f0f0f0;
	color: #0654ba;
	text-decoration: none;
}
