.bootstrap-tagsinput {
    display: block !important;
    background-color: transparent;
    border:none;
    box-shadow: none;
    display: inline-block;
    padding: 4px 0px;
    color: #555;
    border-radius: 0px;
    max-width: 100%;
    line-height: 30px;
    margin:0px;
    cursor: text;    
}

.bootstrap-tagsinput .tag {
    background: #007BFF;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
}

.tt-input {
    vertical-align: baseline !important;
}

.typeahead {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 1.5em;
}

.tt-menu {
    width: 300px;
    overflow: hidden;
}

.typeahead__container {
    min-height: 150px;
}

form {
    margin-bottom: 0;
}

input.tt-hint {
    background-color: transparent !important;
}

span.twitter-typeahead .tt-suggestion {
    padding: 5px 10px;
    background-color: #eee;
    border: #CCC 1px solid;
    cursor: pointer;
    line-height: 25px;
    text-transform: capitalize;
}

.bgcolor {
    max-width: 440px;
    height: 200px;
    background-color: #c3e8cb;
    padding: 40px 70px;
    border-radius: 4px;
    margin: 20px 0px;
}

.searchtag {
    background: #007BFF;
}

.hideMe {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}