/**
 * Printable schedule for IAMA conference
 */

* {
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
}

.no-print {
	display: none;
}

abbr {
	border: 0;
}

li {
	list-style: none;
	margin: 10px 0 !important;
}

h1 {
	font-size: 1em;
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #000;
}

.date {
	border-bottom: 1px solid #000;
	font-size: 1.5em;
	margin:  10px 0 !important;
}

.time {
	float: left;
	width: 150px;
	color: #900;
	font-weight: bold;
}

.venue {
	float: left;
	width: 150px;
	color: #900;
	clear: left;
}

.item span, .item strong, .item em {
	display: block;
}

.participants, .description {
	margin-left: 150px !important;
}
