
        body, tr, form {font-family: Arial, sans-serif; font-size: 14px; color: #000; text-align: center; margin: 0; padding: 0;}
        .timetable {width: 100%; border-collapse: collapse; margin: 20px auto; background-color: #f9f9f9;}
        .timetable tr:nth-child(even) {background-color: #ebecf7;} /* Baris selang-seling berwarna biru tipis */
        .timetable tr:nth-child(odd) {background-color: white;} /* Baris selang-seling berwarna putih */        
        .shubuh {background-color: #f5e9ef; color: darkblue;} /* Merah tipis untuk Shubuh */
        .maghrib {background-color: #f5e9ef; color: darkblue;} /* Hijau tipis untuk Maghrib */
        .timetable td {border: 1px solid #ccc; padding: 8px; } 
        .timetable th { border: 1px solid #ccc; 
            padding: 8px; 
            font-weight: bold; 
            background-color: darkblue; 
            color: white; 
            font-size: 20px;
        }
        .today-row {background-color: #F8F7F4; color: black}
        /* Gaya untuk perangkat dengan lebar hingga 768px */
        @media (max-width: 768px) {
            .timetable {
                width: 90%; /* Lebar untuk smartphone */
            }
        }        
        .caption {
            font-weight: bold;
            font-size: 20px;
        }
        
        .arrow {
            font-weight: bold;
            color: red;
            font-size: 20px;
        }
        
        /* Menargetkan baris pertama di <tbody> */
        .timetable tbody tr:first-child {
            background-color: darkblue;
            color: white; /* Mengatur warna teks agar kontras dengan latar belakang */
            font-weight: bold;
        }

        .timetable tr:hover {background-color: #ddd;}
        .header, .footer {background-color: #f1f1f1; padding: 20px; text-align: center; color: #333;}
        hr {
            border-top: 2px solid red;
            width: 100%;
            text-align: center;
            color: red;
        }

			.tengah {
				text-align: center;
			}
			.kiri {
				text-align: left;
			}
			.kanan {
				text-align: right;
			}
			.vertikal-tengah {
				vertical-align: middle;
			}
			.vertikal-atas {
				vertical-align: top;
			}	
			.vertikal-bawah {
				vertical-align: bottom;
			}
			.font8 {
				font-size: 8px;
			}			
			.font10 {
				font-size: 10px;
			}	
			.font11 {
				font-size: 11px;
			}			
			.font12 {
				font-size: 12px;
			}
			.font13 {
				font-size: 13px;
			}
			.font14 {
				font-size: 14px;
			}			
			.font15 {
				font-size: 15px;
			}
			.font18 {
				font-size: 18px;
			}			
			.font20 {
				font-size: 20px;
			}
			.font25 {
				font-size: 25px;
			}	
			.merah {
				color: red;
			}
			.coklat {
				color: brown;
			}			
			.hijau {
				color: green;
			}
			.biru {
				color: blue;
			}
			.hitam {
				color: black;
			}
			.putih {
				color: white;
			}
			.kuning {
				color: yellow;
			}			
			.ccc {
				color: #cccccc;
			}
			.ddd {
				color: #dddddd;
			}			
			.tebal {
				font-weight: bold;
			}
			.miring {
				font-style: italic;
			}

            hr{
        	    border-color: pink;
        	}
            button {
                background-color: #00FF00;
                color: black;
                padding: 10px 20px;
                border: none;
                border-radius: 5px;
                cursor: pointer;
                text-decoration: none;
                font-size: 14px;
            }
            button:hover {
                background-color: #009900;
            }        
            p, td {
                font-size: 14px;
            } 
            
            
            