/* TWEETS DISPLAY  */
#tweets {
    font-family: monospace;
    background-color: white;
    padding: 0.4em;
}
.hentry div {
    margin-bottom: 0.3em;
    line-height: 150%;
}
.tweet {
    line-height: 150%;
    margin: 0.1em;
    margin-bottom: 0px;
    padding-bottom: 0.1em;
    border-bottom: thin dotted;
}
.tweetName {
    font-weight: bolder;
}
.tweetText {
    margin-left: 1em;
}
.tweetDateTime {
    font-weight: lighter;
    font-size:  smaller;
    margin-left: 1em;
}
.tweetLink {
    font-family: monospace;
    font-size: smaller;
    color: #0303a7;
    text-decoration: none;
    /* background-color:  #F2F5A9; */
}
.tweetHashTag {
    color: #990000;
}
.tweetUser {
    color: #006600;
}
.tweetTooLong {
    font-weight: bolder;
    color: red;
}
