.prodInfo.center
{
 text-align: center;
}
.prodInfo label:not([class])
{
 display: inline-block;
 min-width: 5em;
}
.prodInfo input[type="text"]:not([class])
{
 width: 100%;
 max-width: 28em;
}
.prodInfo img
{
 margin: 0.5em;
 width: 90%;
 height: auto;
}
span.hr.small
{
 max-width: 20em;
}