/*hide space between the sponsors - cent hm */
.sponsor {
	border-top: 0!important;
}


/*hide the heading letter in sponsors - cent hm */
div[id^="ext-sponsors"] div[id^="ext-component"] {
display: none;
}

/*hide booth number for exhibitors - cent hm */
.boothNumber {
    background-color: rgba(0, 0, 0, 0)!important;
    color: rgba(0, 0, 0, 0)!important;
}


/* fix for merge docs to display correctly on the attende app - cent hm */
table {

width: 100%;

}

/*hide rank heading for exhibitor */
.rankHeading {
    display: none;
}