/*CSS File*/

.target{
    color: blue;
}

.option{
    color: blue;
}

.focus{
    color: blue;
    font-style: italic;
}

.tweetWrapper{
    display:inline;
}

#mainError{
    color: red;
}

#rateError{
    color: red;
}