/* Schedule page */
#testo li {
	padding: 0 0 0 0;
	margin: 0 0 0 40px;
	list-style-type:none;
}
div.schedule{
	margin-left: 50px;
	display: inline;
}
div.schedule h5{
	padding-top: 5px;
	margin-left: 0px;
	color: #0086B3;
	font-weight:bold;
}
div.schedule h3 span{
	font-size: 80%;
}
div.schedule ul, div.schedule li{
	margin: 0;
	padding: 0;
	list-style: none;
}
div.schedule ul{
	margin-bottom: 20px;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
}
div.schedule li{
	padding: 5px 30px 5px 0;
}
div.schedule .dtstart, div.schedule .dtend{
	font-weight: bold;
}
div.times{
	margin-right: 0;
	width: 100px;
	float: left;

}


div.schedule .summary, div.schedule .location, div.schedule .description {
	display: block;
	clear: right;
	margin-left: 105px;
}
div.schedule .summary {
	color: #0086B3;
	font-weight: bold;
}