/* =============================
   DEFAULT (Desktop / Tablet)
   ============================= */

/* Desktop tables visible */
.dinerspel-only-desktop {
    display: block !important;
}

/* Mobile tables hidden */
.dinerspel-only-mobile {
    display: none !important;
}

/* =============================
   MOBILE BREAKPOINT
   ============================= */
@media (max-width: 768px) {

    /* Hide desktop tables on mobile */
    .dinerspel-only-desktop {
        display: none !important;
    }

    /* Show mobile tables on mobile */
    .dinerspel-only-mobile {
        display: block !important;
    }
}

/* 40px vertical space between Zelf hosten and Met spelhost tables */
.dinerspel-prijstabel-desktop-self,
.dinerspel-prijstabel-mobile-self {
    margin-bottom: 40px !important;
}
