		*{
 margin : 0;
 padding: 0;
 box-sizing: border-box;
}

body {
    font-family: monospace;

}

.nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: white;
    border-bottom: 1px black solid;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    z-index: 1;
}

img {
    width: 100px;
    display: inline-block;
    border-right: 1px black solid;
    background-color: white;
    margin-left: -7px;
}

.content {
    position: absolute;
    margin-top: 100px;
    width: 100%;
    height: calc(100% - 100px);
    padding: 10px;
    z-index: 0;
}

a {
    word-break: break-all;
}

table {
    width: 100%;
    margin-left: -3px;
}

td {
  padding-right: 1em;
  vertical-align: top;
  border-bottom: 1px solid goldenrod;
  line-height: 18pt;
}

tr:hover {
    background-color: goldenrod;
}

.firstrow:hover {
    background-color: gainsboro;
}

thead {
    border-bottom: 1px solid goldenrod;
    cursor: pointer;
}

.column {
width: 80%;
float: left;
}

.table {
  width: 100%;
  color: black;
  word-break: keep-all;
}

.table th,
.table td {
  vertical-align: center;
}

.table thead th {
  vertical-align: bottom;
}

.table-sm th,
.table-sm td {
  padding: 0rem;
}

.table-bordered {
    border-collapse: collapse;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 0px;
}

.table-grid {
    width:80%;
    margin:0 auto;
}

.dataTables_filter {
     display: none;
}

.dataTables_info {
     display: none;
}

.category {
    width: 12%;
}

.gridimg {
    width:75%;
    padding: 10px;
}

.hiddenRow {
    padding: 0 !important;
}
.hidden{display:none;visibility:hidden}

.thumbnail {
    visibility: hidden;
}

@media screen and (max-width: 704px) {
     body {
        font-size: 9pt;
    }
    
    .category, .publisher {
        display: none;
    }
}
