﻿.twitter-typeahead, .tt-hint, .tt-input, .tt-menu
{
    width:100%;
	color:black;
	font-family: "Open Sans",sans-serif;
	font-weight: 400;
	color: #666;
	text-align:left;
}

.tt-menu
{
    background-color:white;
    border:1px solid #DDDDDD;
    padding:2px;
}

.tt-suggestion
{
    border:1px solid white;
}

.tt-cursor
{
    background-color:#F9F9F9;
    border:1px solid #DDDDDD;
}

.tt-input
{
    border-top-left-radius:4px !important;
    border-bottom-left-radius:4px !important;
}
