.program-paper-title {
 	font-size: 14px;
 	font-style: italic;
 	font-weight: 700;
 	line-height: 20px;
 	margin-top: 12px;
 	margin-bottom: 2px;
 	color: #333;
 }
 
 .program-paper-authors {
 	margin-top: 0px;
 	font-size: 12px;
 	font-weight: 400;
 	line-height: 15px;
 	color: #333;
 }
 
 .program-table {
	 width: 100%;
	 margin-left: 0px;
 }

 .program-day {
	white-space: normal;
	text-align: center;
	background-color: #ffb5b5;
	font-size: 16px;
	color: #333;
}

.program-session {
	white-space: normal;
	text-align: center;
	background-color: #ffffb1;
	font-size: 14px;
	
}

