.prayer-table,
.prayer-table * {
    border: none !important;
    color: rgb(212, 212, 212);
}

.prayer-table th {
    padding: 0.5rem !important;
}

.prayer-table td {
    padding: 0.75rem !important;
}

.prayer-times-overview-container .info-text-difference {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    text-align: center;
    color: white;
}

.prayer-times-overview-container .year-calendar-btn {
    margin-top: 20px;
}

.prayer-times-overview-container .athaan-btn {
    display: flex;
    align-items: center;
    background-color: #ca4a4f;
    border-radius: 10px;
    padding: 5px 10px;
    color: white;
    height: 40px;
    font-weight: 600;
}

.prayer-table .prayer-day.current,
.prayer-table .prayer-day.current {
    background-color: #ca4a4f;
    color: white;
}

.prayer-table .prayer-day {
    background-color: rgb(229, 231, 235, 0.3)
}

.prayer-table .prayer-table__day.current td {
    color: #ca4a4f;
}

.prayer-table .prayer-table__day.current td {
    color: white;
}

.prayer-table .past,
.prayer-table .passed {
    opacity: 0.3;
}

.edit-city {
    display: none;
}

@media screen and (max-width: 768px) {
    .edit-city.mobile-only {
        display: inline-block;
    }

    .prayer-table * {
        font-size: 11px;
    }
}