/* @see https://codepen.io/gowriprasanthvm/pen/VbyxON */
table.table.cols-resizable{
	table-layout: fixed;
	width: min-content;
}

.y_resize{
	user-select: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 102%;
	background: transparent; /*blue;*/ /*transparent;*/
	cursor: col-resize;
}
