
.t-content table.forms-table-alt {
    table-layout: auto;
}

.forms-table-alt tr ~ tr {
    border-top: 1px solid #f7f5f2;
}

.forms-table-alt .status {
    padding: 0.25em 0.5em;
}

.forms-table-alt .timeline {
    font-family: Calluna Sans;
}
.forms-table-alt .title {
    margin: 0;
    line-height: 1.3;
    margin-bottom: 0.3em;
}
.forms-table-alt .title a {
    text-decoration: underline;
    border-bottom: none;
}

.forms-table-alt .note {
    margin: 0;
    font-size: 0.8em;
    line-height: 1.3;
    margin-bottom: 0.4em;
}

.forms-table-alt .meta {
    line-height: 1;
}
.forms-table-alt p.meta {
    margin: 0;

    display: inline-block;
    font-size: 0.8em;
    font-style: italic;
    font-family: Calluna Sans;
}
.forms-table-alt .meta a,
.forms-table-alt .meta a:hover,
.forms-table-alt .meta a:focus,
.forms-table-alt .meta a:visited {
    text-decoration: underline;
    border-bottom: none;
}

@media screen and (min-width: 480px) {
    .forms-table-alt .note,
    .forms-table-alt p.meta {
        margin-left: 1em;
    }
}

.forms-table-alt .timeline time {
    font-weight: 900;
    white-space: nowrap;
    display: block;
}

.forms-table-alt tr.complete .action,
.forms-table-alt tr.complete .timeline {
    opacity: 0.7;
}
.forms-table-alt tr.complete .title {
    text-decoration: line-through;
    font-style: italic;
}

.forms-table-alt .timeline {
    line-height: 1.3;
}

.forms-table-alt tr.complete .timeline time {
    font-weight: inherit;
}
.forms-table-alt tr.complete .timeline {
    text-decoration: line-through;
    font-style: italic;
}

.roommate-table-format table {
    margin: 0;
    border-top: 0;
}

.roommate-table-format table label {

    text-indent: -1.0em;
    margin-left: 1em;
}

.roommate-table-format label {
    margin: 0;
}

/*
.forms-table-alt .title {
    border-bottom: solid 2px var(--color-purple);
    color: var(--color-purple);
    display: inline-block;
    width: 100%;
}
.forms-table-alt .title::after {
    content: "";
    clear: both;
}
.forms-table-alt .title a {
    border-bottom: 0;
}
*/


.forms-table-alt .action-progress {
    list-style: none;
    display: flex;
    flex-flow: column nowrap;

    margin: 0;
    padding: 0;

    min-width: 1.5em;
}

@media screen and (min-width: 480px) {
    .forms-table-alt .action-progress {
        flex-flow: row nowrap;
        min-width: 3em;
    }
}
.forms-table-alt .action-progress li {
    display: flex;
    flex: 1;
    padding: 0;

    justify-content: center;

    color: #242121;
    opacity: 0.2;
    cursor: default;

    font-weight: 900;
}
.forms-table-alt .action-progress li[aria-current] {
    opacity: 1;
}

.forms-table-alt .action-progress li.informational {
    flex: 2;
	font-weight: 400; color: #0074D9; font-size: 1.2em;
}
.forms-table-alt .action-progress li.incomplete[aria-current] {
    color: var(--color-red);
}
.forms-table-alt tr.gray .action-progress li.incomplete[aria-current] {
    color: inherit;
    opacity: 0.2;
}
.forms-table-alt .action-progress li.complete[aria-current] {
    color: var(--color-teal);
}

.breadcrumbs {
    display: none;    
}
