#yackstar-stream {
    position: relative;
    overflow: auto;
    margin-bottom: 5px;
    max-height:300px;
}

#yackstar-stream > ul#yackul {
    float: none;
    overflow: hidden;
    margin:0;
    padding:0;
}

#yackstar-stream > ul > li.activity {
    float: none;
    clear: both;
    border-bottom: 1px dotted #CCC;
    width: auto;
    list-style: none;
    position: relative;
    padding:5px 5px 5px 40px;
    margin-bottom:5px;
    zoom: 1;
    min-height: 35px;
}

#yackstar-stream  > ul > li > div:first-child {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    zoom: 1;
    height: 40px;
    width: 30px;
    overflow: hidden;
    padding-right:5px;
}

#yackstar-stream  > div.loading
{
    text-align:center;
}

#yackstar-stream  > ul > li >div {
    word-wrap: break-word;
    font-size: 10px;
}

#yackstar-stream > ul > li >div > a {
    white-space: normal;
    color: #047FDC;
    text-decoration: none;
    font-size: 10px;
}

#yackstar-stream > ul > li >div > a:hover {
    text-decoration: none;
}