body {
    background-color: #f5f7f7;
}

.search-container {
    max-width: 400px;
    margin: 0 auto;
    position: relative; /* for autosuggest */
}

.white-bg-table {
    max-width: 700px;
}
.white-bg-table th:nth-child(1) {
    width: 40%;
}