@charset "utf-8";
TABLE {
	border-collapse: collapse; /* Убираем двойные линии между ячейками */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
TD, TH {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding:3px;
}
.column-art, .column-bally, .column-czenarub, .summar, .kolichestvo-vibor, .summab {
		text-align: center;
}
.vvodilka {
	text-align: center;
}