@charset "utf-8";

#our_company table {
	margin-top: 8px;
	margin-left:10px;
	margin-right: 2px;
	margin-bottom: 8px;
	font-size:20px;
	border-left: 0px none;
	border-right: 0px none;
}
#our_company th {
	/*background-color: #ff0000;*/
	border-top: solid 1px #68666C;
	border-bottom: solid 1px #68666C;
	border-left: 0px none;
	border-right: 0px none;
	width:110px;
	padding: 8px;
	text-align: justify;
	font-weight: normal;
}
#our_company td {
	border-top: solid 1px #68666C;
	border-bottom: solid 1px #68666C;
	border-left: 0px none;
	border-right: 0px none;
	padding:8px;
	padding-left:40px;
	padding-right: 40px;
}


@media screen and (max-width:767px) {
	#our_company table {
		margin-top: 4px;
		margin-left:10px;
		font-size:16px;
	}
	#our_company th {
		/*background-color: #ff0000;*/
		width:85px;
		padding: 2px;
		text-align: justify;
		font-weight: normal;
	}
	#our_company td {
		padding:2px;

	}
}