.twitter-typeahead {
    width: 100%;

}
.tt-menu {
    background-color: #2a2a2a;
    box-shadow: 0 1.3rem 1.5rem rgba(0,0,0,.4) !important;
    border-radius: 3px;
    position: absolute;
    display: none;
    z-index: 20000;
    width: 100%!important;
    color: #eee;
}
.tt-menu.is-open {
    display: block;
}
.tt-menu .pure-u {
    color: #eee;

}

.tt-hint {
    opacity: 0.5!important;
}

.tt-dataset {
  padding: 1em;
}

.Typeahead-suggestion {
    padding: 1em;
    border-top: rgba(100, 84, 53, 0.37) 1px solid;
}
.artifact-identity, .assign-button {
    cursor: pointer;
}
.Typeahead-suggestion:first-child{
    border: none;
}
.Typeahead-selectable.is-active {
    background-color: #1a1a1a;
}
.Typeahead-suggestion .pure-u, .artifact-meta .pure-u {
    padding-left: 0.3em;
    padding-right: 0.3em;
}
.col-ava {
    width: 120px;
}
.col-p-name {
    width: 100px; min-width: 100px; max-width: 100px;
    text-align:right;
    color: #757161!important;
}
.col-p-value {

    -ms-flex-positive: 1 !important;
    -webkit-flex-grow:  1 !important;
    flex-grow: 1 !important;
    min-width: 0;
}
.col-p-value a {
    color: #d7ccb7 !important;
    text-decoration: none;
    margin-left: -3px; margin-right: -3px;
    padding: 0 3px;
    display: inline-block;
}

.col-p-value a:hover {
     background: rgba(10, 137, 192, 0.43);
}

.col-p-value .pure-g {
    /*width: 100%;*/
    margin-left: -0.3em;
    margin-right: -0.3em;
}

.Typeahead-suggestion, .col-p-value .pure-g {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;

}

/*
--color-avatar-bg: rgba(240,246,252,0.1);
--color-avatar-border: rgba(240,246,252,0.1);
--color-avatar-stack-fade: #30363d;
--color-avatar-stack-fade-more: #21262d;
--color-avatar-child-shadow: -2px -2px 0 #0d1117;
*/
.ava, .noava {

    display: inline-block;
    overflow: hidden;
    line-height: 1;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.94);
    border-radius: 6px;
    flex-shrink: 0;
    box-shadow: 0 0 0 1px rgba(240,246,252,0.1);

}
.noava {
    background-color: rgba(255, 255, 255, 0.05);
}


