
/*html {*/
    /*overflow-y: scroll;*/
/*}*/
/*.container {*/
    /*margin: 0 auto;*/
    /*max-width: 750px;*/
    /*text-align: center;*/
/*}*/
.tt-dropdown-menu, .gist {
    text-align: left;
}
/*html {*/
    /*color: #333333;*/
    /*font-size: 10px;*/
    /*line-height: 1.2;*/
/*}*/
a {
    color: #03739C;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.table-of-contents li {
    display: inline-block;
}
.table-of-contents li a {
    color: #999999;
    font-size: 10px;
}
.title, .example-name {
    /*font-family: Prociono;*/
}
p + p {
    margin: 30px 0 0;
}
.title {
    /*font-size: 64px;*/
    /*margin: 20px 0 0;*/
}
.example {
    padding: 30px 0;
}
.example-name {
    font-size: 32px;
    margin: 20px 0;
}
.demo {
    margin: 50px 0;
    position: relative;
}
.typeahead, .tt-query, .tt-hint {
    /*border: 2px solid #CCCCCC;*/
    border: 1px solid #CCCCCC;
    /*border-radius: 8px;*/
    border-radius: 4px;
    font-size: 14px;
    /*height: 40px;*/
    height: 34px;
    /*line-height: 35px;*/
    line-height: 1.42857;
    outline: medium none;
    padding: 8px 12px;
    /*width: 396px;*/
    width: 100%;
}
.typeahead {
    background-color: #FFFFFF;
}
.typeahead:focus {
    /*border: 2px solid #0097CF;*/
    border: 1px solid #0097CF;
}
.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
    color: #999999;
}
.tt-dropdown-menu {
    background-color: #FFFFFF;
    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;
    padding: 8px 0;
    width: 422px;
}
.tt-suggestion {
    font-size: 15px;
    line-height: 24px;
    padding: 3px 20px;
}
.tt-suggestion.tt-cursor {
    background-color: #0097CF;
    color: #FFFFFF;
}
.tt-suggestion p {
    margin: 0;
}
.gist {
    font-size: 14px;
}
#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}
#multiple-datasets .league-name {
    border-bottom: 1px solid #CCCCCC;
    margin: 0 20px 5px;
    padding: 3px 0;
}
#scrollable-dropdown-menu .tt-dropdown-menu {
    max-height: 150px;
    overflow-y: auto;
}
#rtl-support .tt-dropdown-menu {
    text-align: right;
}

/*Change*/
.twitter-typeahead{
    width: 100%;
}
