/* 
/
/ This is a place for your custom styling.
/
*/

#sb-title, #sb-title-inner {
    height: auto;
}

#t-user_img {
    float: left;
    height: 28px;
    width: 28px;
    margin: 0 8px 4px 0;
}

#t-user_img > a > img {
    height:100%;
    width: 100%;
}

#t-user_name, #t-user_screen_name {
    line-height: 14px;
    margin: 0;
}

#tweet {
    clear: both;
}

#t-actions {
    text-align: center;
}

#t-actions > a:nth-child(1) {
    float: left;
}

#t-actions > a:nth-child(3) {
    float: right;
}

.bio_rollover {
    display:block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.bio_hover {
    display: none;
    position: absolute;
}

.bio_rollover:hover > .bio_hover {
    display: block;
}
