.t-table{
    display: table;
}
.t-table .t-td{
    display: table-cell;
    vertical-align: top;
    padding: 0 .25em;
}
.t-table .t-td.icons{
    padding: .4em .25em;
}
.last-news-icon{
    max-width: 1.75em;
}
.t-table .t-td .last-news-date{
    color: rgba(0,0,0,.3);
}
.btn_news{
    display: inline-block;
    font-size: 1.0em;
    font-weight: 300;
    color: #fff;
    transition: .3s;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    position: absolute;
    float: right;
   } 
   .btn_news:before {
    content: '';
    display: inline-block;
    width: .25em;
    height: .25em;
    background: #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: .4375em;
}