.page-lenta-all__table {
    width: 100%;
}
.page-lenta-all__table th {
    background: #0084cc;
    padding: 8px;
    font-weight: normal;
}
.page-lenta-all__table td {
    padding: 8px;
}
.page-lenta-all__table tr:nth-child(even) td {
    background: #F5F5F5;
}
/**/
.page-lenta-all__favorites {
    background: url("i/favorites.png") 0 18px;
    display: block;
    width: 19px;
    height: 19px;
    cursor: pointer;
}
.page-lenta-all__favorites.active,
.page-lenta-all__favorites:hover {
    background-position: 0 1px;
}
