body {

    padding-top: 50px;

}

@media(max-width:767px){body { font-size: 18px; }}
@media(min-width:768px){body { font-size: 16px; }}
@media(min-width:992px){body { font-size: 14px; }}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint
{
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    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;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.media {
border: 1px solid #e1e1e8;
   background-color: #f7f7f9;
    padding: 9px 14px;
	   border-radius: 4px;
    border-width: 1px;
}
.media-body span {
color:gray;
}
.bucket0 {
    color: #0748cb;
    font-size: 0.875em;
}
.bucket1 {
    color: #e86e0b;
    font-size: 0.9375em;
}
.bucket2 {
    color: #d9b904;
    font-size: 1em;
}
.bucket3 {
    color: #574ece;
    font-size: 1.0625em;
}
.bucket4 {
    color: #47ac33;
    font-size: 1.125em;
}
.bucket5 {
    color: #3599cd;
    font-size: 1.1875em;
}
.bucket6 {
    color: #c3365a;
    font-size: 1.25em;
}
.bucket7 {
    color: #19838c;
    font-size: 1.375em;
}
.bucket8 {
    color: #a2a097;
    font-size: 1.4375em;
}
.bucket9 {
    color: #93a558;
    font-size: 1.5em;
}
.tags a {
    display: inline-block;
    margin: .125em 0.75em .125em 0;
    line-height: 1.2em;
    word-break: break-all;
    vertical-align: middle;
}

.bootstrap-tagsinput {
    display:block;
}