.listFormGrid { /* Hela tabellen */
  width: 100% !important;
}

.listFormGridRow td { /* Varje rad */
  vertical-align: top;
  padding: 10px;
  border: 0;
  border-bottom: solid 2px #ddd;
}

.numToOrderTextBox { /* Inmatningsfältet */
  height: 25px;
  width: 25px;
  font-size: 25px;
}

/* VAD VISAR VI I PRISBOXEN? */
.listFormGrid span.regularPrice { display: none; }
.listFormGrid .buyButton input { display: none; }

/* INFO */
.caption { display: block; margin-top: 0; }
.prodNoText { font-weight: bold; display: block; }
.isbnText, .mediaTypeText { font-weight: normal; font-size: 10px; display: block; }

/* B_BULKBUY */
.listFormTable .buyButton { float: right; margin-top: 7px; }

