

/* Prayer */
.masjidpro-prayer-wrapper {
    
    margin: 40px auto;
    text-align: center;
}

.mp-title {
    margin-bottom: 20px;
}

.mp-prayer-table {
    width: 100%;
    border-collapse: collapse;
}

.mp-prayer-table th,
.mp-prayer-table td {
    padding: 12px;
    border: 1px solid #ddd;
}

.mp-prayer-table th {
    background-color: #f1f1f1;
    font-weight: bold;
    color: #333;
}

.mp-prayer-table tr:nth-child(even) {
    background: #f9f9f9;
}