/* ===========================================
   GROUND LINE
   Visual line showing the floor level where
   spilled marbles land outside the jar
   =========================================== */

.ground-line {
    /* HIDDEN FOR DEBUGGING */
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    background: transparent !important;
}

