

input, select {
    width: 100%;
}

.codesearch button, .wordsearch button {
    background-color: #6817ff;
    color: white;
}

#results table {
    border-collapse: collapse; /* This line */
    width: 100%;
 }

table.itemFull {
    margin: 5px 0px;
    border: solid black;
    border-width: 2px 1px;
}

.itemFull th {
    min-width: 150px;
}

.itemFull tr, .itemFull th {
    border-bottom: 1px solid darkgray;
}

.itemShort tr {
    border: 1px solid darkgray;
}

.itemShort td {
    padding-left: 5px;
}


.error {
    color: red;
}

#results {
    background-color: #ffffff;
}

/*
    Styling specifically for listTables
 */
.listTable th {
    background-color: darkgray;
}

.listTable tr:nth-child(even) {
    background-color: whitesmoke;
}

.listTable th, .listTable td {
    padding: 0px 5px;
}
