
.tt-dropdown-menu,
.gist {
  text-align: left;
}

.twitter-typeahead{
		vertical-align: middle;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 480px;
  height: 30px;
/*  padding: 8px 12px;*/
  /*font-size: 24px;*/
 /* line-height: 30px;*/
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}
.typeahead.empty {
  border: 2px solid red;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
  visibility:hidden;
}

.tt-dropdown-menu {
    min-width: 160px;
	margin-top: 2px;
	padding: 5px 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
    -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);
		  
	 cursor: context-menu;
 
}

.tt-suggestion {
 	padding: 3px 20px;
  	line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #1E90FF;
}

.tt-suggestion p {
  margin: 0;
}


pre.response {
  float:left;
  width: 430px;
  height: 400px;
  border: 1px solid #DDD;
 /* font-size: 12px;*/
  overflow: scroll;
}


.tt-hint, .tt-input, .tt-menu { width: 100%; }



@media (min-width: 1024px) {
        span.twitter-typeahead {
        width: 100%;
        color: rgb(20, 42, 84);
    }
}

@media (min-width: 768px){
    span.twitter-typeahead {
        width: 100%;
        color: rgb(20, 42, 84);
    }
}

@media (max-width: 767px) {
    span.twitter-typeahead { width: 100%;  color: rgb(20, 42, 84);}
}

#txtLocation {
    background-color: white !important;
}

/* The follwing block is fix for txtLocation style for China */
@media (min-width: 1024px) {
        .ttt-input {
        width: 100% !important; 
        color: rgb(20, 42, 84) !important;
    }
}

@media (min-width: 768px){
     .ttt-input {
        width: 100% !important;
        color: rgb(20, 42, 84) !important;
    }
}

@media (max-width: 767px) {
     .ttt-input { width: 100% !important;  
                  color: rgb(20, 42, 84) !important;}
}





