.prod-wrapper {
    background-color: #fff;
    /* border: 1px solid #ccc; */
    /* float: left; */
    margin-bottom: 24px;
    /* margin-right: 24px; */
    max-width: 300px;
    padding: 24px;
}
.prod-category {
    color: #666;
    font-size: smaller;
    font-weight: normal;
    margin-bottom: 12px;
}
.prod-title {
    color: #000;
    font-size: large;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 16px;
}
.prod-price {
    color: #333;
    font-weight: bold;
    font-size: large;
}
.prod-summary {
    color: #333;
}
.prod-image {
    display:block;
    margin:0 auto;
    max-width: 250px;
    /* width:100%; */
    height:auto;
}
.prod-note {
    color: #333;
    font-size: small;
}

.footer {
    /* used only on products page to keep footer from floating */
    clear: both;
}