/* CSS Document */
.h2_hanger{
	background-image: url("../company/img/h2_bg.png");
	background-position: right top;
}

table{
	width: 100%;
	margin: 20px 0;
	padding: 0;
	border-top: 1px solid #dedede;
}

table tr{ border-bottom: 1px solid #dedede;}

table th{
	padding: 10px 15px;
	background-color: #f8f8f8;
	font-weight: 500;
}
table td{ padding: 10px 15px}


/**************************************************
 Responsive
**************************************************/

@media screen and (max-width: 690px){
	
	.h2_hanger{	background-position: right -10% top;}
	
	table th,
	table td{
		display: block;
		text-align: left;
	}
	
}