/* Schedule
	@file        global.css
   requires:    /common/framework/css/framework.en.css
                /common/framework/css/gui.en.css
   ========================================================================== */
.p-row {
	width: 94%;
}
.inner table {
	border-collapse: collapse;
}
.footer .inner {
	padding: 20px 15px 55px 15px;
}
.date {
	width: 140px;
	padding-right: 40px;
}
.time {
	width: 100px;
	padding-right: 50px;
}
.inner td {
	color: #ee3032;
	vertical-align: top;
	white-space: nowrap;
}
.inner td~td {
	color: #222;
}
.spacer {
	height: 20px;
}
.nobreak {
	white-space: nowrap;
}
.courses {
	margin-top: 30px;
}
.courses p {
	margin: 5px 0 !important;
}
h1+.p-row h2.talk-title {
	margin: 30px 0 0 0 !important;
	font-size: 26px !important;
	color: #ee3032;
}
.p-row div.note {
	font-size: 14px !important;
	margin-bottom: 15px;
	color: #797979;
}
.submissions small+.p-row .half h2.smaller {
	margin-top: 30px !important;
}
.big-text {
	margin-bottom: 5px !important;
}
.no-bottom-margin {
	margin-bottom: 10px;
}
h2.smaller {
	font-size: 20px !important;
	margin: 5px 0 !important;
	line-height: 1.2;
}
h1+.p-row h2.smaller {
	margin-top: 30px !important;
}
.speaker-col-left {
	padding: 15px 10px 15px 0;
	font-weight: 600;
}
.speaker-col-right {
	padding: 15px 0;
}
.speaker-title {
	color: #5fab9c;
	font-weight: 600;
	margin-bottom: 5px;
}
.speaker-name {
	margin-bottom: 5px;
}
.speaker-affiliation {
	margin-bottom: 5px;
}
.speaker-abstract {
	color: #797979;
	margin-bottom: 5px;
}
.p-row tr {
	border-top: 1px solid #c0c0c0;
}
/* styles for medium screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {}
/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {}
/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {}
/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {}
/* printer styles
   ========================================================================== */

@media print {
	#event-header {
		position: static !important;
	}
}