.blurb {
    border: 5px green;
    float: left;
}
.description {
    margin: 0 auto;
    text-align: center;
}
.itemLarge {
	margin: 20 auto;
	max-height: 350px;
	max-width:250px;
}
.itemName {
    font-size: 16px;
    color: teal;
}
.itemNumber {
      color: teal;
}
.imgText {
    width: 90%;
}
.product {
	width: 100%;
}

.rule {
    margin: auto;
    width: 60%;
    border: 0px;
    padding: 20px;
}
.spacer {
    height: 10px;
}

