<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#prices table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
#prices th, #prices td {
	border: 1px solid black;
	padding: 8px;
}
#prices th {
	background-color: #f2f2f2;
}




#prices .table_container{
	overflow-x: auto;
}

#prices .price_title{
	padding: 0px 15px;
}

#prices .my_table_price{
	min-width: 450px;
}

#prices .my_table_price[class*="columns_"]{
	 gap: 1px !important;
}


#prices .my_table_price .td-item{
	width: calc((100% - (var(--columns) - 1) * 1px) / var(--columns));
	padding: 7px 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#prices .table_container .two_sections{
	min-width: 600px;
}

#prices .my_table_price .metrica{min-width: max-content;}
#prices .my_table_price .num{margin-right: 3px;}


#prices .koeff .name,
#prices .koeff .k{
	display: flex;
	align-items: center;
	padding: 2px 15px;
}

#prices .koeff .name{
	width: 80%;
}

#prices .koeff .k{
	width: 15%;
}




</pre></body></html>