.searchbox {

}
.suggestions-box {
    background-color: white;
    position: absolute;
    padding: 0.5cm;
    min-width: 30%;
    min-height: 3cm;
    z-index: 1000;
    text-align: left;
    display: none;
    border-radius: 5px;
    border: #2aabd2 solid;
}
.suggestions-box .sel {
    font-weight: bold;
    background-color: greenyellow;
}
