@media (max-width: 800px) {
    div.chapter-search-results div.result {
        width: 50%;
    }

    div.chapter-search-results div.result > div.body {
        height: 360px;
        min-width: 140px;
    }

    .more-results-button {
        margin: 1em 0;
    }

    #cp_back_to_search {
        margin: 0;
    }
}