#searchbox, .hideitem {
 display: none;
}

thead {display: table-header-group;}

th {
 padding: 0px;
 font-color: black;
}

.searchresults {
 border: 1px solid black;
 border-collapse: collapse;
 width: 100%;
 table-layout:auto;
 font-size: 12px;
 text-align: left;
}