        .uline {
            
            border-style: solid;
            border-bottom-width: 2px;
            border-top: hidden;
            border-left: hidden;
            border-right: hidden;
            border-bottom-color: #357ebd;
        }
        
        .tt-dropdown-menu {
        width: 422px;
        margin-top: 12px;
        padding: 8px 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
        }
        .tt-dropdown-menu, .gist {
        text-align: left;
        }
        
        
        .tt-suggestion.tt-is-under-cursor {
        color: #fff;
        background-color: #0097cf;
        }
        .tt-suggestion {
        font-size: 18px;
        line-height: 24px;
        padding: 3px 20px;
        
        
        }
        
        .twitter-typeahead {
            position: relative;
            display:inline;
        }
        
        .twitter-typeahead .tt-hint
        {
            display: block;
            height: 34px;
            padding: 3px 0px 0px 12px;
            /* padding: 3px 12px 0px 0px; */
            font-size: 16px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius:4px;
            width: 260px;
        }

        .twitter-typeahead .hint-small
        {
            height: 30px;
            padding: 5px 10px;
            font-size: 12px;
            border-radius: 3px;
            line-height: 1.5;
        }

        .twitter-typeahead .hint-large
        {
            height: 45px;
            padding: 10px 16px;
            font-size: 18px;
            border-radius: 6px;
            line-height: 1.33;
        }
        
        .tt-suggestion + .tt-suggestion {
            border-top: 1px solid #ccc;
        }
 
        

        label.error {
                        color: red;
                        font-size: 16px;
                        font-weight: normal;
                        line-height: 1.4;
                        margin-top: 0.5em;
                        width: 100%;
                        float: none;
        }

        @media screen and (orientation: portrait){
                        label.error { margin-left: 0; display: block; }
        }

        @media screen and (orientation: landscape){
                        label.error { display: inline-block; margin-left: 22%; }
        }

        em { color: red; font-weight: bold; padding-right: .25em; }
	
        

