/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 23 2026 | 13:11:36 */
/* 1. Скрываем 4-й и 5-й столбцы в строке */
.table-line > div:nth-child(4),
.table-line > div:nth-child(5) {
	display: none;
}