@charset "utf-8";
/* CSS Document */

.page_title {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color:#7D121F;
	margin-top: 10px;
	margin-bottom:10px;
	margin-left: 22px;
}

.breakout_row {
padding-bottom:15px;
}
.title {
	display:block;
	font-size:15px;
	font-weight: bold;
	margin-bottom:10px;
	margin-left: 22px;
	color:#7D121F;
}

.timeslot {
	display: block;
	color: #665D55;
	margin-bottom: 7px;
	margin-left: 22px;
	font-size:12px;
	font-weight: bold;
}

.downloadBtn {
	float: right;
}

.speaker {
	color: #665D55;
	margin-left: 22px;
}

.speaker_name {
	font-weight:bold;
}

.cospkr_name {
	font-weight: bold;
}

.speaker_title  {
	font-style:normal;
}

.cospkr_title {
	font-style:normal;
}

.speaker_name > cospeaker_name {font-size:25px;}

.job_title {
	font-style: italic;
}

.company {
	font-weight: bold;
}

.abstract {
	margin-top: 10px;
	margin-bottom:15px;
	padding:2px 15px 15px 22px;
	color:#665D55;
	line-height:1.25em;
	margin:0px;
}

.speaker_bio {
	padding:2px 15px 15px 22px;
	color:#665D55;
	line-height:1.25em;
	margin:0px;
}

.bio_text {
	display: block;
	margin-bottom:15px;
	margin-left: 0;
}

.bio_text p {
	margin-left: 0;
	padding-left: 0;
}


.about {
	font-weight:bold;
	display:block;
}

.breakout_title {
	margin-top:0px;
}


.session a:link {
	color: #B9171C;
	text-decoration:none;
	font-weight:bold;
}

.session a:visited {
	color: #B9171C;
	text-decoration:none;
	font-weight:bold;
}

.session a:hover {
	color: #B9171C;
	text-decoration:underline;
	font-weight:bold;
}

.session a:active {
	color: #B9171C;
	text-decoration:none;
	font-weight:bold;
}

.light {
	display:block;
	background-color:#e8e8e8;
	padding:5px;
	margin-top:2px;
	margin-bottom:2px;
}

.dark {
	display:block;
	background-color:#bcbcbc;
	padding:5px;
	margin-top:2px;
	margin-bottom:2px;
}