.speaker-container h6 {
display:none;
}
/* hide speakers search - cent hm */
.ea-data-Presenters > div:not(.speaker-container) {
display: none;
}
/* hide exhibitors search - cent hm */
.ea-data-Exhibitors > div:nth-child(1) {
display: none;
}
/*hide authors info - cent hm */
.authors-margin {
display:none;
}
/* hide authors icon - cent hm */
.fa-bullhorn {
display: none;
}

#GenericModalContent > div.row > div.col-sm-9 > h5 {
	display:none;
}
#GenericModalContent > div.row > div.col-sm-9 > h6 {
	display:none;
}

/*align times right - cent hm*/
td:nth-child(1) {
text-align: right;
}

.container-fluid > .row, .container-fluid > div > .row {

 padding-top: 0px; padding-bottom: 0px; }

 .max-width { width:100%; } 
 
 .is-boxes-header { min-height: 0px !important; } 
 
 .dropdown .dropdown-menu{ display: none; margin-top: 0px; }
