table {
  border-collapse: separate;
  border-spacing: 0;
  color: #4a4a4d;
  font: 14px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
th,
td {
  padding: 10px 15px;
  vertical-align: middle;
}
thead {
  background: #395870;
  background: linear-gradient(#49708f, #293f50);
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
th:first-child {
  border-top-left-radius: 5px;
  text-align: left;
}
th:last-child {
  border-top-right-radius: 5px;
}
tbody tr:nth-child(even) {
  background: #f0f0f2;
}
td {
  border-bottom: 1px solid #cecfd5;
  border-right: 1px solid #cecfd5;
}
td:first-child {
  border-left: 1px solid #cecfd5;
}
.book-title {
  color: #395870;
  display: block;
}
.text-offset {
  color: #7c7c80;
  font-size: 12px;
}
.item-stock,
.item-qty {
  text-align: center;
}
.item-price {
  text-align: right;
}
.item-multiple {
  display: block;
}
tfoot {
  text-align: right;
}
tfoot tr:last-child {
  background: #f0f0f2;
  color: #395870;
  font-weight: bold;
}
tfoot tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}




.ScoreWrapper, .ScoreWrapper_4mob {
  display:block;
  visibility: visible;
  min-width: 300px;
  font-family: Arial, Helvetica, sans-serif;
 }
 .ScoreWrapper{
  width: 600px;
  max-width: 95%;
  float:left;
  box-shadow: 0px 23px 10px -10px rgba(0,0,0,0.2);
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 3px;
  overflow:hidden;
  margin-bottom: 15px;
 }
 .ScoreWrapper_4mob {
  max-width: 500px;
  float:left;
   }
.Table, .TableGhost{
 	display: table;
 	max-width: 100%;
 	float:none;
 	min-width: 200px;
 	/*background-color: #CCFFCC;*/
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
   }
.Table{
 	visibility: visible;
 	}
.TableGhost{
 	visibility: hidden;
   }
