.table_company_title {
	float: left;
	width: 100%;
	height: auto;
	padding: 11px 0px 11px 0px;
	background-color: #f5f6fa;
	border-top: 2px solid #0087b4;
	border-bottom: 1px solid #0087b4;
	
}
.table_company_list {
	float: left;
	width: 100%;
	height: auto;
	padding: 12px 0px 12px 0px;
	border-bottom: 1px dashed #10619a;
	font-size: 16px;
}
.table_company_list:hover {
	background-color: #f5f6fa;
}

.table_company_id {
	float: left;
	width: 6%;
	height: auto;
	text-align: center;
}
.table_company_name {
	float: left;
	width: 50%;
	height: auto;
	word-wrap: break-word;
}
.table_company_country {
	float: left;
	width: 20%;
	height: auto;
	word-wrap: break-word;
}
.table_company_email {
	float: left;
	width: 24%;
	height: auto;
}


.table_detail_left {
	float: left;
	width: 800px;
	height: auto;
}
.table_detail_right {
	float: left;
	width: 325px;
	height: auto;
	padding-left: 15px;
}

.table_detail_title {
	float: left;
	width: 98%;
	height: auto;
	padding: 10px 1%;
	background: #f5f6fa;
	border-top: 2px solid #10619a;
	border-bottom: 2px solid #10619a;
}
.table_detail_list {
	float: left;
	width: 98%;
	height: auto;
	padding: 10px 1%;
	border-bottom: 1px dashed #10619a;
}
.table_detail_item {
	float: left;
	width: 30%;
	height: auto;
	padding: 0px;
}
.table_detail_content {
	float: left;
	width: 70%;
	height: auto;
	padding: 0px;
}
.table_detail_style {
	color: #000000;
}