/* Custom CSS
------------------------------------------------------------ */
table.conferencesession {
	width: 100%;
}

table.conferencesession td {
	padding: 5px 10px;
}

table.conferencesession tr {
	border-bottom: 1px solid #666666;
	vertical-align: top;
}

th.sessiontime {
	width: 180px;
	text-align: center;
}
th.sessionlist {
	width: 300px;
	text-align: center;
}
td.acrosstheboard {
	text-align: center;
}
.page-id-50 hr {
	margin-bottom: 2em;
}

/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1140px) {

}

@media only screen and (min-width: 840px) and (max-width: 1140px) {

}

@media only screen and (min-width: 480px) and (max-width: 1140px) {

}

@media only screen and (max-width: 839px) {

}

@media only screen and (min-width: 480px) and (max-width: 839px) {

}

@media only screen and (max-width: 479px) {

}