/* announcements.css */
/* Copyrights (c) 2011-2015, TalentCircles, Inc. */
.results
{
    padding-left: 0px;
}
.result
{
    list-style-type: none;
}
.row {
    overflow: auto;
    padding: 10px;
}
li.result
{
    border-bottom: 1px solid #eee;
}
li.result:last-child
{
    border-bottom: none
}
.announcement .image_author
{
    padding: 5px;
}
.announcement .image_author,
.announcement .content
{
    float:left
}
li.result .datetime {
    color: #b0b0b0;
}