body {
       font-size: 14pt;
   }
h1 {
      color: red;
 }
.blurb {
    text-align: left;
}
/*
.imgProduct {
    height: 90%;
    margin: 20px auto;
}
*/
.imgText {
    width: 90%;
    margin: 5px auto;
}
.item {
    font-size: 18pt;
    font-weight: bold;
    color: purple;
    margin-top: 5px;
    padding-top: 10px;
}
/*
original
.product {
    width: 100%;
	background-color: teal;
    color: MediumBlue;
    display: inline-block;
	float: left;

	margin: 5 auto;

 }
 */
.product {
    width: 100%;
		font-size: 12pt;
	max-height: 375px;
}	
 /*  from nordic.css
 .product {
	width: 100%;
    background-color: teal;
    color: MediumBlue;
    display: inline-block;
	float: left;
    font-size: 12pt;
}
*/
.vert-space {
 margin: 1 auto;
height: 5px;
   width: 100%;
	background-color: red;
}
.spacer {
height: 5px;
}

.tblItem {
    margin: 10px;
	max-height: 350px;
	max-width: 250px;
}
