html,body{margin:0;height:100%;background:#0b0f14;font-family:Arial;}
#network{width:100%;height:100%;}
#search{position:absolute;top:10px;left:10px;z-index:10;padding:8px;width:250px;background:#1a2430;color:#fff;border:none;}

#resultados{
    position:absolute;
    top:45px;
    left:10px;
    width:250px;
    max-height:300px;
    overflow-y:auto;
    background:#1a2430;
    color:#fff;
    z-index:9999;
    border-radius:5px;
}

.resultado{
    padding:8px;
    cursor:pointer;
    border-bottom:1px solid #333;
}

.resultado:hover{
    background:#2a3645;
}