.products-old-floor,
.products-new-floor {
	display: block;
	margin:0 auto;
  margin-bottom: 2em;
	width: 65%;
	border-collapse: collapse;
	border-radius: 8px;
}

.products-old-floor tr,
.products-new-floor tr {
    border-bottom: 1px solid #E5E5E5;
}

.products-old-floor td, .products-new-floor td {
    font-size: 1.33em;
  padding-bottom: 10px;
}

.product-desc {
	text-align: center;
	width: 50%;
} 

#column p {
	margin: 0px !important;
}

.product-img {
	width: 30%;
	text-align: center;
}

.product-img img {
	max-height: 150px;
	max-width: 150px;
}

.product {
	text-align: center;
	width: 20%;
}

@media screen and (min-width:280px) and (max-width:768px) 
{

	.product {
		text-align: center;
		width: 100%;
		margin-top:35px;
		border-collapse: collapse !important;
	}

	.product-img {
		width: 100%;
		text-align: center;
	}

	.product-img img {
		max-width: 100px;
	}

	.product-desc {
		width: 100%;
	}
}