.shopcolumn
{
	float:left;
}
.shoprow {
	padding-left:2em;
}

.vcenter {
	padding-top:7px;
}

.header {
  position: sticky;
  top: 0;
  background-color: white;
  padding-bottom: 2px;
}

.shopradio {
	padding-left:1em;
}
.shoptime
{
	padding-left:2em;	
	font-style: italic;
}
div.shoprow:after {
	content: "";
	display: table;
	clear: both;
  	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0.5em;
}
.shopitem
{
	float:left;
	width: 40%;
}
div.shopwide
{
	float:left;
	width:55%;
}
p.shopwide
{
	width:50%;
}
.shopquantity
{
	float: left;
	width: 15%;
}
.shopnarrow
{
	float: left;
	width: 10%;
}
.shopvalue
{
	float: left;
	width: 10%;
	text-align:right;
}
.shopfull
{
	float: left;
	width: 70%;
}
.shopcard
{
	float:left;
	width: 40%;
}
.shopcontact
{
	float:left;
	width: 30%;
	
}
.shopsurvey
{
	float:left;
	width: 25%;
	
}
.shopindex
{
	float:left;
	width: 7%;
}
.shoptotal
{
	font-weight:bold;	
	text-align:right;
}