 /* ================================================== */
/* ePostcode+ styles                                  */
/* ================================================== */

.epcp__results {
	position: absolute;
	color: #858585;
	border :1px solid #cccccc;
	max-height: 245px;
	overflow-y: auto;
	overflow-x: hidden;
	white-space: nowrap;
	background-color: white;
}

.epcp__results__item {
	padding: 10px 20px;
	color: black;
	cursor: pointer;
}

.epcp__results__item--selected { background-color: #015e82; color: white; }
