table.amrt-timetable-table {
    font-size: 0.85rem;
    width: 100%;
}

table.amrt-timetable-table tr.amrt-timetable-table-thead-tr {
    background-color: #174f57;
}

table.amrt-timetable-table th.amrt-timetable-table-thead-tr-th {
    text-align: center;
    font-weight: 500;
    padding: 0.35em;
}

table.amrt-timetable-table td {
    padding: 0.2em 0.4em;
    vertical-align: top;
    border-bottom: 1px solid #eee;
}

table.amrt-timetable-table td.amrt-label-td {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    white-space: nowrap;
    width: 1px;
}

table.amrt-timetable-table td.amrt-value-td span.amrt-time-slot {
    display: inline-block;
    white-space: nowrap;
    border: 1px solid #aaa;
    border-radius: 1em;
    padding: 0.1em 0.5em;
    margin: 0.1em 0.2em;
}

.amrt-timetables {
    display: flex;
}

.amrt-timetables .amrt-timetables-delivery {
    flex-grow: 1;
    flex-basis: 0;
}

.amrt-timetables .amrt-timetables-spacer {
    width: 1em;
    min-width: 1em;
}

.amrt-timetables .amrt-timetables-collection {
    flex-grow: 1;
    flex-basis: 0;
}

table td{
    color: #100e0e;
}

