#buscadorFarmacias {
	position:absolute;
	top: 93px;
	left: 10px;
	margin: 0;
}

#buscadorFarmacias > .toggle > label { padding-right: 25px; }

#resultadosFarmacias {
	overflow-y: scroll;
}
#resultadosFarmacias .elements .pharmaElem {
	cursor: pointer;
	padding: 5px;
}
#resultadosFarmacias .elements .pharmaElem:hover {
	background-color: rgba(126, 66, 146, 0.1);
	border-radius: 5px;
}

.pharmaElem .list { font-style: italic; }
#resultadosFarmacias .elements .pharmaElem .list { display: none; }

.pharmaElem h5 {
	font-size: 17px;
	margin-bottom: 0;
}
.pharmaElem p {
	font-size: 14px;
	line-height: 17px;
	padding: 0;
	margin-bottom: 0;
}
#resultadosFarmacias .pharmaElem h5 {
	font-size: 14px;
	margin-bottom: 0;
}
#resultadosFarmacias .pharmaElem p {
	font-size: 14px;
	line-height: 15px;
	padding: 0;
	margin-bottom: 0;
}
#resultadosFarmacias .elements hr { margin: 5px; }

.featured-box {	margin-top: 0; }

.featured-box .box-content {
	padding: 0px 5px 5px 5px;
	max-width: 250px;
}

fieldset {
	border: 1px solid rgb(229, 229, 229);
	border-radius: 5px;
	padding: 10px;
}
fieldset legend {
	border: none;
	width: auto;
	margin-bottom: 0;
	padding: 0 10px;
}
#botonNFC {
	width: 100%;
}

