body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.35;
	margin: 0;
	background-color: #FFF;
}
* {
	box-sizing: border-box;
}

.tiny-text {
	text-align: center;
	font-size: 80%;
	color: lightgray;
	line-height: 1;
	margin: 1.33em auto;
}

#am24banner {
	border-radius: 1.25em;
	width: 98%;
	max-width: 1200px;
	margin: 0 auto 1.5em;
	display: block;
}

div.sesh-bar {
	border-radius: 1.25em;
	width: 98%;
	max-width: 1200px;
	margin: 0 auto 1.5em;
	box-sizing: border-box;
	padding: 0 0.25em;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
	text-align: center;
	vertical-align: middle;
	border: 4px solid #19305c;
	background-color: #DBDFE4;
}
p.sesh-type {
	font-size: 170%;
	line-height: 1.35;
	font-weight: 400;
	color: #19305c;
	margin: 0.8em auto 0.25em auto;
	padding: 0;
}
p.sesh-name {
	font-size: 200%;
	line-height: 1.35;
	font-weight: 600;
	color: #19305c;
	margin: 0.25em auto 0.75em auto;
	padding: 0;
}
.back-buttons {
	box-sizing: border-box;
	display: table;
	background-color: #fff;
	padding: 0.1em 1em 0.1em 0.2em;
	border-radius: 2em;
	text-align: center;
	margin: 1em auto 1.5em auto;
}
.back-buttons a {
	text-decoration: none;
	color: #19305c;
	font-style: italic;
	font-size: 90%;
}
.back-buttons a:hover {
	text-decoration: underline;
}

img.nav-arrow {
	height: 3em;
	width: auto;
	vertical-align: middle;
	padding: 0;
	border: 0;
	margin: 0 0.1em 0 0;
}

div.content-cell {
	border-radius: 1.25em;
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	border: 4px solid #19305c;
	box-sizing: border-box;
	padding: 0.75em 1.5em 1.5em 1.5em;
}

.session-title {
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0;
	color: #000;
}
.session-type-label {
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0;
	color: #000;
}
.session-track {
	font-size: 16px;
	margin: 8px 0;
	color: #000;
}
.session-day {
	font-size: 14px;
	font-weight: 700;
	margin: 8px 0;
	color: #000;
}

.meta-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
	line-height: 1.35;
}
.meta-row .meta-room {
	flex: 0 0 25%;
	max-width: 25%;
	padding-right: 15px;
}
.meta-row .meta-time {
	flex: 0 0 17%;
	max-width: 17%;
	padding-right: 15px;
}
.meta-row .meta-moderators {
	flex: 0 0 58%;
	max-width: 58%;
}
.meta-row2 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
	line-height: 1.35;
}
.meta-row2 .meta-session-number {
	flex: 0 0 42%;
	max-width: 42%;
	padding-right: 15px;
}
.meta-row2 .meta-cme {
	flex: 0 0 58%;
	max-width: 58%;
	font-style: italic;
}

div.content-cell hr {
	color: #19305c;
	background-color: #19305c;
	height: 4px;
	border: 0;
	margin: 1rem 0;
}

.session-overview {
	margin: 0.75em 0;
	font-size: 12pt;
	line-height: 1.35;
	color: #000;
}

table.presentations-table {
	border-collapse: collapse;
	width: 100%;
}
table.presentations-table td {
	border: 0;
	color: #000;
	padding: 0.15em 0.5em;
	vertical-align: top;
	font-size: 12pt;
	line-height: 1.35;
}
table.presentations-table td.time-col {
	width: 70px;
	text-align: center;
	white-space: nowrap;
}
table.presentations-table td.figure-col {
	width: 200px;
	max-width: 23%;
	padding: 0.15em 0.5em;
}
table.presentations-table td.figure-col img.pres-figure {
	max-height: 300px;
	max-width: 200px;
	width: auto;
	height: auto;
	float: right;
	border: 0;
}
table.presentations-table td.detail-col {
	padding-bottom: 1em;
}
.pres-number {
	font-weight: bold;
}
.pres-title {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
a.pres-title:hover {
	color: #19305c;
}
.pres-authors {
	margin-top: 0.2em;
}
.pres-impact {
	margin-top: 0.5em;
}
.pres-awards {
	margin-top: 0.3em;
}
.pres-awards .badge {
	font-size: 85%;
}
.pres-speaker {
	margin-top: 0.2em;
}
.break-row td {
	padding: 0.5em;
	font-weight: 600;
	font-style: italic;
	color: #19305c;
	border-top: 2px solid #DBDFE4;
	border-bottom: 2px solid #DBDFE4;
}

#footbar24 {
	border-radius: 1.25em;
	width: 98%;
	max-width: 1200px;
	margin: 2em auto 1em;
	padding: 1.25em 2em 1em;
	color: #fff;
	border: 0;
	background-color: #19305C;
	vertical-align: middle;
	box-sizing: border-box;
	font-size: 11pt;
	line-height: 1.3;
}
#footbar24 p.foot-text {
	width: 90%;
	max-width: 675px;
	margin: 1.75em auto 1em;
	text-align: left;
}
#footbar24 .back-buttons {
	background-color: #eee;
	text-align: center;
	padding: 0.3em 1em 0.3em 0.4em;
	margin: 0 auto;
}

@media screen and (max-width:800px) {
	body {
		font-size: 10pt;
	}
	#am24banner, div.sesh-bar, div.content-cell {
		border-radius: 1em;
	}
}

@media screen and (max-width:650px) {
	#am24banner, div.sesh-bar, div.content-cell {
		border-radius: 0.6em;
	}
	.meta-row, .meta-row2 {
		flex-direction: column;
	}
	.meta-row .meta-room,
	.meta-row .meta-time,
	.meta-row .meta-moderators,
	.meta-row2 .meta-session-number,
	.meta-row2 .meta-cme {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0.25em 0;
	}
	img.nav-arrow {
		height: 2em;
	}
	#footbar24 {
		font-size: 10pt;
	}
}

@media screen and (max-width:500px) {
	body {
		font-size: 9pt;
	}
	table.presentations-table td {
		font-size: 9pt;
	}
	.session-title, .session-type-label {
		font-size: 14px;
	}
	.meta-row, .meta-row2, .session-track, .session-day {
		font-size: 12px;
	}
	img.nav-arrow {
		height: 2.5em;
		margin: 0 0.1em 0 0.7em;
	}
	#footbar24 {
		font-size: 10pt;
	}
}
