ul li p{
	margin-bottom: 0;
}
div.como-llegar-lineas{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 0.3rem;
}

div.como-llegar-lineas span{
	border-radius: 3px;
	line-height: 1.5rem;
	margin: 3px;
	min-width: 41px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.9rem;
	padding: 0 4px;
	width: 117px;
	display: inline-block;
	white-space: nowrap;	
}

span.transporte-lineas,
.popover-header span{
	border-radius: 5px;
	line-height: 1.6rem;
	min-width: 41px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	padding: 2px 7px;
	vertical-align: text-bottom;
}

th span.transporte-lineas{
	display: block;
	white-space: nowrap;
}

.popover-header span{
	line-height: initial;
	padding: 0;
	margin-left: 5px;
	vertical-align: text-bottom;
}

h2 span.transporte-lineas{
	vertical-align: inherit;
}

