/*CSS File*/

.target{
    color: blue;
}

.option{
    color: blue;
}

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

.tweetWrapper{
    display:inline-block;
    width:1000px;
}

.leftTweet{
    width:400px;
}

.rightTweet{
    width:400px;
}

.errorText{
   color: red; 
}

.full_page{
    color: blue;
    margin:10%;
}

#mainError{
    color: red;
}

#rateError{
    color: red;
}