@media all and (max-width: 680px) {
    .results-by-domain {
        float: none;
        width: 100%;
    }

    #page-body ul.page li.recommended.truncated {
        width: 100%;
    }
}