.product-name{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	
}


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

}
.feature-wrap {
	padding-bottom: 20px;
	
	
	
}

.feature-wrap h4{
	text-align: left;
	font-size: 25px;
	margin-bottom: 10px;
	
}
.features li {
	list-style-type: circle;
	padding-bottom: 5px;
	padding-top: 5px;
	
}
.background-image img {
	width: 100%;
	
	
}
.text-block h3 {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

.text-block p {
	font-size: 15px;
	text-align: center;
	padding-bottom: 10px;
	
}

div.onecolumn {
    background-image: -webkit-linear-gradient(#fff 90%, #f6f7f9);
    background-image: linear-gradient(#fff 90%, #f6f7f9);
	padding: 60px;
}	

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

