#livesearch {
    width: 400px;
}

@media (max-width:480px) {
    #livesearch {
        width: 100%;
    }
}

li#searchresult {
    padding: 5px;
    list-style-type: none;
}