.table-note-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 45px;
    border-bottom: 1px dashed #c5c5c5;
}

.table-note-content a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-decoration: none;
    line-height: 45px;
}

.table-note-content a:hover {
    text-decoration: none;
    font-weight: bold;
}

.table-note-content a span {
    flex: 1;
    display: inline-block;
    line-height: 45px;
}

.table-note-content a small {
    display: inline-block;
    line-height: 45px;
}