﻿#search-result{
    overflow-y: auto;
    width:75%;
    max-height:150px;
    background-color: white;
    padding-top: 10px; 
    padding-bottom: 10px;
    border-style:solid; 
    border-width: 1px;
    box-shadow: 5px 5px 5px grey;
    position: absolute;
}

#search-result-vs{
    overflow-y: auto;
    width:75%;
    max-height:150px;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style:solid;
    border-width: 1px;
    box-shadow: 5px 5px 5px grey;
    position: absolute;
}

.search-result-element{
    cursor: pointer;
    padding: 3px 1px;
}

.search-result-element:hover{
    background-color: lightgray;
}