body {
    min-width: 320px;
    width: 90%;
    margin: 0 auto;
    top: 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: Arial;
    font-size: 14pt;
    color: MediumBlue;
}
td {
    background-color: transparent;
    font-size: 10pt;
}
.item {
    font-size: 18pt;
    font-weight: bold;
    color: red;
    margin-top: 5px;
    padding-top: 10px;
}
.product {
	width: 100%;
    background-color: teal;
    color: MediumBlue;
    display: inline-block;
	float: left;
    font-size: 12pt;
}
.tblItem {
    margin: 10px;
}
.description {
    margin: 0 auto;
    text-align: center;
}