h1 {
	max-width: 920px !important;
	margin-top: 20px;
	font-size: 36px;
	font-weight: bold;
	color: #f36a58;
	text-align: right;
}
#body {
	padding-top: 120px;
	background-image: url('/image/whyus_bg.jpg');
	background-position: center -120px;
	background-repeat: no-repeat;
}
#body > div {
	margin: 350px auto 40px;
}
#body > div > table {
	width: 100%;
}
#body > div > table > thead > tr > td {
	font-weight: bold;
	color: #57c4c7;
	width: 20%;
}
#body > div > table > * > tr > * {
	height: 60px;
	padding: 0 20px;
	vertical-align: middle;
}
#body > div > table > thead > tr > td {
	font-weight: bold;
	color: #57c4c7;
	padding-bottom: 10px;
	vertical-align: bottom;
}
#body > div > table > tbody > tr > * {
	background: #e9e9e9;
}
#body > div > table > tbody > tr:nth-child(even) > * {
	background: #f6f6f6;
}
#body > div > table > * > tr > td {
	text-align: center;
}
#body > div > table > thead > tr > td:nth-child(2) {
	height: 70px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: #57c4c7;
	padding: 0;
	vertical-align: middle;
}
#body > div > table > tbody > tr > td:nth-child(2) {
	color: #fff;
	font-weight: bold;
	background: #79d3d4;
}
#body > div > table > tbody > tr:nth-child(even) > td:nth-child(2) {
	background: #44b5b9;
}
#body > div > table > tbody > tr > td > i {
	display: block;
	width: 35px;
	height: 35px;
	margin: auto;
	background-position: center;
	background-repeat: no-repeat;
}
#body > div > table > tbody > tr > td > .yes {
	background-image: url('/image/whyus_tick02.png');
}
#body > div > table > tbody > tr > td:nth-child(2) > .yes {
	background-image: url('/image/whyus_tick.png');
}
#body > div > table > tbody > tr > td > .no {
	background-image: url('/image/whyus_no.png');
}
#body > div > table > tfoot > tr > * {
	height: 10px;
	padding: 0;
}
#body > div > table > tfoot > tr > td:nth-child(2) {
	background: #57c4c7;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#body {
		padding-top: 150px;
		background-position: center -30px;
		background-size: 800px;
	}
	#body > div {
		margin: 140px auto 40px;
	}
	#body > div > table > * > tr > * {
		padding: 0 10px;
	}
}
