/* Tabelle Kategoriebeschreibung für Bowling-Preise */
.bowling-prices {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
            border: 1px solid #ccc;
            font-size: 90%;
        }
        .description_box_text strong {
            font-weight: bold;
        }
        .category-description strong {
            font-weight: bold;
        }
        .bowling-prices caption {
            font-weight: bold;
            margin-bottom: 10px;
        }
        .bowling-prices th, .bowling-prices td {
            border: 1px solid #ccc;
            padding: 8px;
            padding-bottom: 4px;
            padding-top: 4px;
        }
        .bowling-prices th {
            background-color: #f4f4f4;
            text-align: center;
        }
        .bowling-prices td:nth-child(2), 
        .bowling-prices td:nth-child(3), 
        .bowling-prices td:nth-child(4) {
            text-align: center;
        }