@charset "UTF-8";
/* CSS for plxGetTweet */

#tweet{
	float: right;
}

#tweet ul, ol{
    margin: 0;
    padding: 0;
}
#tweet ol{
    list-style: decimal outside none;
    margin-left: 20px;
    width: 300px;
}

#tweet ol > li{
    line-height: 20px;
    list-style: none outside none;
}

#tweet .tweet{
    border-bottom: 1px solid #303030;
    min-height: 51px;
    padding: 9px 0px;
    position: relative;
}

#tweet .content{
    margin-left: 6px;
}

#tweet .tweet .time{
    color: #BBBBBB;
    float: right;
    margin-top: 1px;
    position: relative;
}
#tweet .username, #tweet .time, #tweet .time a{
    color: #999999;
    font-size: 12px;
}
#tweet small{
    font-size: 12px;
}

#tweet .stream-item-header .account-group{
    color: #999999;
}

#tweet .stream-item-header .avatar, #tweet .permalink-header .avatar{
    display: inline;
    left: 12px;
    top: 12px;
}
#tweet .avatar{
    border-radius: 5px 5px 5px 5px;
    height: 48px;
    width: 48px;
}
#tweet img{
    border: 0 none;
}

#tweet .fullname{
    color: ##ccffaa;
    font-weight: bold;
}

#tweet .username, #tweet .time, #tweet .time a, #tweet .metadata, #tweet .metadata button.btn-link, #tweet .metadata a{
    color: #999999;
    font-size: 12px;
}

#tweet .username s, #tweet .account-group-inner s{
    color: #BBBBBB;
}
#tweet s{
    text-decoration: none;
}

#tweet b{
    font-weight: normal;
}

#tweet .tweet p{
    word-wrap: break-word;
	font-size: 0.9em;
}
#tweet p{
    margin: 0;
}

#tweet .tweet .stream-item-footer{
    font-size: 12px;
    padding-top: 1px;
}

#tweet .with-icn{
    color: #999999;
    font-size: 12px;
}

#tweet .with-icn i{
    margin-right: 1px;
}
#tweet .badge-retweeted{
    background-position: 0px 0px;
}
#tweet .badge-promoted, #tweet .badge-top, #tweet .badge-political, #tweet .badge-retweeted{
    background-color: transparent;
    height: 12px;
    vertical-align: -1px;
    width: 16px;
}
#tweet i, #tweet .icon{
    background-image: url("img/retweet_icon.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: text-top;
}

#tweet .tweet .context a{
    color: #999999;
}

#tweet .tweet .context .pretty-link s, #tweet .tweet .context .pretty-link b{
    color: #999999;
}
