#exhibitor-detail a {
	font-weight: normal;
}

#exhibitor-detail .con {
	padding: 20px;
	background: #e4e4e4;
}

#exhibitor-detail table {
	width:100%;
}

#exhibitor-detail table th, #exhibitor-detail table td {
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}

#exhibitor-detail table th {
	width:90px;
	vertical-align:middle;
	padding:10px;
	background:#247483;
	color: #fff;
	text-align:left;
	font-size: 13px;

}

#exhibitor-detail table td {
	padding:10px;
	vertical-align:middle;
	background: #e4e4e4;
	border-left:1px solid #fff;
}

