.suggestions {
    border:1px solid #ccc;
    border-radius:3px;
    box-shadow:0 0 2px #555;
    padding:5px;
    position: absolute;
    top:60px;
    z-index: 10;
    background:white;
    width:600px;
}

.suggestion {
    padding:6px;
    border-bottom:1px dotted #ccc;
    cursor:pointer;
    font-size:14px;
}

.suggestion:hover{
    background:#f5f5f5;
    font-weight:bold;
}

.nav-tabs>li {
    margin-right:4px;
}

.nav-tabs>li>a {
    background:#f1f1f1;
}
