/* RM-978 Start Fleet 3/9/2018 . Making browse/book mobile friendly. */

.view-browse-by-bisac-code table tr,
.view-browse-by-bisac-code table tr.odd,
.view-browse-by-bisac-code table tr.even {
  width: 100%;
}
.view-browse-by-bisac-code table tr td {
  width: 100%;
  display: inline;
  text-align: center;
  float: left;
  padding: 1.5em;
}
table {
  width: 100% !important;
}
table.sticky-header {
    width: inherit !important;
    z-index: 1;
}
@media only screen and (min-width: 601px) {
  .view-browse-by-bisac-code table tr td {
    float: none;
    width: auto;
    text-align: left;
    display: table-cell;
  }
}
.view-browse-by-bisac-code table tr td .abaproduct-image {
  width: auto;
}
.view-browse-by-bisac-code table tr td button {
  margin: 10px 10px 0 0;
}
@media only screen and (min-width: 601px) {
  .view-browse-by-bisac-code table td {
    width: 33.3%;
    text-align: center;
  }
}
.view-browse-by-bisac-code table tr td .abaproduct-image {
  width: auto;
}
.view-browse-by-bisac-code table tr td button {
  margin: 10px 10px 0 0;
}
@media only screen and (min-width: 601px) {
  .view-browse-by-bisac-code table.views-table td {
    width: 33.3%;
    text-align: center;
  }
}
.view-browse-by-bisac-code table tr td input[type="submit"] {
  margin: 10px 10px 0 0;
}
@media only screen and (max-width: 600px) {
  .view-browse-by-bisac-code .views-field img,
  .view-browse-by-bisac-code .field-type-image img {
    width: auto;
    margin: 0 auto;
    background: transparent;
  }
  .view-browse-by-bisac-code tr.even,
  .view-browse-by-bisac-code tr.odd {
    padding: 0;
  }
  .view-browse-by-bisac-code table tr td {
    padding: 10px 0;
    border: 0;
      height: auto;
  }
  .view-browse-by-bisac-code form span.button {
    margin: 0;
  }
  .view-browse-by-bisac-code form span input {
    width: 98%;
    padding: 8px 10px;
    margin: 10px auto 0 !important;
  }
  .view-browse-by-bisac-code table tr td input {
    width: 98%;
    padding: 8px 10px;
    margin: 10px auto 0 !important;
  }
  .view-browse-by-bisac-code table tr,
  .view-browse-by-bisac-code table tr.odd,
  .view-browse-by-bisac-code table tr.even {
    border: 0;
  }
}
/* RM-978 End Fleet 3/9/2018 . Making browse/book mobile friendly. */