﻿.typeahead {
    background-color: #fff;
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 600px;
    width: 100%;
    margin-top: 12px;
    margin-top: 0px;
    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;
    border-radius: 0;
    -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-suggestion {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 18px;
}

    .tt-suggestion p {
        margin: 0;
        cursor: pointer;
    }

    .tt-suggestion + .tt-suggestion {
        font-size: 14px;
        border-top: 1px solid #ccc;
    }

.tt-suggestions .repo-language {
    float: right;
    font-style: italic;
}

.tt-suggestions .repo-name {
    font-size: 20px;
    font-weight: bold;
}

.tt-suggestions .repo-description {
    margin: 0;
}

/*.twitter-typeahead .tt-suggestion.tt-cursor {
    color: #e4311f;
}*/

.twitter-typeahead {
    width: 100%;
}

.test-header {
    background-color: #fff9e6;
    border: 1px solid #ffd97a;
    box-sizing: border-box;
    margin: 0;
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    list-style: none;
    padding: 8px 15px 8px 37px;
    border-radius: 1px;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 1024px) {
    .test-header {
        display: none;
    }
}