.farmlista {
    width: 100%;
    position: absolute;
    z-index: 1
}


.form-group .farmlista ul {
    list-style-type: none;
    width: 100%;
    height: auto;
    position: absolute;
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}


.form-group .farmlista li {
    background-color: #EEEEEE;
    border-top: 1px solid #9e9e9e;
    padding: 5px;
    width: 100%;
    float: left;
    cursor: pointer;
}