#veetter
{
    margin: 0px auto;
    border: 1px solid #eee;
}
#veetter a
{
    text-decoration: none;
}
#veetter a:hover
{
    text-decoration: underline;
}
.clear
{
    clear: both;
}
.veetter-link
{
    color: #4294d4;
}
.veetter-link-profile
{
    color: #96cd36;
}
.veetter-link-hash
{
    color: #3871a6;
}

.veetter-loader
{
    padding: 20px;
    font-style: italic;
}
.veetter-stats
{
    float: right;
    text-align: right;
}
.veetter-tweets
{
    margin: 0px;
    padding: 0px;
    padding: 10px;
}
.veetter-tweets li
{
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 5px;
}
.veetter-tweets li:hover
{
   /* background: #f7f7f7; */
}
.veetter-tweets .status
{
    padding: 0px;
    margin: 0px;
    color: #555;
    padding-top: 7px;
}
.veetter-tweets .status a
{
    text-decoration: none;
    color: #555;
}
.veetter-tweets .status a:hover
{
    text-decoration: underline;
}
