table.search-results-table {
    border-collapse: collapse;
    font-size: 13px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width:400px !important;
}
table#Search-Listings {
    width: 748px;
    margin-left: -10px;
}
table.search-results-table tr.search-result-row-even {
    background-color: #efeede;
}
td.search-result-cell {
    /* position: relative; */
    padding: 0px;
}
.search-result-cell .tooltip {
    left: 0;
    top: initial;
}
.search-results-table td.col1,
.search-results-table td.col2 {
    font-weight: bold;
}
.cost-container {
    margin-right:10px
}
@media screen and (min-width: 768px) {
    table.search-results-table {
        border-collapse: collapse;
        font-size: 13px;
        display: flex;
        overflow-x: hidden;
        white-space: normal;
        width:900px !important;
    }
    .cost-container {
        margin-right:1px;
    }
}
@media screen and (max-width: 824px) {
    /* .search-results-table td {
        float: none;
    } */
    /* .search-results-table td.col1 {
        width: 35%;
    }
    .search-results-table td.col2 {
        width: 65%;
    } */
}

@media screen and (max-width: 415px) {
    /* .search-results-table td {
        float: left;
    } */
    /* .search-results-table td.col1 {
        width: 100%;
    }
    .search-results-table td.col2 {
        width: 100%;
    } */
}

.Pagination {
    width: 738px;
    float: left;
    background: #ececec;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    margin-left: -10px;
    padding: 5px;
    margin-top: 20px;
    text-align: right;
}
