body {
	font-family: 'Raleway', sans-serif !important;
	font-size: 0.85em !important;
}

a {
     border-bottom-width: 0px;
}

table tr td {
  position: relative;
  vertical-align: top !important;
}
.Button {
	background-color:#4c83e0;
	border-radius:4px;
	display:inline-block; 
	cursor:pointer;
	color:#ffffff !important;
	font-family:Verdana;
	font-size:0.7em;
	padding:4px 4px;
	text-decoration:none;
	position:absolute;
    bottom:0;
	right:0;
}
.Button:hover {
	background-color:#476e9e;
}

.Exhibitor-Tile {
	width: 125px;
	height: 200px;
	margin: auto;
	padding: 8px;
	background-color: #E2E2E2;
	max-width: 125px !important;
	
}

.LogoEx {
	border-bottom-width: 0px;
	max-height: 30%;
	max-width: 90%;
	padding: 4px !important;
	display: block;
    margin-left: auto;
    margin-right: auto;
	vertical-align: top !important;
}
.Logo {
	border-bottom-width: 0px;
	max-height: 40%;
	max-width: 50%;
	padding: 4px !important;
	display: block;
    margin-left: auto;
    margin-right: auto;
	vertical-align: top !important;
}
.grid-container {
	display: grid;
	grid-auto-columns: minmax(50%,70%);
	grid-auto-rows: 225px !important;
	justify-content: space-evenly;
	grid-template-columns: 1fr; /*Make the grid smaller than the container*/
	grid-template-rows: 1fr;
	grid-gap: 10px;
	background-color: #7BA4C1;
	padding: 0px;
}
.grid-container > div {
	background-color: #E2E2E2;
	text-align: left;
	padding: 10px 5px;
	font-size: 12px;
	position: relative;
	line-height: 1.5;
	font-style: italic;
}
.grid-container-ex {
	display: grid;
	grid-auto-columns:minmax(50%,90%);
	grid-auto-rows: 1fr !important;
	justify-content: space-evenly;
	grid-template-columns: 1fr 1fr; /*Make the grid smaller than the container*/
	grid-template-rows: 1fr !important;
	grid-gap: 10px;
	background-color: #7BA4C1;
	padding: 5px;
}
.grid-container-ex > div {
	background-color: #E2E2E2;
	text-align: left;
	padding: 5px;
	font-size: 11px;
	position: relative;
	line-height: normal;
	font-style: italic;
}
.grid-container-portal {
	display: grid;
	grid-auto-columns:minmax(50%,70%);
	grid-auto-rows: 225px !important;
	justify-content: space-evenly;
	grid-template-columns: 1fr 1fr 1fr; /*Make the grid smaller than the container*/
	grid-template-rows: 1fr;
	grid-gap: 10px;
	background-color: #2196F3;
	padding: 10px;
}
.grid-container-portal > div {
	background-color: rgba(255, 255, 255, 0.8);
	text-align: left;
	padding: 10px 0;
	font-size: 13px;
	position: relative;
}

        
