.flexrowcleaningtable {
    display: flex;
    align-items: center;
}

#txtclnfullmonths {
    width: 4em;
}

.btnclnw {
    width: 100%;
}

.btnclnwnogroup {
    color: rgb(180, 180, 180);
}

#lblclnsubtitle {
    margin-left: 1em;
    position: relative;
    top: -0.5em;
    height: 1.5em;
}

.clnlblweekdates {
    padding: 0.1em 0.5em;
    background-color: rgb(56, 97, 149);
    color: white;
    border-radius: 0.25em;
    font-size: 90%;
}

.readonlyclngroup {
    background-color: rgb(232, 232, 232);
    border-radius: 0.25em;
    padding: 0.5em 0.2em;
}

.clndatecol {
    margin-right: 0.1em;
    min-width: 10em;
    max-width: 10em;
    text-align: center;
    font-size: 90%;
    padding: 0.5em;
}

/* CSS for the cleaning schedule table */
.table-cleaning-schedule {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1em;
    border: 2px solid #777;
}

.table-cleaning-schedule th {
    background-color: rgb(212, 212, 212);
}

.table-cleaning-schedule th,
.table-cleaning-schedule td {
    border: 1px solid #777;
    padding: 0.4em;
    vertical-align: middle;
}

.table-cleaning-schedule thead th {
    text-align: center;
    padding: 0.4em;
}

.date-column {
    width: 9em;
    text-align: center;
}

.month-header td {
    padding: 0.5em;
    background-color: rgb(244, 244, 244);
}

.text-center {
    text-align: center;
}

.clnassemblyitalic,
.printassemblyitalic {
    font-style: italic;
    color: rgb(128, 128, 128);
}

.buttons-row {
    border: none;
}

/* Making buttons fit nicely in the table cells */
.table-cleaning-schedule button {
    width: 100%;
    margin: 0;
}

.notboldheader {
    font-weight: normal;
}

@media only screen and (min-width: 640px) {

    .clndatecol {
        min-width: 11em;
        max-width: 11em;
        font-size: 100%;
    }
}