﻿
.suggestion
{
 position:relative;
	}

.floor
{
    position:absolute;
    background-color:white;
    border: 1px solid;
    overflow: auto;
    font-size:12px;
    text-align:left;
    
     
}
.f_unselected
{
    background-color: white;
}
.f_selected
{
    background-color: dodgerblue;
    color: white;
    font-size:15px;
    line-height:20px;
    
}

.s_unselected
{
    background-color: white;
}
.s_selected
{
    background-color: dodgerblue;
    color: white;
    font-size:15px;
    line-height:20px;
    
}
