/* Wessex Prayer Times */

.wpt-table-wrap {
    width: 100%;
    overflow-x: auto;
}

table.wpt-table {
    width: 100%;
}

.wpt-table th,
.wpt-table td {
    padding: 4px;
    text-align: center;
    white-space: nowrap;
}

.wpt-month-table table {
    border-collapse: collapse;
    border: 1px solid grey;
}

.wpt-table th {
    background: var(--wp--preset--color--primary);
}

