.form-table th {
	width: 300px; 
	font-weight: normal;
	margin-left: 20px;
}

.engagebay-logo {
	background-image: url('../images/engagebay.png');
}

.hide-btn-tr {
	display:block;
	margin-top: 15px;
}

.hide-btn-tr th {
	display: none;
}

.hide-btn-tr td {
	padding: 0;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	background-color: grey;
	color: #fff;
	width: 300px;
	padding: 10px;
	border-radius: 4px;
	margin-top: -15px;
	font-size: 13px;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.engagebay-tooltip-image {
	height: 15px;
	margin-top: -4px;
	margin-left: 4px;
}