/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 #search-results {
     position: relative;
 }
 .resultat {    
     position: absolute;
     max-width: 500px;
     width: 100%;
     z-index : 1000;
     border: 1px solid;
   padding-left: 10px;
padding-right: 10px;
background-color: #fff;
 }