.elementor-108 .elementor-element.elementor-element-7fbbdd54{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-108 .elementor-element.elementor-element-7fbbdd54:not(.elementor-motion-effects-element-type-background), .elementor-108 .elementor-element.elementor-element-7fbbdd54 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-4906d858 */<style>
    #sortable-weekmenu {
        border-collapse: collapse;
        width: 100%;
        margin-top: 10px;
    }

    #sortable-weekmenu thead {
        background-color: #333;
        color: #fff;
    }

    #sortable-weekmenu th, 
    #sortable-weekmenu td {
        padding: 10px 15px;
        border: 1px solid #ddd;
        text-align: left;
    }

    #sortable-weekmenu tbody tr:nth-child(odd) {
        background-color: #f9f9f9;
    }

    #sortable-weekmenu tbody tr:nth-child(even) {
        background-color: #efefef;
    }

    #sortable-weekmenu tbody tr:hover {
        background-color: #e0f7fa;
        cursor: move;
    }

    #sortable-weekmenu td.dagnaam {
        font-weight: bold;
        width: 100px;
        white-space: nowrap;
    }
</style>/* End custom CSS */
/* Start custom CSS */.beheer-tabel { 
            border-collapse: collapse; 
            width: 100%; 
            margin-top: 10px; 
            
        }
       .beheer-tabel thead { 
           background-color: #114A7C !important; 
           color: #fff; 
           font-weight:bold; 
           
       }
        .beheer-tabel th { 
           background: #114A7C !important; 
            border: 1px solid #ddd; 
            text-align: left; 
            font-size:15px; 
            font-weight: bold; 
            padding: 4px 6px;
        }
        .beheer-tabel td { 
            border: 1px solid #ddd; 
            text-align: left; 
            font-size:15px; 
            padding: 0px 6px !important;            
        }
        .beheer-tabel tbody tr:nth-child(odd) { 
            background-color: #f9f9f9; 
            
        }
        .beheer-tabel tbody tr:nth-child(even) { 
            background-color: #efefef; 
            
        }
        .beheer-tabel tbody tr:hover { background-color: #e0f7fa; cursor: pointer; 
            
        }

        .beheer-btn, button {
			background-color: #114A7C !important;
			color: white !important;
			border-radius: 3px;
			cursor: pointer;
			padding: 5px 10px !important;
		}/* End custom CSS */