.anguComplete {
	width: 95%;
	margin-left: 3px;
	position: absolute;
	float: right;
}

.form-control {
    border: 1px solid #ccc;
    background-color: #ffffff;
    border-radius: 4px;
}

.angucomplete-dropdown {
	overflow-y: auto;
	max-height: 200px;
}
