#ingredients-local {
    border: 1px solid #ccc;
    cursor: text;
    font-size: 14px;
    min-height: 32px;
    margin: 10px 0 40px 0;
    padding: 0px;
    background-color: #fff;
    list-style-type: none;
    width: 100%;
    display: none;
}

#recipeSearch ul, .results ul {
	padding: 0 !important;
}

#recipeSearch li {
	list-style-type: none;	
}

.results .typography-style .content-typography {
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}

