/**
 * @author: Procurios
 * @about:  mmt-mdp-location.css
 *          Additional layout settings for the "location"-page of the meeting detail page
 */

/**
 * Layout of locations
 */

.mmt-mdp-section-location {
	padding-bottom: 1.6em;
	margin-bottom: 1.6em;
	border-bottom: 1px solid #ccc;
}

.mmt-mdp-section-last {
	padding: 0;
	margin: 0;
	border: 0;
}

.mmt-mdp-location-images {
	margin-bottom: 1em;
}

.mmt-mdp-location-images ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mmt-mdp-location-images li {
	float: left;
	margin-right: 5px;
}

.mmt-mdp-location-map {
	width: 100%;
	height: 300px;
}

.mmt-mdp-location-address {
	margin-bottom: 1.5em;
}