/*
	CSS Stylesheet „inspect_tables“
	Version 2023-11-15a
	© 2023 m-ds GmbH
*/

#overlay_tables {
	background : rgba(0, 0, 0, 0.8);
	display    : none;
	height     : 100%;
	overflow   : auto;
	position   : absolute;
	width      : 100%;
}

#overlay_tables.visible {
	display : block;
}