/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here


.mq-fer-kruistabel {
	max-height: 400px;
	overflow: auto;
	
}
.mq-fer-kruistabel table{
	border-collapse: separate; 
  border-spacing: 0;
}
.mq-fer-kruistabel table td, .mq-fer-kruistabel table th{
	border: 1 px solid;
}
.mq-fer-kruistabel table td{
	background: #FFFFFF !important;
	text-align: center;
}
.mq-fer-kruistabel .fixed-one,
.mq-fer-kruistabel .fixed-two,
.mq-fer-kruistabel .fixed-tree,
.mq-fer-kruistabel .fixed-row--two{
	position: sticky;
}
.mq-fer-kruistabel .fixed-one,
.mq-fer-kruistabel .fixed-row--two{
	left: 0;
	width: 50px;
	min-width: 50px
}
.mq-fer-kruistabel .fixed-two{
	left: 50px;
	width: 120px;
	min-width: 120px
}

.mq-fer-kruistabel .fixed-tree{
	left: 170px;
	width: 120px;
}
.mq-fer-kruistabel th{
	background: #F3F3F3 !important;
}
.mq-fer-kruistabel th.fixed-one, .mq-fer-kruistabel th.fixed-two, .mq-fer-kruistabel th.fixed-tree{
	background: #F3F3F3 !important;
	z-index: 2 !important;
}
.mq-fer-kruistabel td.fixed-one, .mq-fer-kruistabel td.fixed-two{
	background: #FFFFFF !important;
}
.mq-fer-kruistabel .fixed-two{
	background: #F3F3F3 !important;
}

.mq-fer-kruistabel .fixed-row--two{
	z-index: 3 !important;
}

.mq-fer-kruistabel .fixed-top th{
	position: sticky;
	top: 0;
	z-index: 1;
	height: 90px;
}
.mq-fer-kruistabel .fixed-top--two th{
	position: sticky;
	top: 90px;
	z-index: 2;
}


.mq-fer-kruistabel{
	overflow-x: scroll !important;
}