/* Recent Activity Cards */

.recent-line {
    margin-bottom: 1rem;
}

.line-id::before {
    content: "Submission ";
}

.line-metadata .list-group-item, .recent-line .card-footer {
    padding: .5625rem 0.9375rem;
}

.line-metadata .list-group-item::before {
    font-weight: bold;
}

.line-situation::before {
    content: "Situation: ";
}

.line-stages::before {
    content: "Stages: ";
}

.line-expression {
    font-style: italic;
    /* margin-right: auto; */
}

.line-expression::before {
    content: "Expression: ";
    font-style: normal;
}

.line-targets::before {
    content: "Targets: ";
}

.line-dialogue::before {
    content: "\"";
}

.line-dialogue::after {
    content: "\"";
}

.line-dialogue {
    font-style: italic;
}

.recent-line .card-footer {
    display: flex;
}

.line-time {
    margin-left: auto;
}

.line-time::before {
    content: "Written ";
}

.line-author {
    font-weight: bold;
}

.line-options {
    display: flex;
}

.line-status::before {
    content: "Status: ";
    font-weight: normal;
    margin-right: 0.125rem;
}

.line-status {
    font-weight: bold;
    margin-right: auto;
}

.line-accept {
    margin-right: .375rem;
	margin-bottom: .375rem;
}

.line-reject {
    margin-bottom: .375rem;
}

.line-edit {
    margin-right: .375rem;
}

.line-status {
    display: flex;
    flex-direction: row;
    align-items: center;
}
