
.tt-dropdown-menu, .gist
{
  text-align: left;
}

.table-of-contents li
{
  display: inline-block;
}
.table-of-contents li a
{
  color: #999;
  font-size: 14px;
}
.title, .example-name
{
  font-family: Prociono;
}

.typeahead, .tt-query, .tt-hint
{
  border: 2px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  height: 20px;
  line-height: 14px;
  outline: medium none;
  padding-top: 6px;
  
}
.typeahead
{
  background-color: #fff;
  max-width: 768px;
}
.typeahead:focus
{
  border: 2px solid #0097cf;
}
.tt-query
{
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint
{
  color: #999;
}
.tt-dropdown-menu
{
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  max-height:  600px;
  overflow-y: auto;
  max-width: 500px;
}
.tt-suggestion
{
  font-size: 14px;

  padding: 0px 5px 2px 0px;
}
.tt-suggestion.tt-cursor
{
  background-color: #cdcdcd;
  color: #fff;
}
.tt-suggestion p
{
  margin: 0;
}
.gist
{
  font-size: 14px;
}

#scrollable-dropdown-menu .tt-dropdown-menu
{
  max-height: 150px;
  overflow-y: scroll;
}
#rtl-support .tt-dropdown-menu
{
  text-align: right;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
margin-bottom: 0;
  max-width: 300px;
}
.tt-hint {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1;
color: #999;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.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-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
 
}
.tt-suggestion {
display: block;
padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
color: #fff;
background-color: #cdcdcd;
}
.tt-suggestion.tt-is-under-cursor a {
color: #fff;
}
.tt-suggestion p {
margin: 0;
}
#pretraga {
  margin: 0 auto;
  width: 100%;
  max-width: 250px;
  border-radius: 5px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
}
.twitter-typeahead {
  width: 100%;
}
#pretraga {
  max-width: 768px;
    line-height: 1em;
}
#searchButton {
  height: 34px;
    vertical-align: top;
}
#searchbtn {
    vertical-align: top;
}