.intrkt-pending-notice {
    display: flex;
    border-left-color: #278351;
}
.intrkt-title {
    font-weight: 900;
    font-size: 0.9rem;
}
.intrkt-notes {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.intrkt-notes .submit {
    padding: 0.5rem 0;
}
.intrkt-notes .submit a {
    font-size: 0.85rem;
    font-weight: 700;
    background: #278351;
    padding: 0px 20px;
}
.intrkt-notes .submit a:hover {
    background: #278351;
}
