.mlc-lectionary {
    margin: 2rem 0;
}

.mlc-lectionary-intro {
    margin-bottom: 1.5rem;
    max-width: 900px;
}

.mlc-lectionary-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.mlc-lectionary-table th,
.mlc-lectionary-table td {
    border: 1px solid #ddd;
    padding: 0.75rem;
    vertical-align: top;
}

.mlc-lectionary-table thead th {
    background: #f4f4f4;
    font-weight: 700;
    text-align: left;
}

.mlc-lectionary-season-row th {
    background: #222;
    color: #fff;
    font-size: 1.05rem;
    text-align: left;
}

.mlc-lectionary-season-row span {
    display: inline-block;
    margin-left: 0.75rem;
    font-weight: 400;
    opacity: 0.85;
}

.mlc-lectionary-service-cell {
    min-width: 190px;
}

.mlc-lectionary-service-cell strong {
    font-weight: 700;
}

.mlc-lectionary-year-cell {
    min-width: 115px;
}

.mlc-lectionary-year-cell-replaced {
    background: #fff7d6;
}

.mlc-lectionary-helper-row td {
    background: #f8f8f8;
    font-style: italic;
}

.mlc-lectionary-sermon-date {
    font-weight: 700;
}

.mlc-lectionary-observed-label {
    font-style: italic;
}

.mlc-lectionary-helper-link {
    font-style: italic;
}

.mlc-lectionary-no-sermon-date {
    color: #999;
}

.mlc-lectionary-empty {
    color: #bbb;
}

.mlc-lectionary-legacy-row {
    background: #fafafa;
}

.mlc-lectionary-error {
    padding: 1rem;
    border: 1px solid #b00020;
    background: #fff5f5;
    color: #b00020;
}

@media (max-width: 900px) {
    .mlc-lectionary {
        overflow-x: auto;
    }

    .mlc-lectionary-table {
        min-width: 780px;
    }
}

.mlc-lectionary-table-title {
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
}
