/* ============================================
   LA MIDNIGHT - UTILITY CLASSES

   Kleine Helfer-Klassen und Print-Styles.
   Wird als letztes Foundation-Stylesheet geladen.
   ============================================ */

/* --- Float & Clear (MyBB Legacy) --- */
.float_left { float: left; }
.float_right { float: right; }
.clear { clear: both; }
.hidden { display: none; }

/* --- Text-Ausrichtung --- */
.align_center { text-align: center; }
.align_left { text-align: left; }
.align_right { text-align: right; }

/* --- Print: minimale Darstellung --- */
@media print {
    body {
        background: white;
        color: black;
    }

    .tborder {
        border: 1px solid #ccc;
    }
}
