.output_posts_list{
    margin-top: 30px;
}

.output_posts_list .one_item.with_year{
    margin-top: 10px;
    padding-top: 30px;
}

.output_posts_list .one_item .title A{
    color: #fe5614;
}

.output_posts_list .one_item{
    position: relative;
}

.output_posts_list .one_item .year{
    margin-top: 0px;
    position: absolute;
    top: -11px;
    left: 0px;
    background-color: white;
    padding-right: 5px;
}

.project_data TD{
    padding: 2px 7px 2px 0px;
    color: black;
}

.project_data .title{
    color: #848484;
}