.products-right h1{
	margin-bottom: 10px;
	text-align: center;
}

.products-inner-left{
	float: left;
	width: 40%;
}

.products-inner-right{
	width: 60%;
	float: left;
}

.spec{
	margin-left: 20px;
}

.spec table{
	margin-bottom: 20px;
}

.spec td{
	padding: 10px 30px;
}


@media screen and ( max-width:767px )
{	.products-inner-left{
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
	.products-inner-right{
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.spec{
		text-align: center;
		margin-left: 0px;
	}
	
	.spec table{
		width: 90%;
		margin: auto;
	}
	}