﻿#TweetContainer li
{
    background-image: none !important;
    padding-left: 0;
    padding-right: 0;
}

.TwitterAvatar {
    border-style: none;
    margin-right: 5px;
    width: 36px;
    height: auto;
    float: left;
}

.TwitterHeader {
    display:block;
    height: 36px;
    line-height: 36px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    margin-bottom: 6px;
}

.TwitterFooter {
    font-family: Arial;
    font-size: 7pt;
}

.TwitterRowMain {
    background-color: White;
}

.TwitterRowAlt {
    background-color: #f0f0f0;
}

a, a:visited {
    text-decoration: none;
    color: Blue;
}

a:hover {
    text-decoration: underline;
}
