/**/
/* Do not unclude this styles to production project */
/**/
.body {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 60px 0;
	color: #262626;
}
h1 {
	margin-bottom: 60px;
	font-weight: 300;
	text-align: center;
}
table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
td {
	width: 50%;
	padding: 20px 20px 0;
	font-size: 18px;
	line-height: 30px;
}
img {
	transition: transform 0.5s;
	-o-transition: -o-transform 0.5s;
	-ms-transition: -ms-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
}
img:hover {
	transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.padd {
	padding-bottom: 40px;
}