/* Таблица у админа и китайца */
.table {
	width: 100%;
}
.table tr th {
	text-align: center;
	padding: 4px;
	word-break: break-all;
	cursor: pointer;
	position: sticky;
	top: -12px;
	z-index: 1;
	background-color: white;
}
.table tr td {
	text-align: center;
	padding: 4px;
	word-break: break-word;
}
.table tr th.selected.desc {
	background-color: orange;
}
.table tr th.selected.asc {
	background-color: #ADA;
}
.table tr th img {
	width: 40px;
	height: 40px;
}