/* -------------------------------------------------------------------------
 * Event Espresso eea-people-addon Stylesheet
 * (c) 2014 Event Espresso
 * -------------------------------------------------------------------------*/

/*
General Styles
---------------------------------------------------------------------------------------------------- */
.eea-people-addon-people-list-ul li {
	clear: both;
	margin: 0 0 1em;
}

.eea-people-addon-feature-image {
	float: left;
	margin: 0 1em 1em 0;
}

/* Media Query for screens smaller then 768px (iPad portrait)
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 600px) and (min-width: 481px) {
}

@media only screen and (max-width: 540px) and (min-width: 480px) {
}

@media only screen and (max-width: 480px) {
}

