#message_layer,
#nav,
#subhead,
#print-button-box {
  display: none;
}

a[href]:after {
  display: none;
}

.schedule {
  width: 100%;
}

.schedule td {
  vertical-align: top;
  padding-bottom: 20px;
  padding-right: 20px;
}

.schedule td.time {
  width: 125px;
}
.schedule td.session_title {
  width: 200px;
}

.schedule td.day {
  font-weight: bold;
  text-transform: uppercase;
  border-top: 2px solid black;
  padding-bottom: 9px;
}

.speaker_info_table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0;
}

.speaker_info_table td {
  border: none;
  padding: 0 10px 1px 0;
}

.speaker_info_table td a {
  text-decoration: none;
  color: black;
}


#footer {
  display: none;
}