.TB_Time {
    white-space:nowrap;
} 

/* Wide theme for banner shaped widgets */
div.TB_Wide{
    overflow: hidden;
    width: 100%;
}

div.TB_Wide div.TB_Picture{
    float: left;
    padding: 5px;
    width: 61px;
    height: 23px;
    background:url(twitter-a.png);
    background-repeat:no-repeat;
}

div.TB_Wide div.TB_Status{
    float: left;
    overflow: hidden;
    width: 60%;
}

div.TB_Wide div.TB_Follow{
    display: block;
    overflow: hidden;
    width: 25%;
}   

/* Narrow/Default theme */
div.TB_Narrow{
    overflow: hidden;
    width: 100%;
}

div.TB_Narrow div.TB_Picture{
    float: left;
    width: 22px;
    height: 22px;
    background:url(t_small-a.png);
    background-repeat:no-repeat;
}

div.TB_Narrow div.TB_Status{
    float: right;
    overflow: hidden;
    width: 100%;
}

div.TB_Narrow div.TB_Follow{
    display: block;
    overflow: hidden;
    padding: 5px;
    width: 80%;
}   