
.sections {
    margin-right:10px;
}

.section {
    padding: 10px 0 10px 0;
    border-top: 1px solid darkgrey;
}

.section:first-of-type {
    margin-top: 20px;
}

.section:last-of-type {
    border-bottom: 1px solid darkgrey;
}

.section > .header {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.section > .header > div:first-child {
    font-weight: bold;
}

.section > .header .buttons {
    display: flex;
    font-size: 13px;
    justify-content: flex-end;
    flex-wrap: wrap;
    max-width: 516px;
    gap: 4px;
}

.section .body:not(:empty) {
    margin-top: 10px;
}
