@media only screen and (max-width:640px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .ac_container {
        margin: 0;
        padding-bottom: 0px;
        width: 100% !important;
        background-color: #eeeeee;
        border: none;
        position: relative;
        display: block;
        height: 30px;
    }

    .ac_input {
        border: 1px solid #CCCCCC;
        background-color: white;
        display: block;
        font-size: 16px;
        margin: 0;
        width: 55%;
        line-height: 25px;
        height: 25px;
        float: left;
    }

    .ac_result_area {
        width: 55% !important;
        /*background-color : transparent;*/
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        z-index: 100;
        display: none;
        border: 1px solid #79b;
        border-top: 0;
    }

    .ac_results > li {
        font-size: 1.2em;
    }

    .ac_button, .select-button {
        background-color: rgb(41, 39, 40);
        background-image: -ms-linear-gradient(top, #444243 0%, #292728 100%);
        background-image: -moz-linear-gradient(top, #444243 0%, #292728 100%);
        background-image: -o-linear-gradient(top, #444243 0%, #292728 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444243), color-stop(1, #292728));
        background-image: -webkit-linear-gradient(top, #444243 0%, #292728 100%);
        background-image: linear-gradient(to bottom, #444243 0%, #292728 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444243', endColorstr='#292728');
        /*top: 16px;*/
        /*left: 0px;;*/
        padding: 1px 15px 0 15px;
        line-height: 25px;
        font-weight: bold;
        color: white;
        font-size: 17px;
        font-family: 'Open Sans Condensed', sans-serif;
        text-align: center;

        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
}