div.sponsors-all {
	position:sticky;
	position: -webkit-sticky;
	top:50px;
	background-color: rgba(255,255,255,0.95);
}
h1#Wednesday {
	z-index: 10;
}
h1#Thursday {
	z-index: 11;
}
h1#Friday {
	z-index: 12;
}
.schedule h1 {
    text-align: right;
    margin-top: 1em;

	position:sticky;
	position: -webkit-sticky;
	top:195px;
	background-color: white;
}
.schedule h1 a {
	color: #eeeeee;
	padding-right: 1em;
}
.schedule h1 a:hover {
	color: #9c9cad;
	text-decoration: underline;
}
.schedule .timestamp {
    text-align: right;
}

.sched-day {
	display: grid;
	grid-template-rows: auto;
	grid-gap: 4px;
	grid-template-columns: 60px auto auto auto;
	font-size: 10pt;
}
.sched-day > div {
	padding:0.5em;
	border-radius: 4px;
}

div.no-tracks {
	grid-column-start: 2;
	grid-column-end: 5;
}

div.track-session {
	background-color: rgba(130, 187, 254, 0.5);
	color: black;
	margin-top:5px;
	margin-bottom: 5px;
}
.schedule a {
	text-decoration:none;
	color:inherit;
}

p.schedule-title {
	/*font-weight: bold;*/
	font-size: 14pt;
}
p.schedule-speaker {
	font-style: italic;
	font-size: 10pt;
	padding-bottom: 0;
}

div.session-type-keynote {
	background-color: rgba(255, 170, 67, 0.79);
	color: black;
}
div.session-type-music {
	background-color: rgba(255, 170, 67, 0.5);
	color: black;
}
div.session-type-lightning-talks {
	background-color: rgba(249, 228, 94, 0.84);
	color: black;
}
div.session-type-break {
	background-color: #f0f0f0;
}
div.session-type-lightning-talks p {
    font-weight: bold;
	padding-bottom: 0;
}
div.session-type-break p {
	font-size: 10pt;
	padding-bottom: 0;
}
div.session-type-intro {
    background-color: #3158b0;
    color: rgb(249, 228, 94);
}
div.session-type-intro p {
	font-family: 'Consolas', 'Monaco', 'Bitstream Vera Sans Mono', monospace;
	padding-bottom: 0;
}
div.keynote {
    display:flex;
    justify-content: space-between;
}
.keynote img {
	width: 120px;
	height: 120px;
	object-fit: cover;
    margin-left: 1em;
	border-radius: 50%;
}

.session-type-keynote p.schedule-title {
    font-weight: bold;
}

.sched-cell {
	padding: 0.5em;
	border-radius: 4px;
	border-bottom: solid 1px rgba(80,80,80,0);
	border-right: solid 1px rgba(80,80,80,0);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

div.info {
	margin-top: 2em;
	text-align: center;
	color: #777777;
}