@charset "UTF-8";
/* CSS Document */
th,td{
	border:none;
	border-bottom:1px dotted #8F8FFC;
	vertical-align:top;
	padding:1em 0;
}
.sessionType{
	width:25%;
	color:darkslateblue;
	font-weight:bold;
}
.xTitle{
	font-size:14px;
}
.speakerName{
	font-size:14px;
}
.movLink{
	text-align:center;
	font-size:1.75em;
	width:2em;
}
.chN{
	/*display:inline-block;*/
	padding:0.33em 0.66em;
	width:90%;
	background-color:darkslateblue;
	color:white;
	border-radius:2px;
	margin-bttom:1em;
}
.roomTime{
	/*display:inline-block;
	padding:0.25em;
	background-color:darkslateblue;
	color:white;
	border-radius:2px;
	margin-bttom:1em;*/
	font-weight:bold;
}
.moveArchive{
	text-align:center;padding:1em;border:1px dotted #999;border-radius:4px;background-color:#1042C1;color:white;
}
.moveArchive a{
	color:white;
	text-decoration:none;
}
.sponsored{
	text-align:right;
}
.spacer{
	height:1em;
}