.otweet
{
    padding: 15px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    line-height: 1.5em !important;
    margin-bottom: 1em;
}

.otweet a
{
    color: #3f87bb;
    text-decoration: none;
}

.otweet a:hover
{
    text-decoration: underline;
}

.otweet_content
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ffffff;
    padding: 1em;
    background: -moz-linear-gradient(center top, #ffffff 70%, #dedede 100%);
    background: -webkit-gradient(linear, 0% 70%, 0% 100%, from(#ffffff), to(#dedede));
}

.otweet_header
{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 0.5em;
    font-size: 120%;
}

.otweet_footer
{
    padding-top: 0.5em;
}

.otweet .created_at
{
    font-size: 80%;
    margin-top: 0.5em;
}

.otweet .profile_image
{
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

.otweet .profile_image img
{
    width: 48px;
    height: 48px;
}

.otweet .name
{
    font-size: 120%;
}

.otweet .screen_name
{
    font-size: 90%;
}
