.logo { text-align: center; }
.wrapper { width: 60%; margin: 0 auto; margin-bottom: 20px; }
.header-cell { background-color: #fafafa; text-align: center; }
.top-cell { text-align: center; background-color: #f3f3f3; font-weight: bold; }
.centered-cell { text-align: center; }
.best-price { background-color: #beffbe; }
.item-header { text-align: center; }
@media only screen and (max-width: 800px) {
    .wrapper { width: 100%; }
}
.min-last-data { cursor: pointer; }
.flex-table .flex-table-row { display: flex; }
.flex-table .flex-table-row > .flex-table-cell { width: 100%; outline: 1px solid #f3f3f3; padding: 1px; }
.searcher-input { width: 100%; font-size: 1.5em; }
.searcher { padding-bottom: 3px; }
