body {
    font-family: Arial, sans-serif;
    margin: 20px;
    direction: rtl;
    text-align: right;
}

h1 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.table-private-cars,
.table-disabled-parking {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

.table-disabled-parking {
    width: auto;
}

th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: right;
}

th {
    background-color: #f2f2f2;
}

td.input-column {
    background-color: yellow;
    font-weight: bold;
    color: red;
}

/* הרחבת עמודה ראשונה */
th:first-child,
td:first-child {
    width: 20%;
}

/* מרכז את התא המאוחד בעמודה 2 בטבלה 2 */
.table-disabled-parking td.input-column {
    text-align: center;
}

/* מרכז יישור עבור כלל עמודה 2 בטבלה 2 */
.table-disabled-parking td:nth-child(1) {
    text-align: center;
}

/* מרכז יישור עבור עמודה 2 בטבלה 1 */
.table-private-cars td:nth-child(2) {
    text-align: center;
}
footer {
    text-align: center; /* יישור מרכזי של התוכן */
    margin-top: 20px; /* רווח מעל */
    padding: 10px 0; /* רווח פנימי של 10 פיקסלים למעלה ולמטה */
    background-color: #f0f0f0; /* צבע רקע בהיר */
    border-top: 1px solid #ccc; /* קו עליון */
}

.PS-ENG {
    font-size: 14px; /* גודל פונט */
    margin: 5px 0; /* רווח בין השורות */
}
