     body {
            font-family: Alexandria, Arial, sans-serif;
            text-align: right;
			 			background-color:#EAB54A;
        }
        h1, h2 {
            color: #333;
					  direction: rtl;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            background-color:#EAB54A;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
					  direction: rtl;
        }
        th, td {
            padding: 12px;
            text-align: right;
            border: 1px solid #ddd;
					  direction: rtl;
        }
        th {
            background-color:#EAB54A;
            color: #333;
					  direction: rtl;
        }
        tr:nth-child(even) {
            background-color:#EAB54A;
        }
        @media (max-width: 600px) {
            table, thead, tbody, th, td, tr {
                display: block;
							  direction: rtl;
            }
            th {
                position: absolute;
                top: -9999px;
                left: -9999px;
							  direction: rtl;
            }
            tr {
                border: 1px solid #ccc;
                margin-bottom: 10px;
							direction: rtl;
            }
            td {
                border: none;
                border-bottom: 1px solid #ddd;
                position: relative;
                padding-left: 50%;
							direction: rtl;
            }
            td:before {
                position: absolute;
                left: 10px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                content: attr(data-label);
                font-weight: bold;
            }
        }