.navbar.is-transparent {
    border: 0;
}

.container {
    padding: 2em;
}

.attachments {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;

    flex-wrap: wrap;
}

.attachment {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.attachment > span {
    margin-left: 1em;
}

.cell-right {
    flex-grow: 1;
}
