section {
    width: 880px;
}

table#search-table {
    width: 600px;
}
table#search-table label {
    padding: 0;
    margin: 0;
}
table#search-table td {
    padding: 4px;
}

table#results-table {
    /*width: 600px;*/
    margin-top: 1em;
}
table#results-table th {
    background: #f6f9f9;
    padding: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
}
table#results-table td {
    padding: 4px;
}
table#results-table .list-item:hover {
    cursor: pointer;
    background: #f0f9f9;
}

table#details-table {
    margin-top: 1em;
}
table#details-table th {
    background: #f6f9f9;
    padding: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
}
table#details-table td {
    padding: 4px;
}
table#details-table td.info-label {
    text-align: right;
    font-weight: bold;
}

table#feedback-table {
    width: 400px;
}
table#feedback-table label {
    padding: 0;
    margin: 0;
}
table#feedback-table td {
    padding: 4px;
}