.drLogo
{
    height: 50px;
    width: 50px;
}

.drSmallImg
{
    height: 25px;
    width: 25px;
}

.displayResultUl
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;    
    overflow-y: scroll;
    max-height: calc(100vh - 50px);
}

.displayResultUl>li
{
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 10px;;
    margin: 5px;   
}