/* SCHEDULE */

#schedule {
	position:relative;
	width:100%;
	max-width:900px;
	margin:0 auto 45px auto;
	text-align:left;
	color:#ccc;
}
#schedule .session_title {
	font-weight:normal;
	border-bottom:1px solid #999;
}
#schedule .session_number {
	color:#fff;
	font-size:14pt;
	position:relative;
	top:12px;
	background-color:#000;
	line-height:0;
	padding:5px 15px;
	border:1px solid rgba(255,255,255,0.5);
	border-bottom:none;
}
#schedule .session_name {
	font-family: "MonteCarlo", cursive;
	color:#b09350;
	font-size:32pt;
	font-weight:500;
	position:relative;
	left:20px;top:12px;
}
#schedule .session_date {
	position:relative;
	right:0;
	text-align:right;
	margin-bottom:10px;
	top:-25px;
	height:0;
}
#schedule .doors_open {
	position:relative;
	right:0;
	text-align:right;
	margin-bottom:10px;
	top:-5px;
	height:0;
}

#schedule .schedule_row {
	padding-left:25px;
}
#schedule .sesson_header_cell {
	position:relative;
}
#schedule .space_below {
	height:40px;
}

#schedule td {
	padding:5px;
}
#schedule td.indent {
	width:60px;
}


/* NEWS */

#news {
	min-height:600px;
	padding: 0 15px;
}
#news table {
	width:100%;
	margin-bottom:30px;
}
#news table:last-child {margin-bottom:60px;}
#news td {
	padding:0 0 45px 0;
	position:relative;
	text-align:left;
	line-height:1.5rem;
}
#news .photoContainer {
	width:200px; height:200px;
	overflow:hidden;
	border:1px solid #666;
	position:absolute;
	left:0; top:0;
}
#news .photoContainer img {
	width:100%; height:100%;
	object-fit:cover;
}
#news .news-header {
	padding-left:240px;
}
#news .subject {
	font-family:"Raleway",sans-serif;
	font-size:18pt;
	border-bottom:1px solid rgba(255,255,255,0.33);
	padding-bottom:5px;
	color:#b09350;
}
#news .author, #news .date, #news .time {
	display:inline-block;
	font-size:12pt;
	font-style:italic;
	color:#999;
	margin-bottom:30px;
}
#news .author {margin-right:30px;}
#news .date {margin-right:10px;}
#news .tdText {
	position:relative;
	padding-left:240px;
}