
#tweets {
    list-style: none;
    margin: 0em;
    padding: 0em;
}

#tweets li {
    margin: 0em;
    padding: 0.75em;
    border-top: 1px dotted #999;
}

#tweets li:first-child {
    border-top: 0px;
}

#tweets li ul {
    margin: 0em;
    padding: 0em;
    list-style: none;
}

#tweets li ul li {
    margin: 0em;
    padding: 0em;
    display: none;
    border: 0px;
}

#tweets li ul li.text {
    display: inline;
}

#tweets li ul li.created_at {
    display: inline;
    padding-left: 1em;
    font-size: 85%;
}

#tweets li ul li.created_at:before {
    content: "{";
    font-weight: bold;
}

#tweets li ul li.created_at:after {
    content: "}";
    font-weight: bold;
}