div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

table.table_statistics{
    width: 100%;
}
.table_statistics_block tbody tr:before {
  content: counter(schetchik);
  display: table-cell;
  vertical-align: middle;
  color: #5f4e42;
  padding-left: 5px;
}

table.table_statistics thead tr {
    background-color: #5f4e42;
    color: #ecebe2;
    font-weight: bold;
}
table.table_statistics tr:nth-child(2n) {
    background-color: #e4e2d9;
}
table.table_statistics td {
    padding: 3px 0;
}
.table_statistics_block{
    margin-bottom: 20px;
}
.table_statistics_block tbody{
  border-collapse: collapse;
  counter-reset: schetchik;
}
.table_statistics_block tbody tr{
 counter-increment: schetchik; 
}