﻿  ul.typeahead {
        position: absolute;
        background: black;
        color: white;
        z-index: 1000;
        width: 100%;
        left: 0px !important;
        padding-left: 320px;
        list-style-type: none;
    }

        ul.typeahead li {
            /*clear: both;*/
            float: left;
            width: 20%;
            text-align:center;
 /*           height: 300px !Important;*/
        }

        .item-thumb {
            float: left;
            margin: 15px 0 10px 5px;
        }

        .item-labels {
            color: white;
            float: left;
            margin: 10px;
            font-size: 1.5rem;
        }
