/**
 * Grocerus store style.
 *
 * Created by: Jeff Verkoeyen
 *
 */

h1 {
  border-bottom: 1px solid #aaa;
}

#store {
  float: right;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #DDD;
  text-align: center;
}

#store .name {
  font-size: 16pt;
}

#store .address {
  font-size: 12pt;
}

.store .productimg {
  padding: 10px;
}

.prices {
  padding: 10px;
}

/**
 * Each row of sales is of the form:
 * <item>
 * <price>Price ^time left^ (ratio)</price>
 *    <product>Product name (weight)</product>
 * </item>
 */
.item {
  padding-bottom: 10px;
}

.price {
  margin-left: 15px;
}

