@charset "utf-8";

.companytable{
	background-color:#dedede;
	width:100%;
	margin:0 0 30px 0;
}

.companytable tr th{
	background-color:#004488;
	color:#ffffff;
	font-weight:normal;
	text-align:left;
	padding:5px 0 5px 20px;
	width:25%;
}

.companytable tr td{
	background-color:#ffffff;
	text-align:left;
	padding:5px 0 5px 20px;
	width:75%;
}

.map{
	border:1px solid #dedede;
}