/* IMPORTANT! Write only the selector or class and properties that you want to change. */

#hereauto {
	background-color: #fff;
    position: relative!important;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial,sans-serif;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 92%;
    margin-left: 8%;
}


#hereauto ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#hereauto ul li{
    padding: 10px 15px;
    cursor: default;

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 15px;
    color: #444;
}




















/* IMPORTANT! Write only the selector or class and properties that you want to change. */
/* IMPORTANT! Write only the selector or class and properties that you want to change. */
/* IMPORTANT! Write only the selector or class and properties that you want to change. */
/* IMPORTANT! Write only the selector or class and properties that you want to change. */
/* IMPORTANT! Write only the selector or class and properties that you want to change. */
/* IMPORTANT! Write only the selector or class and properties that you want to change. */