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

/**
 * Photo gallery
 */

.mmt-mdp-section-photos {
	margin-bottom: 1.6em;
}

/**
 * Schedule layout
 */

.mmt-meeting-detail-page .mmt-mdp-time-multiple {
	border-bottom-color: #fff;
}

/** Day separators */
.mmt-mdp-schedule-separator td {
	font-size: 1.2em;
}

/** Make schedule time more important */
.mmt-mdp-about .mmt-mdp-schedule-time {
	width: 100px;
	padding-right: 20px;
	font-weight: bold;
}

/** Speakers shouldn't be primary info */
.mmt-mdp-section-schedule td span {
	display: block;
	font-size: .9em;
	color: #999;
}

/** Read more */
.mmt-mdp-section-schedule p {
	text-align: right;
}