


.moduletable.logo {
	width: 100%;
	height: 250px;
	padding: 0px;
	margin: 0px;
	display: table;
}

.moduletable.logo .custom.logo {
	background-color: transparent;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	;
}

.moduletable.logo .custom.logo p {
	text-align: left;
	padding: 0px;
	color: #000000;
	font-size: 100%;
	font-weight: normal;
	line-height: normal;
}

.moduletable.logo .custom.logo a {
	color: #000000;
	font-size: 100%;
	font-weight: normal;
	line-height: normal;
}

.moduletable.logo .custom.logo p:last-child {
	margin-bottom: 0px;
}

