.search-result {
    position: absolute;
    width: 90%;
    left: -1px;
    z-index: 9999;
    background: #FFF;
    border: 2px solid #cccccc;
    display: none;
    text-align: left;
    padding: 10px;
    margin-top: 3px;
    /* -moz-border-radius: 7px; */
    /* -webkit-border-radius: 5px; */
    /* border-radius: 5px; */
    /* background-color: #f5f5f5; */
    font-size: 12px;
    -webkit-box-shadow: 3px 4px 9px 7px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 4px 9px 7px rgba(0,0,0,0.15);
    box-shadow: 3px 4px 9px 7px rgba(0,0,0,0.15);
    border-radius: 5px;
}