body {
    /*padding: 8px 16px 0;*/
    margin: 0;
    font-weight: normal;
    font-size-adjust: 0.43;
    color: #fff;
    text-rendering: optimizeLegibility;
    width: 100%;
    position: relative;
    height: 125px;
    /*background-color: #525359;*/
    /*-webkit-text-stroke: 0.25px;*/
}

.select {
    color: #b4e114;
}

/*.sub {
	color: #aaa;
}*/

.scroll-pane {
    padding-top: 8px;
    width: 60% !important;
    height: 237px;
    float: left;
    display: none;
    /*overflow: auto;*/
}

#results {
    font-size: 0.8em;
    line-height: 1.4em;
    padding-left: 20px;
}

@-moz-document url-prefix() {
    #results {
        font-size: 0.85em;
        line-height: 1.4em;
    }
}

#results p {
    color: #ccc;
    font-weight: normal;
    font-style: normal;
    padding-top: 0;
    margin-top: 0;
}

#results a {
    color: #fff;
    text-decoration: none;
}

    #results a:hover {
        background-color: #666;
        text-decoration: none;
    }

#inputter {
    width: 20%;
    float: right;
    padding-right: 5%;
    position: absolute;
    top: 50%;
    right: 0;
    height: 65px;
    margin-top: -32.5px;
    margin-right: 70px;
}

input:focus {
    outline: none;
}

input.iclass {
    font-size: 18px;
    width: calc(100% - 65px);
    height: 44px;
    padding: 10px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #5f5f5f;
    background-color: #333;
    color: #bdccd4;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    position: absolute;
}

#searchSubmit {
    position: absolute;
    right: 0;
    top: 0;
    height: 65px;
    width: 65px;
    border: none;
    background: #b4e114 url('../../img/searchBtn.png') no-repeat center;
    cursor: pointer;
}

input:focus {
    border-color: #b4e114;
    color: #b4e114;
}


body.mobile-search #results {
    font-size: 1.1em;
    width: 260px !important;
}

body.mobile-search #inputter {
    font-size: 1.1em;
    width: 100%;
}


body.mobile-search input.iclass {
    font-size: 1.1em;
    width: auto;
    margin: 5px;
    display: block;
    /* margin:auto; */
}

@media (max-width: 900px) {

    #inputter {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    float: none;
    position: static;
    margin-top: 15px;
    height: 45px;
    }

    #searchSubmit {
        position: absolute;
        right: 5%;
        top: 0;
        height: 40px;
        width: 40px;
        border: none;
        background: #b4e114 url('../../img/searchBtn.png') no-repeat center;
        cursor: pointer;
        background-size: 20px;
    }

    input.iclass {
        font-size: 14px;
        width: calc(100% - 80px);
        height: 20px;
        padding: 10px;
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #5f5f5f;
        background-color: #333;
        color: #bdccd4;
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
        position: absolute;
    }

    .scroll-pane {
        width: 90%!important;
        margin: 0 auto;
            float: none;
            height: 320px;
    }

    body {
        height: 50px;
        overflow: hidden;
    }

    #results {
        padding: 0;
    }

    #results a {
        display: block;
    }
}
